From 62809e523e8ebc7e626647c9212e75698370c379 Mon Sep 17 00:00:00 2001 From: HugoPBrito Date: Fri, 27 Feb 2026 14:05:55 +0100 Subject: [PATCH] docs(api): add changelog entry for cloudflare token fix --- api/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index af9d745835..85473157d3 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -38,6 +38,7 @@ All notable changes to the **Prowler API** are documented in this file. - Attack Paths: scan no longer raises `DatabaseError` when provider is deleted mid-scan [(#10116)](https://github.com/prowler-cloud/prowler/pull/10116) - Tenant compliance summaries recalculated after provider deletion [(#10172)](https://github.com/prowler-cloud/prowler/pull/10172) - Security Hub export retries transient replica conflicts without failing integrations [(#10144)](https://github.com/prowler-cloud/prowler/pull/10144) +- Cloudflare provider secrets now reject API key format in `api_token` credentials [(#10195)](https://github.com/prowler-cloud/prowler/pull/10195) ### 🔐 Security