Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure the .adv file ends with newline when publishing | Dan Fandrich | 2024-04-16 | 1 | -0/+4 |
| | | | | | Lacking a newline corrupts the file when the ID is appended. Return an error if this case is detected. | ||||
* | 0.300.30 | Dan Fandrich | 2024-04-16 | 1 | -1/+1 |
| | |||||
* | Get the last modified date of advisories from SVN | Dan Fandrich | 2024-04-16 | 1 | -0/+1 |
| | | | | | | | | | The modification date helps track if an advisory was changed after initial publication. This is especially important for OSV users who need the modification date in the vulns.json index to determine whether an existing advisory was updated so they can download the update. Also, keep "ref" (pointing to bug number) in all advisories, not just the TODO ones. | ||||
* | Try to fix publish-all | Dan Fandrich | 2024-04-16 | 1 | -0/+4 |
| | | | | | An argument to output_pages() was missing. This command probably never worked. | ||||
* | 0.290.29 | Dan Fandrich | 2024-04-05 | 1 | -0/+4 |
| | |||||
* | 0.280.28 | Dan Fandrich | 2024-04-05 | 1 | -1/+1 |
| | |||||
* | Fix make tar to compress the file | Dan Fandrich | 2024-04-05 | 1 | -0/+1 |
| | |||||
* | Cross-check that at least one SRPM is listed in the advisory | Dan Fandrich | 2024-03-21 | 1 | -0/+1 |
| | | | | An advisory must come with at least one fixed package. | ||||
* | Use multiprocessing in mksite for improved speed | Dan Fandrich | 2024-03-19 | 1 | -0/+1 |
| | | | | | | | | | | 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 output files in mksite | Dan Fandrich | 2024-03-08 | 1 | -0/+1 |
| | |||||
* | Add 'showjson' command to output an advisory in OSV JSON | Dan Fandrich | 2024-03-08 | 1 | -0/+1 |
| | | | | | | Open Source Vulnerability format is a standard for publishing vulnerabilities in Open Source projects and is defined at https://ossf.github.io/osv-schema/ | ||||
* | template: change default CVE year to 2024 | Dan Fandrich | 2024-01-20 | 1 | -0/+5 |
| | |||||
* | 0.270.27 | Thomas Backlund | 2023-07-02 | 1 | -0/+2 |
| | |||||
* | template: change default CVE year to 2023 | Thomas Backlund | 2023-07-02 | 1 | -0/+1 |
| | |||||
* | template: change default dist and dist-suffix for Mageia 9 | Thomas Backlund | 2023-07-02 | 1 | -0/+2 |
| | |||||
* | 0.260.26 | Thomas Backlund | 2021-01-14 | 1 | -0/+2 |
| | |||||
* | add missing NEWS entry | Thomas Backlund | 2021-01-14 | 1 | -0/+1 |
| | |||||
* | - template: change default dist and dist-suffix for Mageia 8 | Thomas Backlund | 2021-01-14 | 1 | -0/+3 |
| | | | | - template: change default CVE year to 2021 | ||||
* | fix typo | Thomas Backlund | 2019-05-20 | 1 | -1/+1 |
| | |||||
* | 0.250.25 | Thomas Backlund | 2019-05-20 | 1 | -0/+2 |
| | |||||
* | - template: change default dist and dist-suffix for Mageia | Thomas Backlund | 2019-05-20 | 1 | -0/+3 |
| | | | | - template: change default CVE year to 2019 | ||||
* | 0.240.24 | Rémi Verschelde | 2017-09-20 | 1 | -0/+2 |
| | |||||
* | template: change default dist and dist-suffix for Mageia 6 | Rémi Verschelde | 2017-09-20 | 1 | -0/+2 |
| | |||||
* | Reset 'advisory' keyword instead of 'validated_update' for invalid advisories | Rémi Verschelde | 2017-09-20 | 1 | -0/+3 |
| | | | | | This is now possible since 'advisory' was made a keyword, while it used to be written in the Whiteboard field. | ||||
* | Version 0.230.23 | Rémi Verschelde | 2015-09-27 | 1 | -0/+2 |
| | |||||
* | template: also change dist-suffix from mga4 to mga5 | Rémi Verschelde | 2015-09-27 | 1 | -0/+2 |
| | |||||
* | Update NEWS for previous commit by pterjan | Rémi Verschelde | 2015-09-27 | 1 | -0/+1 |
| | |||||
* | Version 0.220.22 | Rémi Verschelde | 2015-09-27 | 1 | -0/+2 |
| | |||||
* | template: change default release to Mageia 5 now that Mageia 4 is EOL (+ ↵ | Rémi Verschelde | 2015-09-27 | 1 | -0/+4 |
| | | | | plural in title) | ||||
* | Version 0.210.21 | Rémi Verschelde | 2014-11-30 | 1 | -0/+2 |
| | |||||
* | Add [name] argument to mgaadv to prefill the template | Rémi Verschelde | 2014-11-30 | 1 | -1/+3 |
| | |||||
* | Version 0.200.20 | Colin Guthrie | 2014-11-25 | 1 | -0/+2 |
| | |||||
* | Print out the bug link when processing advisories. | Colin Guthrie | 2014-11-25 | 1 | -0/+1 |
| | | | | | I'm forever missing this information and having to manually find which advisory I'm actually looking at, let's just print it out. | ||||
* | Add option to post to bugzilla during ID assignment. | Colin Guthrie | 2014-11-25 | 1 | -0/+1 |
| | | | | | | Allow the operator to optionally post to Bugzilla (and remove the validated_update keyword) if the id assignment fails during cross checks. | ||||
* | Add a 'publishall' option to attempt to publish all pending advisories. | Colin Guthrie | 2014-11-25 | 1 | -0/+1 |
| | |||||
* | Fix bugnum regexp for '12345.mga4' type advisory names | Colin Guthrie | 2014-08-21 | 1 | -0/+1 |
| | |||||
* | Add check to highlight that the first reference must be the MGA advisory bug | Colin Guthrie | 2014-08-21 | 1 | -0/+2 |
| | |||||
* | Version 0.190.19 | Colin Guthrie | 2014-08-13 | 1 | -0/+3 |
| | |||||
* | Check that SRPMs exist when publishing updates. | Colin Guthrie | 2014-08-12 | 1 | -0/+1 |
| | | | | This is thanks to a small, but simple API available via http://repository.mageia.org/ | ||||
* | Attempt to force ordering of emails when delivering several | Colin Guthrie | 2014-08-06 | 1 | -0/+2 |
| | |||||
* | Version 0.180.18 | Colin Guthrie | 2014-08-06 | 1 | -0/+2 |
| | |||||
* | Close bugs automatically when processing advisories | Colin Guthrie | 2014-08-06 | 1 | -0/+1 |
| | | | | mga#13859 | ||||
* | Perform some cross checks via bugzilla when publishing advisories | Colin Guthrie | 2014-08-05 | 1 | -0/+2 |
| | |||||
* | Version 0.170.17 | Colin Guthrie | 2014-08-03 | 1 | -0/+6 |
| | |||||
* | Version 0.160.16 | Nicolas Vigier | 2013-09-09 | 1 | -0/+2 |
| | |||||
* | infos.html: update link to sources (svn -> git) | Nicolas Vigier | 2013-09-09 | 1 | -0/+1 |
| | |||||
* | Rename index.html to infos.html and advisories.html to index.html | Nicolas Vigier | 2013-09-09 | 1 | -0/+1 |
| | |||||
* | Add menu to filter advisories list | Nicolas Vigier | 2013-09-09 | 1 | -0/+2 |
| | |||||
* | Version 0.15 | Nicolas Vigier | 2013-07-30 | 1 | -0/+1 |
| | |||||
* | Correctly encode html in rss feed | Nicolas Vigier | 2013-07-30 | 1 | -0/+3 |
| |