fix(metadata): tag IAM policy privilege escalation check (#11648)

This commit is contained in:
Hugo Pereira Brito
2026-06-19 12:09:35 +01:00
committed by GitHub
parent 6d8d553610
commit 218f64595a
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -45,6 +45,7 @@ All notable changes to the **Prowler SDK** are documented in this file.
### 🐞 Fixed
- Azure PostgreSQL flexible server inventory no longer aborts the whole subscription when the `connection_throttle.enable` parameter is missing (e.g. PostgreSQL v18), and logs the expected "Entra ID authentication not enabled" case as a warning instead of an error, so servers are still scanned [(#11045)](https://github.com/prowler-cloud/prowler/pull/11045)
- `iam_policy_allows_privilege_escalation` now includes the `privilege-escalation` category [(#11648)](https://github.com/prowler-cloud/prowler/pull/11648)
### 🔐 Security
@@ -37,7 +37,8 @@
}
},
"Categories": [
"identity-access"
"identity-access",
"privilege-escalation"
],
"DependsOn": [],
"RelatedTo": [],