From 171c37a6b454de91adfe66c8e0e1734e17362a2c Mon Sep 17 00:00:00 2001 From: "Kevin F. Haggerty" Date: Thu, 10 Oct 2024 19:21:27 -0600 Subject: [PATCH] Bump Security String to 2024-10-05 Implemented: ============ CVE: References: Type: Severity: Updated AOSP versions: CVE-2024-0044 A-307532206 EoP High 12, 12L, 13, 14, 15 CVE-2024-40672 A-327645387 EoP High 12, 12L, 13, 14 CVE-2024-40673 A-309938635 RCE High 12, 12L, 13, 14 CVE-2024-40675 A-318683126 DoS High 12, 12L, 13, 14 CVE-2024-40676 A-349780950 EoP High 12, 12L, 13, 14, 15 CVE-2024-40677 A-327748846 EoP High 12, 12L, 13, 14, 15 Not Implemented: ================ None Not Applicable (platform source): ================================= CVE: References: Type: Severity: Updated AOSP versions: CVE-2024-40674 A-343714914 DoS High 14 Change-Id: I2dd777abf6823b1569445bad235abb98e42fbc7d --- 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 ee89f95de1..8b29dd0e6e 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 := 2024-09-05 + PLATFORM_SECURITY_PATCH := 2024-10-05 endif include $(BUILD_SYSTEM)/version_util.mk -- GitLab