• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

build


コミットメタ情報

リビジョンded02a8604cc959da00ca76147832649f2946b90 (tree)
日時2020-04-24 00:09:18
作者Vasyl Gello <vasek.gello@gmai...>
コミッターVasyl Gello

ログメッセージ

Bump Security String to 2020-04-05

Implemented:


CVE: References: Type: Severity: Updated AOSP versions:
CVE-2019-5018 A-140180629 EoP High 8.0, 8.1, 9, 10
CVE-2019-8457 A-140182003 ID High 8.0, 8.1, 9, 10
CVE-2019-9936 A-140181188 ID Moderate 8.0, 8.1, 9, 10
CVE-2020-0070 A-148159613 RCE Critical 8.0, 8.1, 9, 10
CVE-2020-0071 A-147310721 RCE Critical 8.0, 8.1, 9, 10
CVE-2020-0072 A-147310271 RCE Critical 8.0, 8.1, 9, 10
CVE-2020-0073 A-147309942 RCE Critical 8.0, 8.1, 9, 10
CVE-2020-0081 A-144028297 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-2056 A-140879284* ID High 10
CVE-2020-0078 A-144766455 EoP High 9, 10
CVE-2020-0079 A-144506242 EoP High 9, 10
CVE-2020-0080 A-144092031 EoP High 10
CVE-2020-0082 A-140417434 EoP High 10

Change-Id: Ica157a32f0da468c6cf1d5284eb80ecbfdb04a34
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>

変更サマリ

差分

--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -131,7 +131,7 @@ ifeq "" "$(PLATFORM_SECURITY_PATCH)"
131131 # It must be of the form "YYYY-MM-DD" on production devices.
132132 # It must match one of the Android Security Patch Level strings of the Public Security Bulletins.
133133 # If there is no $PLATFORM_SECURITY_PATCH set, keep it empty.
134- PLATFORM_SECURITY_PATCH := 2020-03-05
134+ PLATFORM_SECURITY_PATCH := 2020-04-05
135135 endif
136136
137137 ifeq "" "$(PLATFORM_BASE_OS)"