fix(report): update logic for threatscore (#9348)

This commit is contained in:
Pedro Martín
2025-12-01 09:11:08 +01:00
committed by GitHub
parent b2abdbeb60
commit d3a000cbc4
3 changed files with 15 additions and 6 deletions

View File

@@ -14,6 +14,7 @@ All notable changes to the **Prowler API** are documented in this file.
### Fixed
- Fix typo in PDF reporting [(#9345)](https://github.com/prowler-cloud/prowler/pull/9345)
- Fix IaC provider initialization failure when mutelist processor is configured [(#9331)](https://github.com/prowler-cloud/prowler/pull/9331)
- Match logic for ThreatScore when counting findings [(#9348)](https://github.com/prowler-cloud/prowler/pull/9348)
---