docs(sdk): add changelog entry for platform normalization refactor

This commit is contained in:
Hugo P.Brito
2026-04-08 14:42:37 +01:00
parent dfce18cc04
commit cdbfb07d64

View File

@@ -27,6 +27,7 @@ All notable changes to the **Prowler SDK** are documented in this file.
- Added `internet-exposed` category to 13 AWS checks (CloudFront, CodeArtifact, EC2, EFS, RDS, SageMaker, Shield, VPC) [(#10502)](https://github.com/prowler-cloud/prowler/pull/10502)
- Minimum Python version from 3.9 to 3.10 and updated classifiers to reflect supported versions (3.10, 3.11, 3.12) [(#10464)](https://github.com/prowler-cloud/prowler/pull/10464)
- Platform normalization in Conditional Access checks moved to `PlatformConditions` model validator
- Sensitive CLI flags now warn when values are passed directly, recommending environment variables instead [(#10532)](https://github.com/prowler-cloud/prowler/pull/10532)
### 🐞 Fixed