diff options
author | Ivan Kutepov <its.kutepov@gmail.com> | 2018-02-07 23:54:03 (GMT) |
---|---|---|
committer | mse1969 <mse1969@posteo.de> | 2018-02-09 18:53:42 (GMT) |
commit | 186c4fe197bd2cd1da8618689df0f0ed1a9bfce3 (patch) | |
tree | 5274eef30c0f0fcb9ea5c1568615551798a467fa /core | |
parent | f64a7d364eaff16bb888fd229c123318c716438a (diff) | |
download | build-186c4fe197bd2cd1da8618689df0f0ed1a9bfce3.zip build-186c4fe197bd2cd1da8618689df0f0ed1a9bfce3.tar.gz build-186c4fe197bd2cd1da8618689df0f0ed1a9bfce3.tar.bz2 |
ASB February 2018, update security string to 2018-02-01
Implemented patches:
======================================
Media framework
CVE-2017-13228 A-69478425 Critical
CVE-2017-13229 A-68160703 Critical
CVE-2017-13230 A-65483665 Critical
CVE-2017-13232 A-68953950 High
CVE-2017-13233 A-62851602 High
CVE-2017-13234 A-68159767 High
CVE-2017-13235 A-68342866 High
CVE-2017-13241 A-69065651 Moderate
System
CVE-2017-13242 A-62672248 Moderate
HAL
CVE-2017-11041 A-35269676* High
NOT Implemented, because not relevant
=====================================
Framework
CVE-2017-13239 A-66244132 Moderate 8.0
CVE-2017-13240 A-68694819 Moderate 8.0, 8.1
Media framework
CVE-2017-13231 A-67962232 High 8.0, 8.1
System
CVE-2017-13236 A-68217699 Moderate 8.0, 8.1
CVE-2017-13243 A-38258991 Moderate (not publicly available)
Change-Id: I91117d71f7c28e3fe05c2a40a5513c66d73c8d4e
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 ba155e6..c44c1da 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-01-01 + PLATFORM_SECURITY_PATCH := 2018-02-01 endif ifeq "" "$(PLATFORM_BASE_OS)" |