Skip to content

Commit

Permalink
Bump Security String to 2024-09-05
Browse files Browse the repository at this point in the history
Implemented:
============
CVE:            References:    Type:  Severity:  Updated AOSP versions:
CVE-2024-32896  A-324321147    EoP    High       12, 12L, 13, 14
CVE-2024-40650  A-293199910    EoP    High       12, 12L, 13, 14
CVE-2024-40652  A-327749022    EoP    High       12, 12L, 13, 14
CVE-2024-40654  A-333364513    EoP    High       12, 12L, 13, 14
CVE-2024-40655  A-300904123    EoP    High       12, 12L, 13, 14
CVE-2024-40656  A-329058967    ID     High       12, 12L, 13, 14
CVE-2024-40657  A-341886134    EoP    High       12, 12L, 13, 14
CVE-2024-40658  A-329641908    EoP    High       12, 12L, 13, 14
CVE-2024-40662  A-261721900    EoP    High       12, 12L, 13, 14

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

Not Applicable (platform source):
=================================
CVE:            References:    Type:  Severity:  Updated AOSP versions:
CVE-2024-40659  A-336976105    DoS    High       14

Change-Id: I409ea654cebe1d607e4e89ffd1ca3ed1915b2ef0
  • Loading branch information
haggertk authored and aoleary committed Sep 17, 2024
1 parent 2a20aaa commit 6ed33fa
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-08-05
PLATFORM_SECURITY_PATCH := 2024-09-05
endif

include $(BUILD_SYSTEM)/version_util.mk

0 comments on commit 6ed33fa

Please sign in to comment.