From 1ee06ab2944afc91918ee405a73ae906118a1ee5 Mon Sep 17 00:00:00 2001 From: althafvly Date: Thu, 14 Aug 2025 13:42:57 +0530 Subject: [PATCH] Bump Security String to 2025-08-05 Implemented: ============ CVE: References: Type: Severity: Updated AOSP versions: CVE-2025-22441 A-376028556 EoP High 13, 14, 15 CVE-2025-48533 A-383131643 EoP High 13, 14, 15, 16 CVE-2025-48530 A-419563680 RCE Critical 16 Previously Implemented: ======================= CVE: References: Type: Severity: Updated AOSP versions: Prior Change: CVE-2025-22441 A-376028556 EoP High 13, 14, 15 1bf1349b6db Not Implemented: ================ None Not Applicable (platform source): ================================= CVE: References: Type: Severity: Updated AOSP versions: None --- core/version_defaults.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 8e71ae6890..6c93aeee60 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -103,7 +103,7 @@ ifndef PLATFORM_SECURITY_PATCH # It must be of the form "YYYY-MM-DD" on production devices. # It must match one of the Android Security Patch Level strings of the Public Security Bulletins. # If there is no $PLATFORM_SECURITY_PATCH set, keep it empty. - PLATFORM_SECURITY_PATCH := 2025-07-05 + PLATFORM_SECURITY_PATCH := 2025-08-05 endif include $(BUILD_SYSTEM)/version_util.mk -- GitLab