feat(attack-surfaces): add new endpoints to retrieve overview data (#9309)

This commit is contained in:
Víctor Fernández Poyatos
2025-12-02 12:12:47 +01:00
committed by GitHub
parent 4661e01c26
commit 07e82bde56
16 changed files with 1388 additions and 92 deletions

View File

@@ -4,6 +4,9 @@ All notable changes to the **Prowler API** are documented in this file.
## [1.16.0] (Unreleased)
### Added
- New endpoint to retrieve an overview of the attack surfaces [(#9309)](https://github.com/prowler-cloud/prowler/pull/9309)
### Changed
- Restore the compliance overview endpoint's mandatory filters [(#9330)](https://github.com/prowler-cloud/prowler/pull/9330)