Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-08 | complete the records | Ailin Nemui | |
2017-06-08 | add important on 2016-704[45] | Ailin Nemui | |
2017-06-08 | add 2017-06-06 | Ailin Nemui | |
2017-06-08 | nest a bit more and simplify yaml | Ailin Nemui | |
2017-06-08 | security: group bugs by advisory | Joseph Bisch | |
2017-06-08 | Merge all security data files to _data/security.yml | dequis | |
for i in _data/security/*; do basename $i | sed -r 's/^(.*)\.yml/- name: \1/g'; cat $i | sed 's/^/ /'; echo; done > _data/security.yml | |||
2017-06-08 | security: change CVE-2017-5356, not exploitable by server | dequis | |
2017-06-08 | security: fix some affected version ranges | dequis | |
2017-06-08 | security: shorten affected version data | Joseph Bisch | |
2017-06-08 | security: add description column | Joseph Bisch | |
2017-06-08 | security: switch to ISO 8601 date format | Joseph Bisch | |
2017-06-08 | security: fix CVE-2017-7191 data | Joseph Bisch | |
exploitable_by somehow got indented, causing it to not display. | |||
2017-06-08 | add CVE data for 2016 and 2017 | Joseph Bisch | |
2017-06-06 | Release Irssi 1.0.3 | Ailin Nemui | |
2017-05-24 | - replace "whatsnew" with yaml | Ailin Nemui | |
- replace settings nav with php - add 404 |