forked from novoda/aosp.changelog.to
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Android 15, December 2024 Security update
- Loading branch information
1 parent
9c35639
commit d02daff
Showing
2 changed files
with
124 additions
and
0 deletions.
There are no files selected for viewing
123 changes: 123 additions & 0 deletions
123
android-security-15.0.0_r2-to-android-security-15.0.0_r3.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
<!DOCTYPE HTML> | ||
<html> | ||
<head> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> | ||
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> | ||
<link rel="stylesheet" type="text/css" href="./assets/style.css" > | ||
<script async src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> | ||
|
||
<link rel="icon" href="./assets/favicon.svg" type="image/svg"> | ||
<link rel="shortcut icon" href="./assets/favicon.ico" type="image/x-icon"> | ||
|
||
<title>android-security-15.0.0_r2 to android-security-15.0.0_r3 AOSP changelog</title> | ||
|
||
<script> | ||
function show(sectionId) { | ||
if (document.getElementById(sectionId)) { | ||
document.getElementById(sectionId+'-show').style.display = 'none'; | ||
document.getElementById(sectionId+'-hide').style.display = 'inline'; | ||
document.getElementById(sectionId).style.display = 'block'; | ||
} | ||
} | ||
|
||
function hide(sectionId) { | ||
if (document.getElementById(sectionId)) { | ||
document.getElementById(sectionId+'-show').style.display = 'inline'; | ||
document.getElementById(sectionId+'-hide').style.display = 'none'; | ||
document.getElementById(sectionId).style.display = 'none'; | ||
} | ||
} | ||
</script> | ||
</head> | ||
<body> | ||
<div class="navbar navbar-default navbar-fixed-top"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="./index.html">AOSP Changelogs</a> | ||
</div> | ||
<div class="navbar-collapse collapse"> | ||
<ul class="nav navbar-nav"> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="container card"> | ||
<div class="row"> | ||
<div class="col-md-12"> | ||
<h1>android-security-15.0.0_r2 to android-security-15.0.0_r3 AOSP changelog</h1> | ||
</div> | ||
</div> | ||
|
||
<div class="row"> | ||
<div class="col-md-12"> | ||
<p>This only includes the Android Open Source Project changes and does not include any changes | ||
in any proprietary components included by Google or any hardware manufacturer. The raw log was | ||
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> | ||
|
||
<p><strong>Please do not copy this without attribution to this site and JBQ for the original script.</strong></p> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-md-12"> | ||
<div id="changes"> | ||
<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> <a name="platform_build" class="nonLink">Project:</a> <a href="https://android.googlesource.com/platform/build">platform/build</a></h2> | ||
<div id="platform_build"><a href="https://android.googlesource.com/platform/build/+/ea4d88266f">ea4d88266f</a> : Version bump to ASV1.240715.014 [core/build_id.mk]<br /> | ||
<a href="https://android.googlesource.com/platform/build/+/6d2ab93635">6d2ab93635</a> : Version bump to ASV1.240715.013 [core/build_id.mk]<br /> | ||
</div></p> | ||
|
||
<p><h2><a href="#" id="platform_build_release-show" class="showLink" onclick="show('platform_build_release');return false;">+</a><a href="#" id="platform_build_release-hide" class="hideLink" onclick="hide('platform_build_release');return false;">-</a> <a name="platform_build_release" class="nonLink">Project:</a> <a href="https://android.googlesource.com/platform/build/release">platform/build/release</a></h2> | ||
<div id="platform_build_release"><a href="https://android.googlesource.com/platform/build/release/+/e1dfb3d">e1dfb3d</a> : Update aconfig flags for ap3a and trunk_staging to (ab/AP3A.240905.015).<br /> | ||
</div></p> | ||
|
||
<p><h2><a href="#" id="platform_external_skia-show" class="showLink" onclick="show('platform_external_skia');return false;">+</a><a href="#" id="platform_external_skia-hide" class="hideLink" onclick="hide('platform_external_skia');return false;">-</a> <a name="platform_external_skia" class="nonLink">Project:</a> <a href="https://android.googlesource.com/platform/external/skia">platform/external/skia</a></h2> | ||
<div id="platform_external_skia"><a href="https://android.googlesource.com/platform/external/skia/+/400860535c8">400860535c8</a> : Prevent overflow when growing an SkRegion's RunArray<br /> | ||
<a href="https://android.googlesource.com/platform/external/skia/+/c84a3b290dd">c84a3b290dd</a> : RESTRICT AUTOMERGE: Check for size overflow before allocating SkMask data<br /> | ||
<a href="https://android.googlesource.com/platform/external/skia/+/528d1dcdd17">528d1dcdd17</a> : [pdf] Bounds check in skia_alloc_func<br /> | ||
</div></p> | ||
|
||
<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> <a name="platform_frameworks_base" class="nonLink">Project:</a> <a href="https://android.googlesource.com/platform/frameworks/base">platform/frameworks/base</a></h2> | ||
<div id="platform_frameworks_base"><a href="https://android.googlesource.com/platform/frameworks/base/+/6057840cc8b4">6057840cc8b4</a> : Allow uninstalling DMRH when not used for management<br /> | ||
<a href="https://android.googlesource.com/platform/frameworks/base/+/416d9cf575df">416d9cf575df</a> : Properly handle onNullBinding() in appwidget service.<br /> | ||
</div></p> | ||
|
||
<p><h2><a href="#" id="platform_packages_apps_DocumentsUI-show" class="showLink" onclick="show('platform_packages_apps_DocumentsUI');return false;">+</a><a href="#" id="platform_packages_apps_DocumentsUI-hide" class="hideLink" onclick="hide('platform_packages_apps_DocumentsUI');return false;">-</a> <a name="platform_packages_apps_DocumentsUI" class="nonLink">Project:</a> <a href="https://android.googlesource.com/platform/packages/apps/DocumentsUI">platform/packages/apps/DocumentsUI</a></h2> | ||
<div id="platform_packages_apps_DocumentsUI"><a href="https://android.googlesource.com/platform/packages/apps/DocumentsUI/+/c8e21a60d">c8e21a60d</a> : Prevent clickjacking attack in DocsUi.<br /> | ||
</div></p> | ||
|
||
<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> <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> | ||
<div id="platform_packages_modules_Bluetooth"><a href="https://android.googlesource.com/platform/packages/modules/Bluetooth/+/339ea2fc19">339ea2fc19</a> : Fix OOB writes in gatt_sr.cc<br /> | ||
<a href="https://android.googlesource.com/platform/packages/modules/Bluetooth/+/5a4ff0112a">5a4ff0112a</a> : (Reland) Encrypt LE link immediately on reconnection<br /> | ||
<a href="https://android.googlesource.com/platform/packages/modules/Bluetooth/+/124c2ac6cf">124c2ac6cf</a> : Fix "GATT Read Multiple Variable Response" builder<br /> | ||
<a href="https://android.googlesource.com/platform/packages/modules/Bluetooth/+/5318ec44af">5318ec44af</a> : Fix OOB write in build_read_multi_rsp of gatt_sr.cc<br /> | ||
</div></p> | ||
|
||
<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> <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> | ||
<div id="platform_packages_modules_Permission"><a href="https://android.googlesource.com/platform/packages/modules/Permission/+/f677d33568">f677d33568</a> : Fix Dynamic Permission group auto grant behaivor<br /> | ||
</div></p> | ||
|
||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div id="footer"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-6"> | ||
<p class="text-muted">© Copyright 20[0-9]{2} The LineageOS Project</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters