aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin F. Haggerty <haggertk@lineageos.org>2020-03-05 18:24:23 -0700
committermosimchah <mosimchah@gmail.com>2020-03-10 05:09:30 -0400
commite59e06f18fe25ce37832cd0bba03dbd0b4e986a4 (patch)
treeba063c8871a2f25905790175905e4b37609b9e5e
parent893d1a9b619f518343ea6bc73764d1d81548088c (diff)
Bump Security String to 2020-03-05p9.0
Implemented: ============ CVE: References: Type: Severity: Updated AOSP versions: CVE-2019-2194 A-137284057 EoP High 9 CVE-2020-0032 A-145364230 RCE Critical 8.0, 8.1, 9, 10 CVE-2020-0033 A-144351324 EoP High 8.0, 8.1, 9, 10 CVE-2020-0035 A-140622024 ID High 8.0, 8.1, 9 CVE-2020-0036 A-144679405 EoP High 8.0, 8.1, 9, 10 CVE-2020-0037 A-143106535 ID High 8.0, 8.1, 9, 10 CVE-2020-0038 A-143109193 ID High 8.0, 8.1, 9, 10 CVE-2020-0039 A-143155861 ID High 8.0, 8.1, 9, 10 Not Implemented: ================ None Not Applicable (platform source): ================================= CVE: References: Type: Severity: Updated AOSP versions: CVE-2020-0029 A-140065828 ID High 10 CVE-2020-0031 A-141703197 ID High 10 CVE-2020-0034 A-62458770 ID High 8.0, 8.1 Change-Id: Ife6cd76c5deb541ab709b06064620b994ef977da
-rw-r--r--core/version_defaults.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 13b5bec28f..8c3cb6082c 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -231,7 +231,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-02-05
+ PLATFORM_SECURITY_PATCH := 2020-03-05
endif
ifndef PLATFORM_SECURITY_PATCH_TIMESTAMP