From 3544ff5e7560d664834cc8f79a33409258f9b857 Mon Sep 17 00:00:00 2001 From: Prowler Bot Date: Thu, 16 Apr 2026 17:10:44 +0200 Subject: [PATCH] fix: CHANGELOG minor issue (#10759) Co-authored-by: Alejandro Bailo <59607668+alejandrobailo@users.noreply.github.com> --- ui/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/CHANGELOG.md b/ui/CHANGELOG.md index cdc634c027..304d934af1 100644 --- a/ui/CHANGELOG.md +++ b/ui/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to the **Prowler UI** are documented in this file. ### 🔒 Security -- Upgrade React to 19.2.5 and Next.js to 16.2.3 to mitigate CVE-2026-23869 (React2DoS), a high-severity unauthenticated remote DoS vulnerability in the React Flight Protocol's Server Function deserialization +- Upgrade React to 19.2.5 and Next.js to 16.2.3 to mitigate CVE-2026-23869 (React2DoS), a high-severity unauthenticated remote DoS vulnerability in the React Flight Protocol's Server Function deserialization [(#10754)](https://github.com/prowler-cloud/prowler/pull/10754) ---