From da9d7199b72eba7ddcd94ce4ddc6a913fff08983 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Thu, 10 Jul 2025 09:07:04 +0200 Subject: [PATCH] chore(changelog): add missing entry from the password policy (#8236) --- api/CHANGELOG.md | 2 +- ui/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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