feat(api): new endpoint for categories overviews (#9529)

This commit is contained in:
Víctor Fernández Poyatos
2025-12-12 13:30:59 +01:00
committed by GitHub
parent 0495267351
commit b5151a8ee5
18 changed files with 1751 additions and 144 deletions

View File

@@ -2,6 +2,17 @@
All notable changes to the **Prowler API** are documented in this file.
## [1.17.0] (Prowler UNRELEASED)
### Added
- New endpoint to retrieve and overview of the categories based on finding severities [(#9529)](https://github.com/prowler-cloud/prowler/pull/9529)
- Endpoints `GET /findings` and `GET /findings/latests` can now use the category filter [(#9529)](https://github.com/prowler-cloud/prowler/pull/9529)
### Changed
- Endpoint `GET /overviews/attack-surfaces` no longer returns the related check IDs [(#9529)](https://github.com/prowler-cloud/prowler/pull/9529)
---
## [1.16.1] (Prowler v5.15.1)
### Fixed