Skip to content

Commit f6defef

Browse files
authored
chore(changelog): v5.39.1 forward-sync to master (#12483)
Co-authored-by: prowler-bot <179230569+prowler-bot@users.noreply.github.com>
1 parent f3224d0 commit f6defef

12 files changed

Lines changed: 33 additions & 10 deletions

api/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to the **Prowler API** are documented in this file.
44

55
<!-- changelog: release notes start -->
66

7+
## [1.40.1] (Prowler v5.39.1)
8+
9+
### 🔄 Changed
10+
11+
- Bump alibabacloud-tea-openapi to 0.4.6, oci to 2.184.1 and pyopenssl to 26.4.0 to match the SDK; the cryptography override now names its actual blockers (azure-cli-core pins msal below 1.37, workos 8.3.0 requires cryptography 48) [(#12477)](https://github.com/prowler-cloud/prowler/pull/12477)
12+
13+
### 🐞 Fixed
14+
15+
- Pin zstd to 1.5.7.2; 1.5.7.3 was yanked from PyPI as not thread safe [(#12477)](https://github.com/prowler-cloud/prowler/pull/12477)
16+
17+
### 🔐 Security
18+
19+
- Trivy from v0.72.0 to v0.73.0 in the container image, fixing HIGH CVE-2026-46600 in the bundled `golang.org/x/net` [(#12445)](https://github.com/prowler-cloud/prowler/pull/12445)
20+
- Trivy v0.74.0 and Debian util-linux 2.41.5-0+deb13u1 in the API container image, patching Go standard library vulnerabilities and CVE-2026-53615 [(#12470)](https://github.com/prowler-cloud/prowler/pull/12470)
21+
22+
---
23+
724
## [1.40.0] (Prowler v5.39.0)
825

926
### 🔄 Changed

api/changelog.d/api-align-sdk-cryptography-caps.changed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

api/changelog.d/api-trivy-0730-bump.security.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

api/changelog.d/api-trivy-0740-bump.security.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

api/changelog.d/api-zstd-yanked-pin.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

prowler/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to the **Prowler SDK** are documented in this file.
44

55
<!-- changelog: release notes start -->
66

7+
## [5.39.1] (Prowler v5.39.1)
8+
9+
### 🐞 Fixed
10+
11+
- Bump alibabacloud-tea-openapi to 0.4.6, oci to 2.184.1 and pyopenssl to 26.4.0 so the published wheel installs with cryptography 50.0.0; 5.38.0 declared cryptography 50.0.0 while those packages capped it below 50, so pip could not install it and `pip install prowler` silently fell back to 5.37.1 [(#12477)](https://github.com/prowler-cloud/prowler/pull/12477)
12+
- Pin zstd to 1.5.7.2; 1.5.7.3 was yanked from PyPI as not thread safe [(#12477)](https://github.com/prowler-cloud/prowler/pull/12477)
13+
- ECS task-definition checks no longer report PASS when `DescribeTaskDefinition` fails before container evidence is gathered [(#12478)](https://github.com/prowler-cloud/prowler/pull/12478)
14+
- `ses_identity_not_publicly_accessible` now evaluates every SES identity authorization policy and marks mixed public Allow and Deny statements for manual review [(#12480)](https://github.com/prowler-cloud/prowler/pull/12480)
15+
16+
### 🔐 Security
17+
18+
- Trivy from v0.72.0 to v0.73.0 in the container image, fixing HIGH CVE-2026-46600 in the bundled `golang.org/x/net` [(#12445)](https://github.com/prowler-cloud/prowler/pull/12445)
19+
- Trivy v0.74.0 and Debian util-linux 2.41.5-0+deb13u1 in the SDK container image, patching Go standard library vulnerabilities and CVE-2026-53615 [(#12470)](https://github.com/prowler-cloud/prowler/pull/12470)
20+
21+
---
22+
723
## [5.39.0] (Prowler v5.39.0)
824

925
### 🚀 Added

prowler/changelog.d/ecs-undescribed-task-definitions.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

prowler/changelog.d/installable-wheel-cryptography-caps.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

prowler/changelog.d/ses-multiple-authorization-policies.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

prowler/changelog.d/trivy-0730-bump.security.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)