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

Commit 510a4ca5 authored by Vasyl Gello's avatar Vasyl Gello
Browse files

Bump Security String to 2020-01-05



Implemented:
============
CVE:            References:     Type:   Severity:       Updated AOSP versions:
CVE-2020-0001   A-140055304     EoP     Moderate        10
                                EoP     High            8.0, 8.1, 9
CVE-2020-0002   A-142602711     RCE     Moderate        10
                                RCE     Critical        8.0, 8.1, 9
CVE-2020-0004   A-120847476     DoS     High            8.0, 8.1, 9, 10
CVE-2020-0006   A-139738828     ID      High            8.0, 8.1, 9, 10
CVE-2020-0007   A-141890807     ID      High            8.0, 8.1, 9, 10
CVE-2020-0008   A-142558228     ID      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-2020-0003   A-140195904     EoP     High            8.0

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

ifeq "" "$(PLATFORM_BASE_OS)"