build
Revision | 510a4ca545956544171eb40fb28bd3f9cb6f9aaf (tree) |
---|---|
Zeit | 2020-01-08 03:11:00 |
Autor | Vasyl Gello <vasek.gello@gmai...> |
Commiter | Vasyl Gello |
Bump Security String to 2020-01-05
Implemented:
CVE: References: Type: Severity: Updated AOSP versions:
CVE-2020-0001 A-140055304 EoP Moderate 10
CVE-2020-0002 A-142602711 RCE Moderate 10
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: 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 := 2019-12-05 | |
134 | + PLATFORM_SECURITY_PATCH := 2020-01-05 | |
135 | 135 | endif |
136 | 136 | |
137 | 137 | ifeq "" "$(PLATFORM_BASE_OS)" |