/Android-Patch-Analysis

The tool identifies the list of CVEs that will affect the given AOSP version using the data available on google security bulletin website.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Android Patch Analysis

The tool identifies the list of CVEs that will affect the given AOSP version using the data available on google security bulletin website.

Installation

Sync the repo and run

python android_patch.py

Usage

> python.exe .\android_patch.py
Enter the android version
>>11
[+] Scanned CVEs form Patch : 2022-04-01
[+] Scanned CVEs form Patch : 2022-03-01
[+] Scanned CVEs form Patch : 2022-02-01
[+] Scanned CVEs form Patch : 2022-01-01
[+] Scanned CVEs form Patch : 2021-12-01
.
.
.
.
.
.
.
[+] Scanned CVEs form Patch : 2015-09-01
[+] Scanned CVEs form Patch : 2015-08-01
[+] New Excel File Created

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.