Bump Security String to 2024-11-05

Implemented:
============
CVE:            References:    Type:  Severity:  Updated AOSP versions:
CVE-2024-43080  A-330722900    EoP    High       12, 12L, 13, 14, 15
CVE-2024-43081  A-341256043    EoP    High       12, 12L, 13, 14, 15
CVE-2024-43083  A-348352288    DoS    High       12, 12L, 13, 14, 15
CVE-2024-43084  A-281044385    ID     High       12, 12L, 13, 14, 15
CVE-2024-43085  A-353712853    EoP    High       12, 12L, 13, 14, 15
CVE-2024-43086  A-343440463    ID     High       12, 12L, 13, 14, 15
CVE-2024-43087  A-353700779    EoP    High       12, 12L, 13, 14, 15
CVE-2024-43088  A-326057017    EoP    High       12, 12L, 13, 14, 15
CVE-2024-43089  A-304280682    EoP    High       12, 12L, 13, 14, 15
CVE-2024-43090  A-331180422    ID     High       12, 12L, 13, 14
CVE-2024-43091  A-344620577    RCE    High       12, 12L, 13, 14, 15
CVE-2024-43093  A-341680936    EoP    High       12, 13, 14, 15

Previously Implemented:
=======================
CVE:            References:    Type:  Severity:  Updated AOSP versions:  Prior Change:
CVE-2024-34719  A-242996380    EoP    High       12, 12L, 13, 14         ed87ee31dc6
CVE-2024-40661  A-308138085    EoP    High       12, 12L, 13, 14         16ef928c5

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

Not Applicable (platform source):
=================================
CVE:            References:    Type:  Severity:  Updated AOSP versions:
CVE-2024-29779  A-329701910    EoP    High       14
CVE-2024-40660  A-347307756    EoP    High       14, 15
CVE-2024-43082  A-296915959    ID     High       12, 12L

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