diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 8d330103c6..58c7d18501 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -11,7 +11,7 @@ All notable changes to the **Prowler API** are documented in this file. ### Security -- Enhanced password validation to enforce 12+ character passwords with special characters, uppercase, lowercase, and numbers [(#XXXX)](https://github.com/prowler-cloud/prowler/pull/XXXX) +- Enhanced password validation to enforce 12+ character passwords with special characters, uppercase, lowercase, and numbers [(#8225)](https://github.com/prowler-cloud/prowler/pull/8225) --- diff --git a/ui/CHANGELOG.md b/ui/CHANGELOG.md index f9e40fb654..e98629166a 100644 --- a/ui/CHANGELOG.md +++ b/ui/CHANGELOG.md @@ -11,7 +11,7 @@ All notable changes to the **Prowler UI** are documented in this file. ### Security -- Enhanced password validation to enforce 12+ character passwords with special characters, uppercase, lowercase, and numbers [(#XXXX)](https://github.com/prowler-cloud/prowler/pull/XXXX) +- Enhanced password validation to enforce 12+ character passwords with special characters, uppercase, lowercase, and numbers [(#8225)](https://github.com/prowler-cloud/prowler/pull/8225) ### 🔄 Changed