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

Commit 366869b4 authored by Vasyl Gello's avatar Vasyl Gello
Browse files

Bump Security String to 2021-03-05



Implemented:
============
CVE:            References:     Type:   Severity:       Updated AOSP versions:
CVE-2017-14491  A-158221622     RCE     High            8.1, 9, 10, 11
CVE-2021-0391   A-172841550     EoP     High            8.1, 9, 10, 11
CVE-2021-0393   A-168041375     RCE     High            8.1, 9, 10, 11
CVE-2021-0394   A-172655291     ID      High            8.1, 9, 10, 11
CVE-2021-0396   A-160610106     RCE     High            8.1, 9, 10, 11
CVE-2021-0397   A-174052148     RCE     Critical        8.1, 9, 10, 11

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

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

Not Applicable (platform source):
=================================
CVE:            References:     Type:   Severity:       Updated AOSP versions:
CVE-2021-0390   A-174749461     EoP     High            8.1, 9, 10, 11
CVE-2021-0392   A-175124730     EoP     High            9, 10, 11
CVE-2021-0395   A-170315126     EoP     High            11
CVE-2021-0398   A-173516292     EoP     High            11

Signed-off-by: default avatarVasyl Gello <vasek.gello@gmail.com>
Change-Id: I93197be1cac9ecca75407ea758e3e71979ccda20
parent 9fb9f3a3
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 := 2021-02-05
    PLATFORM_SECURITY_PATCH := 2021-03-05
endif

ifeq "" "$(PLATFORM_BASE_OS)"