From b7fd9639201c3842d7e0d91e4c303dc92df6fe4f Mon Sep 17 00:00:00 2001 From: "Kevin F. Haggerty" Date: Tue, 14 May 2024 06:13:21 -0600 Subject: [PATCH] Bump Security String to 2024-05-05 Implemented: ============ CVE: References: Type: Severity: Updated AOSP versions: CVE-2024-23708 A-293301736 EoP High 12, 12L, 13, 14 CVE-2024-23709 A-317780080 ID High 12, 12L, 13, 14 Previously Implemented: ======================= CVE: References: Type: Severity: Updated AOSP versions: Prior Change: CVE-2024-0024 A-293602317 EoP High 12, 12L, 13, 14 a7c40fadfd05 CVE-2024-0025 A-279428283 EoP High 12, 12L, 13, 14 771669ad2121 CVE-2024-0043 A-295549388 EoP High 12, 12L, 13, 14 d18fe94fdd CVE-2024-23705 A-293602970 EoP High 12, 12L, 13, 14 f9c285c5aa83 Not Implemented: ================ None Not Applicable (platform source): ================================= CVE: References: Type: Severity: Updated AOSP versions: CVE-2024-23706 A-328068777 EoP Critical 14 CVE-2024-23707 A-316891059 EoP High 14 Change-Id: Ic9157d0361716182961e61a69e80fd7bd0db8182 --- 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 72f67ca154..6cc06f8167 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -240,7 +240,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-04-05 + PLATFORM_SECURITY_PATCH := 2024-05-05 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH -- GitLab