...
Third-Parties Inventory Download: Fixed a bug when downloading the Third-Parties Inventory that was missing the Vendor URL field. Downloads of Third-Party Inventory are now seamless.
Third-Party Vendors Search Bar: Further optimized the search functionality within the Third Party Vendors section.
Vendor Score Calculation: Fixed a bug that affected the calculation of the vendor score average by product latest score. The average is now correctly calculated based on the most recent score.
API Updates
Enhanced Reporting Capabilities:
api/reports/all?assessment_id=<assessment_uuid>
Enabled the ability to pass the Assessment ID to the reports/all endpoint.
api/reports/<report_uuid>
Added the vertical score to the Categorical Overview in a report.
Example:
Code Block "vertical": { "current": [ { "name": "01. Documentation", "parent": "parent_uuid", "mean": 100.0 },
...