Skip to content

Commit 55ed7a0

Browse files
authored
docs(CHANGELOG): cutting for 5.22.0 (#10437)
1 parent 0599040 commit 55ed7a0

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

api/CHANGELOG.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,21 @@
22

33
All notable changes to the **Prowler API** are documented in this file.
44

5-
## [1.23.0] (Prowler UNRELEASED)
5+
## [1.23.0] (Prowler v5.22.0)
66

7-
### 🐞 Fixed
8-
9-
- Finding groups latest endpoint now aggregates the latest snapshot per provider before check-level totals, keeping impacted resources aligned across providers [(#10419)](https://github.com/prowler-cloud/prowler/pull/10419)
10-
- Mute rule creation now triggers finding-group summary re-aggregation after historical muting, keeping stats in sync after mute operations [(#10419)](https://github.com/prowler-cloud/prowler/pull/10419)
11-
12-
### 🔐 Security
13-
14-
- 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)
7+
### 🚀 Added
158

16-
## [1.22.2] (Prowler UNRELEASED)
9+
- Finding groups support `check_title` substring filtering [(#10377)](https://github.com/prowler-cloud/prowler/pull/10377)
1710

1811
### 🐞 Fixed
1912

13+
- Finding groups latest endpoint now aggregates the latest snapshot per provider before check-level totals, keeping impacted resources aligned across providers [(#10419)](https://github.com/prowler-cloud/prowler/pull/10419)
14+
- Mute rule creation now triggers finding-group summary re-aggregation after historical muting, keeping stats in sync after mute operations [(#10419)](https://github.com/prowler-cloud/prowler/pull/10419)
2015
- Attack Paths: Deduplicate nodes before ProwlerFinding lookup in Attack Paths Cypher queries, reducing execution time [(#10424)](https://github.com/prowler-cloud/prowler/pull/10424)
2116

2217
### 🔐 Security
2318

19+
- 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)
2420
- 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)
2521

2622
---
@@ -38,7 +34,6 @@ All notable changes to the **Prowler API** are documented in this file.
3834
### 🚀 Added
3935

4036
- `CORS_ALLOWED_ORIGINS` configurable via environment variable [(#10355)](https://github.com/prowler-cloud/prowler/pull/10355)
41-
- Finding groups support `check_title` substring filtering [(#10377)](https://github.com/prowler-cloud/prowler/pull/10377)
4237
- Attack Paths: Tenant and provider related labels to the nodes so they can be easily filtered on custom queries [(#10308)](https://github.com/prowler-cloud/prowler/pull/10308)
4338

4439
### 🔄 Changed

prowler/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to the **Prowler SDK** are documented in this file.
44

5-
## [5.21.2] (Prowler UNRELEASED)
5+
## [5.22.0] (Prowler v5.22.0)
66

77
### 🐞 Fixed
88

ui/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22

33
All notable changes to the **Prowler UI** are documented in this file.
44

5-
## [1.22.0] (Prowler UNRELEASED)
5+
## [1.22.0] (Prowler v5.22.0)
66

77
### 🚀 Added
88

99
- Attack Paths custom openCypher queries with Cartography schema guidance and clearer execution errors [(#10397)](https://github.com/prowler-cloud/prowler/pull/10397)
1010

11+
### 🔄 Changed
12+
13+
- Findings filters now use a batch-apply pattern with an Apply Filters button, filter summary strip, and independent filter options instead of triggering API calls on every selection [(#10388)](https://github.com/prowler-cloud/prowler/pull/10388)
14+
1115
---
1216

1317
## [1.21.0] (Prowler v5.21.0)
@@ -19,7 +23,6 @@ All notable changes to the **Prowler UI** are documented in this file.
1923

2024
### 🔄 Changed
2125

22-
- Findings filters now use a batch-apply pattern with an Apply Filters button, filter summary strip, and independent filter options instead of triggering API calls on every selection
2326
- Google Workspace provider support [(#10333)](https://github.com/prowler-cloud/prowler/pull/10333)
2427
- Image (Container Registry) provider support in UI: badge icon, credentials form, and provider-type filtering [(#10167)](https://github.com/prowler-cloud/prowler/pull/10167)
2528
- Events tab in Findings and Resource detail cards showing an AWS CloudTrail timeline with expandable event rows, actor info, request/response JSON payloads, and error details [(#10320)](https://github.com/prowler-cloud/prowler/pull/10320)

0 commit comments

Comments
 (0)