Skip to content

Commit

Permalink
Bump Security String to 2024-12-05
Browse files Browse the repository at this point in the history
Implemented:
============
CVE:            References:    Type:  Severity:  Updated AOSP versions:
CVE-2024-43097  A-350118416    EoP    High       12, 12L, 13, 14, 15
CVE-2024-43762  A-340239088    EoP    High       12, 12L, 13, 14, 15
CVE-2024-43764  A-317048495    EoP    High       13, 14
CVE-2024-43767  A-352631932    RCE    High       12, 12L, 13, 14, 15
CVE-2024-43768  A-349678452    EoP    High       12, 12L, 13, 14, 15
CVE-2024-43769  A-360807442    EoP    High       13, 14, 15

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

Not Applicable (platform source):
=================================
None

Change-Id: I6483fe7acf774970d8e47b587dde6472d712883d
  • Loading branch information
haggertk authored and aoleary committed Dec 30, 2024
1 parent 278165c commit 6d7e64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/version_defaults.mk
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ ifndef PLATFORM_SECURITY_PATCH
# It must be of the form "YYYY-MM-DD" on production devices.
# It must match one of the Android Security Patch Level strings of the Public Security Bulletins.
# If there is no $PLATFORM_SECURITY_PATCH set, keep it empty.
PLATFORM_SECURITY_PATCH := 2024-11-05
PLATFORM_SECURITY_PATCH := 2024-12-05
endif

include $(BUILD_SYSTEM)/version_util.mk

0 comments on commit 6d7e64e

Please sign in to comment.