Bump Security String to 2023-10-06

Implemented:
============
CVE:            References:    Type:  Severity:  Updated AOSP versions:
CVE-2023-21244  A-276729064    EoP    High       11, 12, 12L, 13
CVE-2023-21252  A-275339978    DoS    High       11, 12, 12L, 13
CVE-2023-21253  A-266580022    DoS    High       11, 12, 12L, 13
CVE-2023-40117  A-253043065    EoP    High       11, 12, 12L, 13
CVE-2023-40120  A-274775190    EoP    High       11, 12, 12L, 13
CVE-2023-40121  A-224771621    ID     High       11, 12, 12L, 13
CVE-2023-40123  A-278246904    ID     High       11, 12, 12L, 13
CVE-2023-40125  A-279902472    EoP    High       11, 12, 12L, 13
CVE-2023-40127  A-262244882    ID     High       11, 12, 12L, 13
CVE-2023-40128  A-274231102    EoP    High       11, 12, 12L, 13
CVE-2023-40129  A-273874525    RCE    Critical   12, 12L, 13
CVE-2023-40130  A-289809991    EoP    High       11, 12, 12L, 13
CVE-2023-40131  A-282919145    EoP    High       12, 12L, 13
CVE-2023-40133  A-283264674    ID     High       11, 12, 12L, 13
CVE-2023-40134  A-283101289    ID     High       12, 12L, 13
CVE-2023-40135  A-281848557    ID     High       11, 12, 12L, 13
CVE-2023-40136  A-281666022    ID     High       11, 12, 12L, 13
CVE-2023-40137  A-281665050    ID     High       11, 12, 12L, 13
CVE-2023-40138  A-281534749    ID     High       11, 12, 12L, 13
CVE-2023-40139  A-281533566    ID     High       11, 12, 12L, 13
CVE-2023-40140  A-274058082    EoP    High       11, 12, 12L, 13

Previously Implemented:
=======================
CVE:            References:    Type:  Severity:  Updated AOSP versions:  Prior Change:
CVE-2023-4863   A-299477569    RCE    Critical   11, 12, 12L, 13         161f49c
CVE-2023-21266  A-223376078    EoP    High       11, 12, 12L, 13         5b7edbf2ba07
CVE-2023-21291  A-277593270    ID     High       11, 12, 12L, 13         43442f4eb22a

Not Implemented:
=======================
None

Not Applicable (platform source):
=================================
CVE:            References:    Type:  Severity:  Updated AOSP versions:
CVE-2023-40116  A-270368476    EoP    High       11, 12, 12L

Change-Id: I86b8b7e9108dd1667b6a70eb35c3fee657f6dd78
1 file changed
tree: eaeba521bcf767710418cf159ca7eaee937859c4
  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.