chore(changelog): v5.33.1 forward-sync to master (#11948)

Co-authored-by: prowler-bot <179230569+prowler-bot@users.noreply.github.com>
This commit is contained in:
Prowler Bot
2026-07-10 14:50:12 +02:00
committed by GitHub
parent 5bc41b2609
commit a4bf70eecf
17 changed files with 41 additions and 14 deletions
+15
View File
@@ -4,6 +4,21 @@ All notable changes to the **Prowler API** are documented in this file.
<!-- changelog: release notes start -->
## [1.34.1] (Prowler v5.33.1)
### 🐞 Fixed
- Session tokens are rejected after account password updates [(#11914)](https://github.com/prowler-cloud/prowler/pull/11914)
- Jira dispatch task results now surface user-facing Jira failure messages [(#11925)](https://github.com/prowler-cloud/prowler/pull/11925)
- AWS Attack Paths privilege escalation queries no longer fail on Neo4j with `Aggregation column contains implicit grouping expressions` [(#11939)](https://github.com/prowler-cloud/prowler/pull/11939)
### 🔐 Security
- OpenAI-compatible Lighthouse provider base URLs are restricted before connection checks [(#11940)](https://github.com/prowler-cloud/prowler/pull/11940)
- `LIGHTHOUSE_AI_OPENAI_COMPATIBLE_ALLOWED_HOSTS` environment variable to allow internal hosts as OpenAI-compatible Lighthouse AI base URLs [(#11942)](https://github.com/prowler-cloud/prowler/pull/11942)
---
## [1.34.0] (Prowler v5.33.0)
### 🚀 Added
@@ -1 +0,0 @@
AWS Attack Paths privilege escalation queries no longer fail on Neo4j with `Aggregation column contains implicit grouping expressions`
@@ -1 +0,0 @@
Jira dispatch task results now surface user-facing Jira failure messages
@@ -1 +0,0 @@
`LIGHTHOUSE_AI_OPENAI_COMPATIBLE_ALLOWED_HOSTS` environment variable to allow internal hosts as OpenAI-compatible Lighthouse AI base URLs
@@ -1 +0,0 @@
OpenAI-compatible Lighthouse provider base URLs are restricted before connection checks
@@ -1 +0,0 @@
Session tokens are rejected after account password updates
+13
View File
@@ -4,6 +4,19 @@ All notable changes to the **Prowler SDK** are documented in this file.
<!-- changelog: release notes start -->
## [5.33.1] (Prowler v5.33.1)
### 🐞 Fixed
- ECS task definition resource limits now select the latest task definitions by registration date instead of relying on ARN ordering [(#11891)](https://github.com/prowler-cloud/prowler/pull/11891)
- `dlm_ebs_snapshot_lifecycle_policy_exists` no longer initializes the full EC2 inventory just to detect EBS snapshots, avoiding slow scans when checking DLM lifecycle policies [(#11900)](https://github.com/prowler-cloud/prowler/pull/11900)
- `dms_instance_no_public_access` no longer initializes the full EC2 service when there are no DMS replication instances [(#11902)](https://github.com/prowler-cloud/prowler/pull/11902)
- `organizations_scp_check_deny_regions` no longer reports false `FAIL` for AWS Organizations that restrict regions with Allow-based SCPs; the Allow path now checks the statement `Effect` instead of an always-false comparison that made it unreachable [(#11915)](https://github.com/prowler-cloud/prowler/pull/11915)
- Jira issue creation failures now preserve safe structured response details from Jira [(#11925)](https://github.com/prowler-cloud/prowler/pull/11925)
- Azure Function App optional permission failures now log as warnings, and Function App environment variable fields use the correct spelling internally [(#11926)](https://github.com/prowler-cloud/prowler/pull/11926)
---
## [5.33.0] (Prowler v5.33.0)
### 🐞 Fixed
@@ -1 +0,0 @@
Azure Function App optional permission failures now log as warnings, and Function App environment variable fields use the correct spelling internally
@@ -1 +0,0 @@
`dlm_ebs_snapshot_lifecycle_policy_exists` no longer initializes the full EC2 inventory just to detect EBS snapshots, avoiding slow scans when checking DLM lifecycle policies
@@ -1 +0,0 @@
`dms_instance_no_public_access` no longer initializes the full EC2 service when there are no DMS replication instances
@@ -1 +0,0 @@
ECS task definition resource limits now select the latest task definitions by registration date instead of relying on ARN ordering
@@ -1 +0,0 @@
Jira issue creation failures now preserve safe structured response details from Jira
@@ -1 +0,0 @@
`organizations_scp_check_deny_regions` no longer reports false `FAIL` for AWS Organizations that restrict regions with Allow-based SCPs; the Allow path now checks the statement `Effect` instead of an always-false comparison that made it unreachable
+13
View File
@@ -4,6 +4,19 @@ All notable changes to the **Prowler UI** are documented in this file.
<!-- changelog: release notes start -->
## [1.34.0] (Prowler v5.33.1)
### 🔄 Changed
- RBAC role forms now explain Unlimited Visibility inside the Visibility section and keep the setting visible while group selection is hidden [(#11890)](https://github.com/prowler-cloud/prowler/pull/11890)
### 🐞 Fixed
- CIS Level 1 and Level 2 compliance filters now match profiles prefixed with a license tier (e.g. "E3 Level 1"), so M365 CIS requirements are no longer hidden [(#11924)](https://github.com/prowler-cloud/prowler/pull/11924)
- Jira dispatch polling now reports failed issue creation tasks instead of treating partial failures as successful [(#11925)](https://github.com/prowler-cloud/prowler/pull/11925)
---
## [1.33.0] (Prowler v5.33.0)
### 🚀 Added
@@ -1 +0,0 @@
CIS Level 1 and Level 2 compliance filters now match profiles prefixed with a license tier (e.g. "E3 Level 1"), so M365 CIS requirements are no longer hidden
@@ -1 +0,0 @@
Jira dispatch polling now reports failed issue creation tasks instead of treating partial failures as successful
@@ -1 +0,0 @@
RBAC role forms now explain Unlimited Visibility inside the Visibility section and keep the setting visible while group selection is hidden