feat(ui): add new findings table (#9699)

This commit is contained in:
Alejandro Bailo
2026-01-12 15:44:25 +01:00
committed by GitHub
parent 0472eb74d2
commit d38be934a3
55 changed files with 2121 additions and 913 deletions

View File

@@ -7,6 +7,7 @@ All notable changes to the **Prowler API** are documented in this file.
### Added
- `/api/v1/overviews/compliance-watchlist` to retrieve the compliance watchlist [(#9596)](https://github.com/prowler-cloud/prowler/pull/9596)
- Support AlibabaCloud provider [(#9485)](https://github.com/prowler-cloud/prowler/pull/9485)
- `provider_id` and `provider_id__in` filter aliases for findings endpoints to enable consistent frontend parameter naming [(#9701)](https://github.com/prowler-cloud/prowler/pull/9701)
---