perf(api): deduplicate nodes before ProwlerFinding lookup in Attack Paths queries (#10432)

Co-authored-by: Josema Camacho <josema@prowler.com>
This commit is contained in:
Prowler Bot
2026-03-23 17:56:46 +01:00
committed by GitHub
parent b06379badc
commit dbc8735c52
2 changed files with 624 additions and 228 deletions
+6
View File
@@ -13,8 +13,14 @@ All notable changes to the **Prowler API** are documented in this file.
- Replace stdlib XML parser with `defusedxml` in SAML metadata parsing to prevent XML bomb (billion laughs) DoS attacks [(#10165)](https://github.com/prowler-cloud/prowler/pull/10165)
---
## [1.22.2] (Prowler UNRELEASED)
### 🐞 Fixed
- Attack Paths: Deduplicate nodes before ProwlerFinding lookup in Attack Paths Cypher queries, reducing execution time [(#10424)](https://github.com/prowler-cloud/prowler/pull/10424)
### 🔐 Security
- Bump `flask` to 3.1.3 (CVE-2026-27205) and `werkzeug` to 3.1.6 (CVE-2026-27199) [(#10430)](https://github.com/prowler-cloud/prowler/pull/10430)
File diff suppressed because it is too large Load Diff