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
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index fa6d366..941ccc7 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -103,7 +103,7 @@
# 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