build
リビジョン | 2661552c66a1941eb559d9d91ab8ae3333a22cbd (tree) |
---|---|
日時 | 2020-02-05 20:59:06 |
作者 | Vasyl Gello <vasek.gello@gmai...> |
コミッター | Vasyl Gello |
Bump Security String to 2020-02-05
Implemented:
CVE: References: Type: Severity: Updated AOSP versions:
CVE-2020-0005 A-141552859 EOP High 8.0, 8.1, 9, 10
CVE-2020-0014 A-128674520 EoP High 8.0, 8.1, 9, 10
CVE-2020-0015 A-139017101 EoP High 8.0, 8.1, 9, 10
CVE-2020-0017 A-123232892 ID High 8.0, 8.1, 9, 10
CVE-2020-0018 A-139945049 ID High 8.0, 8.1, 9, 10
CVE-2020-0022 A-143894715 DoS Moderate 10
CVE-2020-0026 A-140419401 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-2200 A-67319274 EoP High 10
CVE-2020-0020 A-143118731 ID High 10
CVE-2020-0021 A-141413692 DoS High 10
CVE-2020-0023 A-145130871 ID Critical 10
CVE-2020-0027 A-144040966 EoP High 8.0, 8.1, 9, 10
CVE-2020-0028 A-122652057 ID High 9
Change-Id: I819743b32c325877fb8bd284e3d4868b114c38c8
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-01-05 | |
134 | + PLATFORM_SECURITY_PATCH := 2020-02-05 | |
135 | 135 | endif |
136 | 136 | |
137 | 137 | ifeq "" "$(PLATFORM_BASE_OS)" |