docs(changelog): add attack-paths template-graph entries

Document the API (account stripping + outcome metadata + filtered catalog) and UI (grouped template view with expand-on-click, outcome node, arrowheads) changes under the current API/UI version sections, referencing PR #11357.
This commit is contained in:
Hugo P.Brito
2026-05-26 09:13:25 +02:00
parent ff2d04309f
commit d9b7cc031f
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -9,6 +9,10 @@ All notable changes to the **Prowler API** are documented in this file.
- `okta` provider support [(#11184)](https://github.com/prowler-cloud/prowler/pull/11184)
- `resource.metadata` attribute included in `/api/v1/findings?include=resources` [(#11187)](https://github.com/prowler-cloud/prowler/pull/11187)
### ✨ Changed
- Attack Paths run-query response strips account/root nodes and returns per-query attack `outcome` metadata; the queries catalog only surfaces real attack paths (inventory queries hidden) [(#11357)](https://github.com/prowler-cloud/prowler/pull/11357)
---
## [1.28.0] (Prowler v5.27.0)