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
1 file changed
tree: 22632d7937eb2e8f0fef6d189383997962751f0f
  1. common/
  2. core/
  3. orchestrator/
  4. packaging/
  5. target/
  6. tests/
  7. tools/
  8. .gitignore
  9. banchanHelp.sh
  10. buildspec.mk.default
  11. Changes.md
  12. CleanSpec.mk
  13. Deprecation.md
  14. envsetup.sh
  15. finalize_branch_for_release.sh
  16. help.sh
  17. METADATA
  18. navbar.md
  19. OWNERS
  20. PREUPLOAD.cfg
  21. rbesetup.sh
  22. README.md
  23. tapasHelp.sh
  24. Usage.txt
README.md

Android Make Build System

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.