aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use multiprocessing in mksite for improved speeduser/danf/osvDan Fandrich2024-03-141-20/+68
| | | | | | | | | | This generates templated files using some parallelism, reducing the total mksite time to less than half in my tests. Increasing parallelism even further is possible, but would make the code harder to understand. The obvious technique of generating each templated file in its own process is actually far slower because the overhead of process creation dwarfs the time spent processing the template, which is on average very small and quick.
* Write JSON index files for advisoriesDan Fandrich2024-03-143-0/+22
| | | | | | The JSON schema is simple and compatible with the one published in the Go Vulnerability Database. Security advisories and bugfix advisories each have their own index.
* Write JSON output files in mksiteDan Fandrich2024-03-082-0/+3
|
* Add 'showjson' command to output an advisory in OSV JSONDan Fandrich2024-03-084-0/+135
| | | | | | Open Source Vulnerability format is a standard for publishing vulnerabilities in Open Source projects and is defined at https://ossf.github.io/osv-schema/
* Fix indentation in the new advisory templateDan Fandrich2024-02-141-4/+4
| | | | | While the old indentation works, the new one passes yamllint, making it easier to automatically check for problems.
* template: change default CVE year to 2024Dan Fandrich2024-01-202-1/+6
|
* Use https: links where possibleDan Fandrich2024-01-204-6/+6
|
* 0.270.27Thomas Backlund2023-07-022-1/+3
|
* template: change default CVE year to 2023Thomas Backlund2023-07-022-1/+2
|
* template: change default dist and dist-suffix for Mageia 9Thomas Backlund2023-07-022-2/+4
|
* 0.260.26Thomas Backlund2021-01-142-1/+3
|
* add missing NEWS entryThomas Backlund2021-01-141-0/+1
|
* - template: change default dist and dist-suffix for Mageia 8Thomas Backlund2021-01-142-3/+6
| | | | - template: change default CVE year to 2021
* Report the broken file rather than exploding when an advisory is invalidPascal Terjan2020-11-081-1/+9
|
* fix typoThomas Backlund2019-05-201-1/+1
|
* 0.250.25Thomas Backlund2019-05-202-1/+3
|
* - template: change default dist and dist-suffix for MageiaThomas Backlund2019-05-202-3/+6
| | | | - template: change default CVE year to 2019
* Rename 'make tar' tarball to match gitweb snapshot nameRémi Verschelde2017-09-201-2/+2
|
* 0.240.24Rémi Verschelde2017-09-202-1/+3
|
* template: change default dist and dist-suffix for Mageia 6Rémi Verschelde2017-09-202-3/+5
|
* Reset 'advisory' keyword instead of 'validated_update' for invalid advisoriesRémi Verschelde2017-09-202-2/+5
| | | | | This is now possible since 'advisory' was made a keyword, while it used to be written in the Whiteboard field.
* its 2016 nowThomas Backlund2016-04-081-1/+1
|
* use https in links to advisoriesThomas Backlund2016-04-082-3/+3
|
* use https in mitre cve linksThomas Backlund2016-04-084-4/+4
|
* Add URL to descriptionsPascal Terjan2016-02-291-0/+1
|
* Version 0.230.23Rémi Verschelde2015-09-272-1/+3
|
* template: also change dist-suffix from mga4 to mga5Rémi Verschelde2015-09-272-1/+3
|
* Update NEWS for previous commit by pterjanRémi Verschelde2015-09-271-0/+1
|
* Version 0.220.22Rémi Verschelde2015-09-272-1/+3
|
* template: change default release to Mageia 5 now that Mageia 4 is EOL (+ ↵Rémi Verschelde2015-09-272-3/+7
| | | | plural in title)
* Add missing 'the' articleShlomi Fish2015-04-241-1/+1
|
* Add functions useful to generate update descriptionsPascal Terjan2015-03-151-0/+27
|
* Version 0.210.21Rémi Verschelde2014-11-301-0/+2
|
* Add [name] argument to mgaadv to prefill the templateRémi Verschelde2014-11-304-11/+14
|
* Drop mga3 templateRémi Verschelde2014-11-301-3/+0
|
* Pre-fill subject for security advRémi Verschelde2014-11-301-3/+4
|
* Version 0.200.20Colin Guthrie2014-11-252-1/+3
|
* Print out the bug link when processing advisories.Colin Guthrie2014-11-252-1/+2
| | | | | I'm forever missing this information and having to manually find which advisory I'm actually looking at, let's just print it out.
* Ensure we're in the advisory dir before running svn commands.Colin Guthrie2014-11-251-2/+4
|
* Add option to post to bugzilla during ID assignment.Colin Guthrie2014-11-252-2/+22
| | | | | | Allow the operator to optionally post to Bugzilla (and remove the validated_update keyword) if the id assignment fails during cross checks.
* Add support for authenticated bugzilla in QA mode.Colin Guthrie2014-11-252-4/+34
| | | | | | This will allow QA team to post automated messages to BZ when trying to assign IDs and the cross check fails for whatever reason (typically deependent bugs or SRPM check failures).
* Buffer up our checklist text so we can use it later.Colin Guthrie2014-11-251-17/+31
| | | | The intention is to post this to bugzilla.
* Add a 'publishall' option to attempt to publish all pending advisories.Colin Guthrie2014-11-253-0/+39
|
* Allow overriding of dependent bug check.Colin Guthrie2014-10-071-1/+19
| | | | | | | | | | | | | | | | | Sometimes a batch of updates will contain some updates dependent on other updates to be pushed at the same time. Until the update is actually pushed, the bug will not be closed. Thus a chicken and egg scenario. While we could evaluate which bugs are in the update queue to be processed and make sure we process them first and add them to an internal whitelist, this would require talking to bugzilla for all bugs first, then processing them. This approach is definitely possible and desirable and when a 'process-all' verb is added, this will likely be done. But in the short term, deferring to the user is easier!
* Fix bugnum regexp for '12345.mga4' type advisory namesColin Guthrie2014-08-212-3/+3
|
* Add check to highlight that the first reference must be the MGA advisory bugColin Guthrie2014-08-212-0/+6
|
* Version 0.190.19Colin Guthrie2014-08-132-1/+4
|
* Check that SRPMs exist when publishing updates.Colin Guthrie2014-08-122-1/+24
| | | | This is thanks to a small, but simple API available via http://repository.mageia.org/
* Remove redundant text from report log message.Colin Guthrie2014-08-121-1/+1
|
* Close bugs in order.Colin Guthrie2014-08-061-1/+1
| | | | | Very minor issue but we may as well close the bugs in order of advisory.