aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralthafvly <althafvly@gmail.com>2025-08-14 13:42:57 +0530
committeraoleary <seanm187@gmail.com>2025-10-07 18:37:44 +0000
commit99cb98ad895fa29b8cea01b6cdd7aae2944deca6 (patch)
tree762803768fe757874e8ed5c8aacfd1f79ac2dceb
parent47de6083f231ce9f4bed4efff2a3f416d9cb8c83 (diff)
Bump Security String to 2025-08-05
Implemented: ============ CVE: References: Type: Severity: Updated AOSP versions: CVE-2025-22441 A-376028556 EoP High 13, 14, 15 CVE-2025-48533 A-383131643 EoP High 13, 14, 15, 16 Previously Implemented: ======================= CVE: References: Type: Severity: Updated AOSP versions: Prior Change: CVE-2025-22441 A-376028556 EoP High 13, 14, 15 1bf1349b6db Not Implemented: ================ None Not Applicable (platform source): ================================= CVE: References: Type: Severity: Updated AOSP versions: CVE-2025-48530 A-419563680 RCE Critical 16 Change-Id: I84a4c4bb12f56d08edf55710b1fe8da531e82214
-rw-r--r--core/version_defaults.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 8e71ae6890..6c93aeee60 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -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 := 2025-07-05
+ PLATFORM_SECURITY_PATCH := 2025-08-05
endif
include $(BUILD_SYSTEM)/version_util.mk