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

Commit d640c05a authored by Vasyl Gello's avatar Vasyl Gello
Browse files

Bump Security String to 2019-04-05

Implemented:
============
CVE:            References:  Type:  Severity:  Updated AOSP versions:
CVE-2019-2027   A-119120561  RCE    Critical   7.0, 7.1.1, 7.1.2, 8.0, 8.1, 9
CVE-2019-2028   A-120644655  RCE    Critical   7.0, 7.1.1, 7.1.2, 8.0, 8.1, 9
CVE-2019-2029   A-120612744  RCE    Critical   7.0, 7.1.1, 7.1.2, 8.0, 8.1, 9
CVE-2019-2031   A-120502559  EoP    High       7.0, 7.1.1, 7.1.2, 8.0, 8.1, 9
CVE-2019-2034   A-122035770  EoP    High       7.0, 7.1.1, 7.1.2, 8.0, 8.1, 9
CVE-2019-2035   A-122320256  EoP    High       7.0, 7.1.1, 7.1.2, 8.0, 8.1, 9
CVE-2019-2037   A-119870451  ID     High       7.0, 7.1.1, 7.1.2, 8.0, 8.1, 9
CVE-2019-2038   A-121259048  ID     High       7.0, 7.1.1, 7.1.2, 8.0, 8.1, 9
CVE-2019-2039   A-121260197  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-2026   A-120866126  EoP    High       8.0
CVE-2019-2030   A-119496789  EoP    High       9
CVE-2019-2032   A-121145627  EoP    High       8.0, 8.1, 9
CVE-2019-2033   A-121327565  EoP    High       9
CVE-2019-2040   A-122316913  ID     High       9
CVE-2019-2041   A-122034690  EoP    High       8.1, 9 (device-specific)

Change-Id: I72ca6a2040a842ea967ad24e2fa605f095bbf4eb
parent 0031d069
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-03-05
    PLATFORM_SECURITY_PATCH := 2019-04-05
endif

ifeq "" "$(PLATFORM_BASE_OS)"