OSDN Git Service

Bump Security String to 2020-07-05
authorsyphyr <syphyr@gmail.com>
Tue, 7 Jul 2020 21:18:56 +0000 (23:18 +0200)
committerDavid Marble <drmarble1@gmail.com>
Thu, 23 Jul 2020 14:10:49 +0000 (16:10 +0200)
Implemented:
============
CVE:            References:     Type:   Severity:       Updated AOSP versions:
CVE-2020-9589   A-156261521     RCE     Critical        8.0, 8.1, 9, 10
CVE-2020-0224   A-147664838     RCE     Critical        8.0, 8.1, 9, 10

Not Implemented:
================
None

Not Applicable (platform source):
=================================
CVE:            References:     Type:   Severity:       Updated AOSP versions:
CVE-2020-0227   A-129476618     EoP     High            8.0, 8.1, 9, 10
CVE-2020-0226   A-150226994     EoP     High            10
CVE-2020-0225   A-142546668     RCE     Critical        10
CVE-2020-0122   A-147247775     EoP     High            8.0, 8.1, 9, 10
CVE-2020-0107   A-146570216     ID      High            10

Change-Id: I30f51b17135ce444ec5298788b371fde93fd4ed2

core/version_defaults.mk

index 975c48d..7f4fab0 100644 (file)
@@ -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-06-05
+    PLATFORM_SECURITY_PATCH := 2020-07-05
 endif
 
 ifeq "" "$(PLATFORM_BASE_OS)"