Skip to content

Commit 9824963

Browse files
committed
Add June 2025 15 Security tag
1 parent 5ef8228 commit 9824963

File tree

2 files changed

+140
-0
lines changed

2 files changed

+140
-0
lines changed
Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
<!DOCTYPE HTML>
2+
<html>
3+
<head>
4+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
8+
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
9+
<link rel="stylesheet" type="text/css" href="./assets/style.css" >
10+
<script async src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
11+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
12+
13+
<link rel="icon" href="./assets/favicon.svg" type="image/svg">
14+
<link rel="shortcut icon" href="./assets/favicon.ico" type="image/x-icon">
15+
16+
<title>android-security-15.0.0_r8 to android-security-15.0.0_r9 AOSP changelog</title>
17+
18+
<script>
19+
function show(sectionId) {
20+
if (document.getElementById(sectionId)) {
21+
document.getElementById(sectionId+'-show').style.display = 'none';
22+
document.getElementById(sectionId+'-hide').style.display = 'inline';
23+
document.getElementById(sectionId).style.display = 'block';
24+
}
25+
}
26+
27+
function hide(sectionId) {
28+
if (document.getElementById(sectionId)) {
29+
document.getElementById(sectionId+'-show').style.display = 'inline';
30+
document.getElementById(sectionId+'-hide').style.display = 'none';
31+
document.getElementById(sectionId).style.display = 'none';
32+
}
33+
}
34+
</script>
35+
</head>
36+
<body>
37+
<div class="navbar navbar-default navbar-fixed-top">
38+
<div class="container">
39+
<div class="navbar-header">
40+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
41+
<span class="icon-bar"></span>
42+
<span class="icon-bar"></span>
43+
<span class="icon-bar"></span>
44+
</button>
45+
<a class="navbar-brand" href="./index.html">AOSP Changelogs</a>
46+
</div>
47+
<div class="navbar-collapse collapse">
48+
<ul class="nav navbar-nav">
49+
</ul>
50+
</div>
51+
</div>
52+
</div>
53+
<div class="container card">
54+
<div class="row">
55+
<div class="col-md-12">
56+
<h1>android-security-15.0.0_r8 to android-security-15.0.0_r9 AOSP changelog</h1>
57+
</div>
58+
</div>
59+
60+
<div class="row">
61+
<div class="col-md-12">
62+
<p>This only includes the Android Open Source Project changes and does not include any changes
63+
in any proprietary components included by Google or any hardware manufacturer. The raw log was
64+
generated using a modified version of <a href="https://groups.google.com/d/msg/android-building/0DtsHawjs4k/And8o3Dni_UJ">this script</a> written by JBQ and improved by Al Sutton.</p>
65+
66+
<p><strong>Please do not copy this without attribution to this site and JBQ for the original script.</strong></p>
67+
</div>
68+
</div>
69+
<div class="row">
70+
<div class="col-md-12">
71+
<div id="changes">
72+
<p><h2><a href="#" id="platform_art-show" class="showLink" onclick="show('platform_art');return false;">+</a><a href="#" id="platform_art-hide" class="hideLink" onclick="hide('platform_art');return false;">-</a>&nbsp;<a name="platform_art" class="nonLink">Project:</a> <a href="https://android.googlesource.com/platform/art">platform/art</a></h2>
73+
<div id="platform_art"><a href="https://android.googlesource.com/platform/art/+/74a2795863">74a2795863</a> : Omit file existence check on notifyDexContainersLoaded.<br />
74+
<a href="https://android.googlesource.com/platform/art/+/9c88cbbf00">9c88cbbf00</a> : Fix SELinux denial on GMS Core's symlinks to secondary dex files.<br />
75+
<a href="https://android.googlesource.com/platform/art/+/ff0ca4365d">ff0ca4365d</a> : Ensure the dex use database cannot grow unboundedly.<br />
76+
</div></p>
77+
78+
<p><h2><a href="#" id="platform_build-show" class="showLink" onclick="show('platform_build');return false;">+</a><a href="#" id="platform_build-hide" class="hideLink" onclick="hide('platform_build');return false;">-</a>&nbsp;<a name="platform_build" class="nonLink">Project:</a> <a href="https://android.googlesource.com/platform/build">platform/build</a></h2>
79+
<div id="platform_build"><a href="https://android.googlesource.com/platform/build/+/30cf4ad2b7">30cf4ad2b7</a> : Version bump to ASV1.240715.029 [core/build_id.mk]<br />
80+
<a href="https://android.googlesource.com/platform/build/+/ae9f8c956d">ae9f8c956d</a> : Version bump to ASV1.240715.028 [core/build_id.mk]<br />
81+
<a href="https://android.googlesource.com/platform/build/+/1a632d1451">1a632d1451</a> : Version bump to ASV1.240715.027 [core/build_id.mk]<br />
82+
</div></p>
83+
84+
<p><h2><a href="#" id="platform_frameworks_av-show" class="showLink" onclick="show('platform_frameworks_av');return false;">+</a><a href="#" id="platform_frameworks_av-hide" class="hideLink" onclick="hide('platform_frameworks_av');return false;">-</a>&nbsp;<a name="platform_frameworks_av" class="nonLink">Project:</a> <a href="https://android.googlesource.com/platform/frameworks/av">platform/frameworks/av</a></h2>
85+
<div id="platform_frameworks_av"><a href="https://android.googlesource.com/platform/frameworks/av/+/a5c1d4f8d6">a5c1d4f8d6</a> : mediandk: clean up AMediaCodec_getInput/OutputBuffer semantics<br />
86+
</div></p>
87+
88+
<p><h2><a href="#" id="platform_frameworks_base-show" class="showLink" onclick="show('platform_frameworks_base');return false;">+</a><a href="#" id="platform_frameworks_base-hide" class="hideLink" onclick="hide('platform_frameworks_base');return false;">-</a>&nbsp;<a name="platform_frameworks_base" class="nonLink">Project:</a> <a href="https://android.googlesource.com/platform/frameworks/base">platform/frameworks/base</a></h2>
89+
<div id="platform_frameworks_base"><a href="https://android.googlesource.com/platform/frameworks/base/+/95eda53ff1d0">95eda53ff1d0</a> : PM: Restrict subclass construction.<br />
90+
<a href="https://android.googlesource.com/platform/frameworks/base/+/89c67cf1d19e">89c67cf1d19e</a> : Guard against excessively long package names and certificates.<br />
91+
<a href="https://android.googlesource.com/platform/frameworks/base/+/af2f9c246ef0">af2f9c246ef0</a> : fix: Unbind an A11yService from onNullBinding<br />
92+
<a href="https://android.googlesource.com/platform/frameworks/base/+/937c2903736f">937c2903736f</a> : Fixing the default values for pending intent at LocationPendingIntentTransport.<br />
93+
<a href="https://android.googlesource.com/platform/frameworks/base/+/e0a1e45a3d20">e0a1e45a3d20</a> : Use ParceledListSlice for ZenModeConfig and AutomaticZenRules<br />
94+
<a href="https://android.googlesource.com/platform/frameworks/base/+/26c58543f19d">26c58543f19d</a> : Only allow load frro drawables from frro directory<br />
95+
<a href="https://android.googlesource.com/platform/frameworks/base/+/b7d9d1744c4f">b7d9d1744c4f</a> : Zero-initialize CursorWindow buffer<br />
96+
<a href="https://android.googlesource.com/platform/frameworks/base/+/4cafc04ee7db">4cafc04ee7db</a> : DO NOT MERGE: Verify KeyEvents in IME<br />
97+
<a href="https://android.googlesource.com/platform/frameworks/base/+/c623bbe68308">c623bbe68308</a> : Verify caller is cred autofill service<br />
98+
<a href="https://android.googlesource.com/platform/frameworks/base/+/a928f3273592">a928f3273592</a> : Limit the tag length to 1024<br />
99+
<a href="https://android.googlesource.com/platform/frameworks/base/+/48a022f29de5">48a022f29de5</a> : Disable ASM_RESTRICTIONS flag<br />
100+
</div></p>
101+
102+
<p><h2><a href="#" id="platform_packages_apps_ManagedProvisioning-show" class="showLink" onclick="show('platform_packages_apps_ManagedProvisioning');return false;">+</a><a href="#" id="platform_packages_apps_ManagedProvisioning-hide" class="hideLink" onclick="hide('platform_packages_apps_ManagedProvisioning');return false;">-</a>&nbsp;<a name="platform_packages_apps_ManagedProvisioning" class="nonLink">Project:</a> <a href="https://android.googlesource.com/platform/packages/apps/ManagedProvisioning">platform/packages/apps/ManagedProvisioning</a></h2>
103+
<div id="platform_packages_apps_ManagedProvisioning"><a href="https://android.googlesource.com/platform/packages/apps/ManagedProvisioning/+/d33d04540">d33d04540</a> : Fix confused deputy vulnerability in termsActivity to access terms_disclaimer Uri only if the calling app has the permissions<br />
104+
<a href="https://android.googlesource.com/platform/packages/apps/ManagedProvisioning/+/a31728950">a31728950</a> : Remove invalid URLs in terms activity<br />
105+
</div></p>
106+
107+
<p><h2><a href="#" id="platform_packages_modules_AppSearch-show" class="showLink" onclick="show('platform_packages_modules_AppSearch');return false;">+</a><a href="#" id="platform_packages_modules_AppSearch-hide" class="hideLink" onclick="hide('platform_packages_modules_AppSearch');return false;">-</a>&nbsp;<a name="platform_packages_modules_AppSearch" class="nonLink">Project:</a> <a href="https://android.googlesource.com/platform/packages/modules/AppSearch">platform/packages/modules/AppSearch</a></h2>
108+
<div id="platform_packages_modules_AppSearch"><a href="https://android.googlesource.com/platform/packages/modules/AppSearch/+/e272ad00">e272ad00</a> : Throw in AppSearchManager.executeAppFunction<br />
109+
</div></p>
110+
111+
<p><h2><a href="#" id="platform_packages_modules_Bluetooth-show" class="showLink" onclick="show('platform_packages_modules_Bluetooth');return false;">+</a><a href="#" id="platform_packages_modules_Bluetooth-hide" class="hideLink" onclick="hide('platform_packages_modules_Bluetooth');return false;">-</a>&nbsp;<a name="platform_packages_modules_Bluetooth" class="nonLink">Project:</a> <a href="https://android.googlesource.com/platform/packages/modules/Bluetooth">platform/packages/modules/Bluetooth</a></h2>
112+
<div id="platform_packages_modules_Bluetooth"><a href="https://android.googlesource.com/platform/packages/modules/Bluetooth/+/495d32429f">495d32429f</a> : parse userId from authority in opp in the same way as ContentProvider<br />
113+
</div></p>
114+
115+
<p><h2><a href="#" id="platform_packages_modules_Connectivity-show" class="showLink" onclick="show('platform_packages_modules_Connectivity');return false;">+</a><a href="#" id="platform_packages_modules_Connectivity-hide" class="hideLink" onclick="hide('platform_packages_modules_Connectivity');return false;">-</a>&nbsp;<a name="platform_packages_modules_Connectivity" class="nonLink">Project:</a> <a href="https://android.googlesource.com/platform/packages/modules/Connectivity">platform/packages/modules/Connectivity</a></h2>
116+
<div id="platform_packages_modules_Connectivity"><a href="https://android.googlesource.com/platform/packages/modules/Connectivity/+/a2d3f541c7">a2d3f541c7</a> : Add missing permission check to offerNetwork<br />
117+
</div></p>
118+
119+
<p><h2><a href="#" id="platform_packages_modules_Permission-show" class="showLink" onclick="show('platform_packages_modules_Permission');return false;">+</a><a href="#" id="platform_packages_modules_Permission-hide" class="hideLink" onclick="hide('platform_packages_modules_Permission');return false;">-</a>&nbsp;<a name="platform_packages_modules_Permission" class="nonLink">Project:</a> <a href="https://android.googlesource.com/platform/packages/modules/Permission">platform/packages/modules/Permission</a></h2>
120+
<div id="platform_packages_modules_Permission"><a href="https://android.googlesource.com/platform/packages/modules/Permission/+/1c4928bbc6">1c4928bbc6</a> : Display the system gallery storage permission as system fixed<br />
121+
</div></p>
122+
123+
124+
</div>
125+
</div>
126+
</div>
127+
</div>
128+
129+
<div id="footer">
130+
<div class="container">
131+
<div class="row">
132+
<div class="col-md-6">
133+
<p class="text-muted">&copy; Copyright 20[0-9]{2} The LineageOS Project</p>
134+
</div>
135+
</div>
136+
</div>
137+
</div>
138+
</body>
139+
</html>

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ <h2>Android 15</h2>
9797
<li><a href="android-security-15.0.0_r5-to-android-security-15.0.0_r6.html">android-security-15.0.0_r6 from android-security-15.0.0_r5</a></li>
9898
<li><a href="android-security-15.0.0_r6-to-android-security-15.0.0_r7.html">android-security-15.0.0_r7 from android-security-15.0.0_r6</a></li>
9999
<li><a href="android-security-15.0.0_r7-to-android-security-15.0.0_r8.html">android-security-15.0.0_r8 from android-security-15.0.0_r7</a></li>
100+
<li><a href="android-security-15.0.0_r8-to-android-security-15.0.0_r9.html">android-security-15.0.0_r9 from android-security-15.0.0_r8</a></li>
100101
</ul>
101102
</div>
102103
<div class="tab-pane" id="14">

0 commit comments

Comments
 (0)