refer to TSV, not CSV, file format
add reference links
close an HTML file as soon as possible
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
android-bulletin
is licensed under GPLv3.
vulns.tsv is derived from Android Security Bulletins.