fix(scan): implement temporary workaround to skip findings with UID exceeding 300 characters (#9246)

This commit is contained in:
Adrián Jesús Peña Rodríguez
2025-11-17 13:15:02 +01:00
committed by GitHub
parent 1ea0dabf42
commit d43455971b
3 changed files with 131 additions and 1 deletions

View File

@@ -21,6 +21,9 @@ All notable changes to the **Prowler API** are documented in this file.
### Changed
- Optimized database write queries for scan related tasks [(#9190)](https://github.com/prowler-cloud/prowler/pull/9190)
### Fixed
- Scans no longer fail when findings have UIDs exceeding 300 characters; such findings are now skipped with detailed logging [(#9246)](https://github.com/prowler-cloud/prowler/pull/9246)
### Security
- Django updated to the latest 5.1 security release, 5.1.14, due to problems with potential [SQL injection](https://github.com/prowler-cloud/prowler/security/dependabot/113) and [denial-of-service vulnerability](https://github.com/prowler-cloud/prowler/security/dependabot/114) [(#9176)](https://github.com/prowler-cloud/prowler/pull/9176)