From a45102c64b686f150668cc6bdeba8257a53e5e7a Mon Sep 17 00:00:00 2001 From: "Kevin F. Haggerty" Date: Sun, 7 Apr 2024 10:00:27 -0600 Subject: [PATCH] Bump Security String to 2024-04-05 Implemented: ============ CVE: References: Type: Severity: Updated AOSP versions: CVE-2023-21267 A-218495634 ID High 12, 12L, 13, 14 CVE-2024-23704 A-299931761 EoP High 13, 14 CVE-2024-23710 A-311374917 EoP High 13, 14 CVE-2024-23712 A-304983146 DoS High 12, 12L, 13, 14 CVE-2024-23713 A-305926929 EoP High 12, 12L, 13, 14 Previously Implemented: ======================= CVE: References: Type: Severity: Updated AOSP versions: Prior Change: CVE-2024-0022 A-298635078 ID High 13, 14 3fdf954905af CVE-2024-0026 A-308414141 DoS High 12, 12L, 13, 14 eb7f3a60801e CVE-2024-0027 A-307948424 DoS High 12, 12L, 13, 14 eb7f3a60801e Not Implemented: ================ None Not Applicable (platform source): ================================= None Change-Id: Id6011d877a62fdff10287adc9c56943dce16898c --- 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 fa6d3667ad..941ccc72d4 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-03-05 + PLATFORM_SECURITY_PATCH := 2024-04-05 endif include $(BUILD_SYSTEM)/version_util.mk -- GitLab