~kdsch/android-bulletin

Make Android Security Bulletins useful
refer to TSV, not CSV, file format
add reference links
close an HTML file as soon as possible

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~kdsch/android-bulletin
read/write
git@git.sr.ht:~kdsch/android-bulletin

You can also use your local clone with git send-email.

#android-bulletin

Android Security Bulletins are published only as HTML. android-bulletin aims to make them more useful by compiling them into a clean, compact, and consistent table.

The tool works on HTML files; it does not use the network. This makes it flexible, as it can be used with other programs that are good at downloading files.

See the scrape script for example usage.

To convert a bulletin list into a newline-delimited list of urls, use

./android-bulletin urls <bulletin-list.html >urls.txt

To convert a set of HTML files into a tab-separated value (TSV) file, use

./android-bulletin tsv bulletin/*.html >vulns.tsv

#Contributing

android-bulletin is licensed under GPLv3.

vulns.tsv is derived from Android Security Bulletins.