Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b685f4f authored by Vasyl Gello's avatar Vasyl Gello
Browse files

Bump Security String to 2019-05-05

Implemented:
============
CVE:            References:  Type:  Severity:  Updated AOSP versions:
CVE-2019-2043   A-120484087  EoP    Moderate   7.0, 7.1.1, 7.1.2, 8.0, 8.1, 9
CVE-2019-2044   A-123701862  RCE    Critical   7.0, 7.1.1, 7.1.2, 8.0, 8.1, 9
CVE-2019-2045   A-117554758  RCE    Critical   7.0, 7.1.1, 7.1.2, 8.1, 9
CVE-2019-2046   A-117556220  RCE    Critical   7.0, 7.1.1, 7.1.2, 8.0, 8.1, 9
CVE-2019-2047   A-117607414  RCE    Critical   7.0, 7.1.1, 7.1.2, 8.0, 8.1, 9
CVE-2019-2051   A-117555811  ID     High       7.0, 7.1.1, 7.1.2, 8.0, 8.1, 9
CVE-2019-2052   A-117556606  ID     High       7.0, 7.1.1, 7.1.2, 8.1, 9
CVE-2019-2053   A-122074159  ID     High       7.0, 7.1.1, 7.1.2, 8.0, 8.1, 9
Not Implemented:
================
None

Not Applicable (platform source):
================
CVE:            References:  Type:  Severity:  Updated AOSP versions:
CVE-2019-2049   A-120445479  EoP    High       9
CVE-2019-2050   A-121327323  EoP    High       8.0, 8.1, 9

Change-Id: I636a1c0b84dd78244596cb9ea9be24d5d56b5163
parent d640c05a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 := 2019-04-05
    PLATFORM_SECURITY_PATCH := 2019-05-05
endif

ifeq "" "$(PLATFORM_BASE_OS)"