Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agentfabulous/aosp-bulletin-scrape
A simple scraper to retrieve Android AOSP Security Bulletins.
https://github.com/agentfabulous/aosp-bulletin-scrape
android aosp beautifulsoup beautifulsoup4 python scrape scraper security security-bulletin security-tools shell
Last synced: 21 days ago
JSON representation
A simple scraper to retrieve Android AOSP Security Bulletins.
- Host: GitHub
- URL: https://github.com/agentfabulous/aosp-bulletin-scrape
- Owner: AgentFabulous
- Created: 2021-02-01T11:56:25.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-30T04:36:54.000Z (over 3 years ago)
- Last Synced: 2023-03-03T16:14:45.790Z (over 1 year ago)
- Topics: android, aosp, beautifulsoup, beautifulsoup4, python, scrape, scraper, security, security-bulletin, security-tools, shell
- Language: Shell
- Homepage:
- Size: 63.5 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aosp-bulletin-scrape
A simple script to scrape Android Security Bulletins into easy to parse CSVs.
You may find various outputs in this repository.Usage:
```
usage: main.py [-h] --patch-level PATCH_LEVEL [--android-version ANDROID_VERSION] [--out-dir OUT_DIR]optional arguments:
-h, --help show this help message and exit
--patch-level PATCH_LEVEL
Specify the patch you want to scrape (Example: 2021-01-01, 2020-10-05, 2020-09, etc)
--android-version ANDROID_VERSION
Android version you want to filter by
--out-dir OUT_DIR Directory in which files must be placed
```Directories:
- android-9 - Patches applicable to Android 9 only
- android-10 - Patches applicable to Android 10 only
- android-11 - Patches applicable to Android 11 only
- common - Patches applicable to all platforms**Note:** Only patches since bulletin 2020-01-01 are generated