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

Unverified Commit 191960df authored by DarkJoker360's avatar DarkJoker360 Committed by Kevin F. Haggerty
Browse files

Bump Security String to 2020-07-05

Implemented:
============
CVE:            References:  Type:  Severity:  Updated AOSP versions:
CVE-2020-0224   A-147664838  RCE    Critical   8.0, 8.1, 9, 10
CVE-2020-9589   A-156261521  RCE    Critical   8.0, 8.1, 9, 10

Previously Implemented:
=======================
CVE:            References:  Type:  Severity:  Updated AOSP versions:
CVE-2020-0227   A-129476618  EoP    High       8.0, 8.1, 9, 10

Not Implemented:
================
None

Not Applicable (platform source):
=================================
CVE:            References:  Type:  Severity:  Updated AOSP versions:
CVE-2020-0107   A-146570216  ID     High       10
CVE-2020-0122   A-147247775  EoP    High       8.0, 8.1, 9, 10
CVE-2020-0225   A-142546668  RCE    Critical   10
CVE-2020-0226   A-150226994  EoP    High       10

Change-Id: I61dda3cfc3913edbf9cab2f9b649c292c4990656
parent 1f53441e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -181,7 +181,7 @@ ifndef 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-06-05
      PLATFORM_SECURITY_PATCH := 2020-07-05
endif

ifndef PLATFORM_BASE_OS