summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* flake8: Add config and do some trivial style changesMatt Jolly2024-09-271-2/+18
| | | | Signed-off-by: Matt Jolly <kangie@gentoo.org>
* get-edge-cves.py: Update bgo outputMatt Jolly2024-09-261-1/+1
| | | | Signed-off-by: Matt Jolly <kangie@gentoo.org>
* get-edge-cves.py: New functionalityMatt Jolly2024-09-261-8/+100
| | | | | | | | | | Add the ability to query by gentoo bug or by CVE ID. Or multiples thereof, or pick a specific month/year to query. The possibilities are endless. Endless! Signed-off-by: Matt Jolly <kangie@gentoo.org>
* get-edge-cves.py: Refactor to tidy upMatt Jolly2024-09-261-19/+12
| | | | | | | Eli couldn't stand the terribleness and tidied up a few things. Co-authored-by: Eli Schwartz <ztrawhsce@gentoo.org> Signed-off-by: Matt Jolly <Kangie@gentoo.org>
* get-edge-cves.py: new scriptMatt Jolly2024-09-261-0/+153
This script currently grabs the current month's CVRF from MS and filters for Edge (Chromium-based) CVEs, then does some magick to identify the version that it was fixed in if the API is for some reason deficient... Signed-off-by: Matt Jolly <kangie@gentoo.org>