From: Vasyl Gello Date: Fri, 8 Nov 2019 12:01:48 +0000 (+0000) Subject: Bump Security String to 2019-11-05 X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fbuild.git;a=commitdiff_plain;h=4e4d9b094bc8df3bd06c74a993261058745c7733 Bump Security String to 2019-11-05 Implemented: ============ CVE: References: Type: Severity: Updated AOSP versions: CVE-2019-2036 A-79703832 EoP High 8.0, 8.1, 9, 10 CVE-2019-2193 A-132261064 EoP High 8.0, 8.1, 9, 10 CVE-2019-2195 A-139186193 EoP High 8.0, 8.1, 9, 10 CVE-2019-2196 A-135269143 ID High 8.0, 8.1, 9, 10 CVE-2019-2197 A-138529441 ID High 8.0, 8.1, 9, 10 CVE-2019-2198 A-135270103 ID High 8.0, 8.1, 9, 10 CVE-2019-2201 A-120551338 RCE High 8.0, 8.1, 9, 10 CVE-2019-2204 A-138442295 RCE Critical 9 CVE-2019-2205 A-139806216 RCE Critical 8.0, 8.1, 9, 10 CVE-2019-2206 A-139188579 RCE Critical 8.0, 8.1, 9, 10 CVE-2019-2207 A-124524315 EoP High 8.0, 8.1, 9, 10 CVE-2019-2208 A-138441919 ID High 9 CVE-2019-2209 A-139287605 ID High 8.0, 8.1, 9, 10 CVE-2019-2211 A-135269669 ID High 8.0, 8.1, 9, 10 CVE-2019-2212 A-139690488 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-2019-2192 A-138441555 EoP High 9, 10 CVE-2019-2199 A-138650665 EoP High 10 CVE-2019-2202 A-137283376 EoP High 9, 10 CVE-2019-2203 A-137370777 EoP High 8.0, 8.1, 9, 10 CVE-2019-2233 A-140486529 EoP High 10 Change-Id: I0ea3e85d7cebbada771e41efe74b949d0f6cd0e3 Signed-off-by: Vasyl Gello --- diff --git a/core/version_defaults.mk b/core/version_defaults.mk index d82efd617..65b67cf84 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -131,7 +131,7 @@ ifeq "" "$(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 := 2019-10-05 + PLATFORM_SECURITY_PATCH := 2019-11-05 endif ifeq "" "$(PLATFORM_BASE_OS)"