commit | 88f03751cb8b57f27bd091796705dea0b57a9988 | [log] [tgz] |
---|---|---|
author | Kevin F. Haggerty <haggertk@lineageos.org> | Sat Sep 16 11:00:50 2023 -0600 |
committer | Kevin F. Haggerty <haggertk@lineageos.org> | Sat Sep 16 11:00:50 2023 -0600 |
tree | 22632d7937eb2e8f0fef6d189383997962751f0f | |
parent | 42dec8052978078efee08fb4ea9eaa968dfc6c07 [diff] |
Bump Security String to 2023-09-05 Implemented: ============ CVE: References: Type: Severity: Updated AOSP versions: CVE-2023-35658 A-274617156 RCE Critical 11, 12, 12L, 13 CVE-2023-35664 A-269270167 ID High 12, 12L, 13 CVE-2023-35665 A-256819787 EoP High 11, 12, 12L, 13 CVE-2023-35666 A-269253349 EoP High 11, 12, 12L, 13 CVE-2023-35667 A-282932362 EoP High 11, 12, 12L, 13 CVE-2023-35669 A-265798288 EoP High 11, 12, 12L, 13 CVE-2023-35670 A-276898626 EoP High 11, 12, 12L, 13 CVE-2023-35671 A-268038643 ID High 11, 12, 12L, 13 CVE-2023-35673 A-273966636 RCE Critical 11, 12, 12L, 13 CVE-2023-35674 A-264029851 EoP High 11, 12, 12L, 13 CVE-2023-35675 A-284297711 ID High 11, 12, 12L, 13 CVE-2023-35676 A-278720336 EoP High 12, 12L, 13 CVE-2023-35677 A-280793427 DoS High 11, 12, 12L, 13 CVE-2023-35679 A-245137718 ID High 11, 12, 12L, 13 CVE-2023-35680 A-256591023 ID High 11, 12, 12L, 13 CVE-2023-35681 A-271335899 RCE Critical 13 CVE-2023-35682 A-270152142 EoP High 11, 12, 12L, 13 CVE-2023-35683 A-223793631 ID High 11, 12, 12L, 13 CVE-2023-35684 A-280633699 EoP High 11, 12, 12L, 13 CVE-2023-35687 A-245135112 EoP High 11, 12, 12L, 13 Not Implemented: ======================= None Not Applicable (platform source): ================================= None Change-Id: I17bcb369cdd6db882dfa3edcdf5ce00aa739466e
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.