mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-04 19:21:51 +00:00
fix(metadata): tag IAM policy privilege escalation check (#11648)
This commit is contained in:
committed by
GitHub
parent
6d8d553610
commit
218f64595a
@@ -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
|
||||
|
||||
|
||||
+2
-1
@@ -37,7 +37,8 @@
|
||||
}
|
||||
},
|
||||
"Categories": [
|
||||
"identity-access"
|
||||
"identity-access",
|
||||
"privilege-escalation"
|
||||
],
|
||||
"DependsOn": [],
|
||||
"RelatedTo": [],
|
||||
|
||||
Reference in New Issue
Block a user