From: syphyr Date: Thu, 5 Nov 2020 21:10:29 +0000 (+0100) Subject: Bump Security String to 2020-11-05 X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fbuild.git;a=commitdiff_plain;h=50de16710a4e0212ce7d80d0e4fc157f1a876bdf Bump Security String to 2020-11-05 Implemented: ============ CVE: References: Type: Severity: Updated AOSP versions: CVE-2020-0409 A-156997193 EoP High 8.0, 8.1, 9, 10 CVE-2020-0441 A-158304295 DoS Critical 8.0, 8.1, 9, 10, 11 CVE-2020-0442 A-147358092 DoS Critical 8.0, 8.1, 9, 10, 11 CVE-2020-0443 A-152410253 DoS High 8.0, 8.1, 9, 10, 11 CVE-2020-0448 A-153995334 ID High 8.0, 8.1, 9, 10, 11 CVE-2020-0449 A-162497143 RCE Critical 8.0, 8.1, 9, 10, 11 CVE-2020-0450 A-157650336 ID High 8.0, 8.1, 9, 10, 11 CVE-2020-0451 A-158762825 RCE Critical 8.0, 8.1, 9 CVE-2020-0452 A-159625731 RCE High 8.0, 8.1, 9, 10, 11 CVE-2020-0453 A-159060474 ID High 8.0, 8.1, 9 CVE-2020-12856 A-157038281 EoP High 8.0, 8.1, 9, 10, 11 Previously Implemented: ============ CVE: References: Type: Severity: Updated AOSP versions: None Not Implemented: ================ CVE: References: Type: Severity: Updated AOSP versions: None Not Applicable (platform source): ================================= CVE: References: Type: Severity: Updated AOSP versions: CVE-2020-0418 A-153879813 EoP High 10 CVE-2020-0424 A-161362564 ID High 9, 10, 11 CVE-2020-0437 A-162741784 DoS High 8.0, 8.1, 9, 10, 11 CVE-2020-0438 A-161812320 EoP High 10, 11 CVE-2020-0439 A-140256621 EoP High 8.0, 8.1, 9, 10, 11 CVE-2020-0454 A-161370134 ID High 9 Signed-off-by: L.W.Reek Change-Id: I57a3a124040ef87c52b0e101cdb67dc3fd67dd23 --- diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 9b6191785..386ab8399 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -131,7 +131,7 @@ ifeq "" "$(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 := 2020-10-05 + PLATFORM_SECURITY_PATCH := 2020-11-05 endif ifeq "" "$(PLATFORM_BASE_OS)"