diff options
author | Tim Schumacher <timschumi@gmx.de> | 2019-01-13 14:11:03 (GMT) |
---|---|---|
committer | mse1969 <mse1969@posteo.de> | 2019-02-02 17:08:56 (GMT) |
commit | dceda7568a2531c9ae5811d7b98a920e255a00e7 (patch) | |
tree | ed0b364b50d4540dfdea3faeb96042fd56c0bdba /core | |
parent | b506bec299da08f718876b3c25ec1c21117c9521 (diff) | |
download | build-dceda7568a2531c9ae5811d7b98a920e255a00e7.zip build-dceda7568a2531c9ae5811d7b98a920e255a00e7.tar.gz build-dceda7568a2531c9ae5811d7b98a920e255a00e7.tar.bz2 |
Bump Security Patch Level to 2018-12-01
CVE-2018-9548 A-112555574 High Change 239033
CVE-2018-9549 A-112160868 Critical Change 239038
CVE-2018-9552 A-113260892 Critical Change 239039
CVE-2018-9553 A-116615297 High No external/libvpx in M
CVE-2018-9554 A-114770654 High No IMediaExtractor.cpp
CVE-2018-9555 A-112321180 Critical No fn. l2c_lcc_proc_pdu
CVE-2018-9557 A-35385357 High Not publicly available
CVE-2018-9558 A-112161557 High Change 240414
CVE-2018-9559 A-112731440 High Change 239042
CVE-2018-9566 A-74249842 High Change 239041
Reference Version: 7.0
Change-Id: Ia9f18c3af1ab3e49d49da698bb64e0ea04c43607
Diffstat (limited to 'core')
-rw-r--r-- | core/version_defaults.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 8a33b30..491b2ac 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -105,7 +105,7 @@ ifeq "" "$(PLATFORM_SECURITY_PATCH)" # 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 := 2018-11-01 + PLATFORM_SECURITY_PATCH := 2018-12-01 endif ifeq "" "$(PLATFORM_BASE_OS)" |