summaryrefslogtreecommitdiff
path: root/checklists/tests
AgeCommit message (Collapse)Author
2026-05-07[checklists] Added RegexValidator to cve_year_number to ensure created ↵Sarah Boyce
issues are compatible with cve_sort_key.
2026-05-07[checklists] Minor corrections to security checklist bullets.Sarah Boyce
2026-04-28[checklists] Ensure CVE json record specifies versions to be "python" type.Natalia
Fixes #2605.
2026-04-19[checklists] Updated SecurityIssue model to track CVSS 3.1 and 4.0 scores.Natalia
This work also drops all unused fields specifics to the CVSS score. Fixes #2592.
2026-04-08[checklists] Migrated .rst blogpost templates to .md.Natalia
2026-04-08[checklists] Ensured CVE ordering is numeric and not lexicographic.Natalia
Fixes #2577.
2026-03-13Improved checklist generator for security releases.Natalia
* Add details about blogpost author and active fields. * Add link to the CVE record json URL. * Ensure that the json download include the CVE number in the file name.
2026-01-27[checklists] Fix UTC template tag useJacob Walls
2026-01-27[checklists] Render times in UTCJacob Walls
2026-01-26Added Release's checklist generator app.Natalia
The checklist-generator app was started in https://github.com/nessita/checklist-generator, used and iterated over there by the Fellows. It is now in a mature state where the Releaser will benefit from a shared setup and storage. This work also excludes checklist generator templates from forced linting since the markdown are sensitive to the layout.