build
リビジョン | ded02a8604cc959da00ca76147832649f2946b90 (tree) |
---|---|
日時 | 2020-04-24 00:09:18 |
作者 | Vasyl Gello <vasek.gello@gmai...> |
コミッター | Vasyl Gello |
Bump Security String to 2020-04-05
Implemented:
CVE: References: Type: Severity: Updated AOSP versions:
CVE-2019-5018 A-140180629 EoP High 8.0, 8.1, 9, 10
CVE-2019-8457 A-140182003 ID High 8.0, 8.1, 9, 10
CVE-2019-9936 A-140181188 ID Moderate 8.0, 8.1, 9, 10
CVE-2020-0070 A-148159613 RCE Critical 8.0, 8.1, 9, 10
CVE-2020-0071 A-147310721 RCE Critical 8.0, 8.1, 9, 10
CVE-2020-0072 A-147310271 RCE Critical 8.0, 8.1, 9, 10
CVE-2020-0073 A-147309942 RCE Critical 8.0, 8.1, 9, 10
CVE-2020-0081 A-144028297 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-2056 A-140879284* ID High 10
CVE-2020-0078 A-144766455 EoP High 9, 10
CVE-2020-0079 A-144506242 EoP High 9, 10
CVE-2020-0080 A-144092031 EoP High 10
CVE-2020-0082 A-140417434 EoP High 10
Change-Id: Ica157a32f0da468c6cf1d5284eb80ecbfdb04a34
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
@@ -131,7 +131,7 @@ ifeq "" "$(PLATFORM_SECURITY_PATCH)" | ||
131 | 131 | # It must be of the form "YYYY-MM-DD" on production devices. |
132 | 132 | # It must match one of the Android Security Patch Level strings of the Public Security Bulletins. |
133 | 133 | # If there is no $PLATFORM_SECURITY_PATCH set, keep it empty. |
134 | - PLATFORM_SECURITY_PATCH := 2020-03-05 | |
134 | + PLATFORM_SECURITY_PATCH := 2020-04-05 | |
135 | 135 | endif |
136 | 136 | |
137 | 137 | ifeq "" "$(PLATFORM_BASE_OS)" |