The tool identifies the list of CVEs that will affect the given AOSP version using the data available on google security bulletin website.
Sync the repo and run
python android_patch.py
> 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
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.