From 391a224018b17173b9c9548d6a2154db59900b5e Mon Sep 17 00:00:00 2001 From: "Kevin F. Haggerty" Date: Sat, 7 Jan 2023 08:06:40 -0700 Subject: [PATCH] Bump Security String to 2023-01-05 Implemented: ============ CVE: References: Type: Severity: Updated AOSP versions: CVE-2022-20456 A-242703780 EoP High 10, 11, 12, 12L, 13 CVE-2022-20489 A-242703460 EoP High 10, 11, 12, 12L, 13 CVE-2022-20490 A-242703505 EoP High 10, 11, 12, 12L, 13 CVE-2022-20492 A-242704043 EoP High 10, 11, 12, 12L, 13 CVE-2022-20494 A-243794204 DoS High 10, 11, 12, 12L, 13 CVE-2023-20904 A-246300272 EoP High 12L, 13 CVE-2023-20908 A-239415861 DoS High 10, 11, 12, 12L, 13 CVE-2023-20913 A-246933785 EoP High 10, 11, 12, 12L, 13 CVE-2023-20915 A-246930197 EoP High 10, 11, 12, 12L, 13 CVE-2023-20916 A-229256049 EoP High 12, 12L CVE-2023-20918 A-243794108 EoP High 10, 11, 12, 12L, 13 CVE-2023-20920 A-204584366 EoP High 10, 11, 12, 12L, 13 CVE-2023-20921 A-243378132 EoP High 10, 11, 12, 12L, 13 CVE-2023-20922 A-237291548 DoS High 11, 12, 12L, 13 Implemented (Qualcomm components): ================================== CVE: References: Severity: Subcomponent: CVE-2022-33255 A-250627529 High Bluetooth QC-CR#3212699 Previously Implemented: ======================= CVE: References: Type: Severity: Updated AOSP versions: Prior Change: CVE-2022-20461 A-228602963 EoP High 10, 11, 12, 12L, 13 5c17b5a2401 CVE-2022-20493 A-242846316 EoP High 10, 11, 12, 12L, 13 78f58b477987 Previously Implemented (Qualcomm components): ================================== CVE: References: Severity: Subcomponent: Prior Change: CVE-2022-22088 A-231156521 Critical Bluetooth 29262b1f82 QC-CR#3052411 Not Implemented: ======================= None Not Applicable (platform source): ================================= CVE: References: Type: Severity: Updated AOSP versions: CVE-2023-20905 A-241387741 EoP High 10 CVE-2023-20912 A-246301995 EoP High 13 CVE-2023-20919 A-252663068 EoP High 13 Change-Id: If2ae77bf13e20cb3f56fd9f0f944573cff694c8b --- 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 82571ec06a..2ecb60b0f9 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 := 2022-12-05 + PLATFORM_SECURITY_PATCH := 2023-01-05 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH