census
census copied to clipboard
Future: Consider adding ABRT crash data
Florian Weimer suggested adding ABRT crash report counts. An advantage is that these correlate to potential issues and whether/how quickly those issues are being fixed. CVE counts (by contrast) only show up when someone is looking and bothers to request a CVE number for the issue.
Here is some such data from Fedora and CentOS: https://retrace.fedoraproject.org/faf/summary/
Source code for the server appears to be here: https://github.com/abrt/faf/tree/master/src/webfaf2
Based on that code, you can get raw JSON by sending a suitable Accept header: $ curl -H "Accept: application/json" https://retrace.fedoraproject.org/faf/stats/yesterday/
:+1:
FYI: we have moved https://github.com/abrt/faf/tree/master/src/webfaf2 to https://github.com/abrt/faf/tree/master/src/webfaf