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

Commit 2661552c authored by Vasyl Gello's avatar Vasyl Gello
Browse files

Bump Security String to 2020-02-05



Implemented:
============
CVE:            References:     Type:   Severity:       Updated AOSP versions:
CVE-2020-0005   A-141552859     EOP     High            8.0, 8.1, 9, 10
CVE-2020-0014   A-128674520     EoP     High            8.0, 8.1, 9, 10
CVE-2020-0015   A-139017101     EoP     High            8.0, 8.1, 9, 10
CVE-2020-0017   A-123232892     ID      High            8.0, 8.1, 9, 10
CVE-2020-0018   A-139945049     ID      High            8.0, 8.1, 9, 10
CVE-2020-0022   A-143894715     DoS     Moderate        10
                                RCE     Critical        8.0, 8.1, 9
CVE-2020-0026   A-140419401     EoP     High            8.0, 8.1, 9, 10

Not Implemented:
================
CVE:            References:     Type:   Severity:       Updated AOSP versions:
None

Not Applicable (platform source):
=================================
CVE:            References:     Type:   Severity:       Updated AOSP versions:
CVE-2019-2200   A-67319274      EoP     High            10
CVE-2020-0020   A-143118731     ID      High            10
CVE-2020-0021   A-141413692     DoS     High            10
CVE-2020-0023   A-145130871     ID      Critical        10
CVE-2020-0027   A-144040966     EoP     High            8.0, 8.1, 9, 10
CVE-2020-0028   A-122652057     ID      High            9

Change-Id: I819743b32c325877fb8bd284e3d4868b114c38c8
Signed-off-by: default avatarVasyl Gello <vasek.gello@gmail.com>
parent 510a4ca5
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 := 2020-01-05
    PLATFORM_SECURITY_PATCH := 2020-02-05
endif

ifeq "" "$(PLATFORM_BASE_OS)"