• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

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

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

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

RCE Critical 8.0, 8.1, 9

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>

変更サマリ

差分

--- 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-01-05
134+ PLATFORM_SECURITY_PATCH := 2020-02-05
135135 endif
136136
137137 ifeq "" "$(PLATFORM_BASE_OS)"