Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 790 Bytes

README.md

File metadata and controls

38 lines (30 loc) · 790 Bytes

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.