From ec1a0ee8b73be9e430079f0d579647239158def1 Mon Sep 17 00:00:00 2001 From: "Andoni A." <14891798+andoniaf@users.noreply.github.com> Date: Wed, 4 Mar 2026 08:59:49 +0100 Subject: [PATCH] docs(k8s): add changelog entry for RBAC findings deduplication --- prowler/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/prowler/CHANGELOG.md b/prowler/CHANGELOG.md index d5d27f93cc..acaf6757dc 100644 --- a/prowler/CHANGELOG.md +++ b/prowler/CHANGELOG.md @@ -78,6 +78,7 @@ All notable changes to the **Prowler SDK** are documented in this file. - Respect `AWS_ENDPOINT_URL` environment variable for STS session creation [(#10228)](https://github.com/prowler-cloud/prowler/pull/10228) - Help text and typos in CLI flags [(#10040)](https://github.com/prowler-cloud/prowler/pull/10040) - `elbv2_insecure_ssl_ciphers` false positive on AWS post-quantum (PQ) TLS policies like `ELBSecurityPolicy-TLS13-1-2-PQ-2025-09` [(#10219)](https://github.com/prowler-cloud/prowler/pull/10219) +- Duplicate Kubernetes RBAC findings when the same User or Group subject appeared in multiple ClusterRoleBindings [(#10242)](https://github.com/prowler-cloud/prowler/pull/10242) ### 🔐 Security