Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-07 | Release Irssi 1.0.4 | Ailin Nemui | |
2017-06-21 | security: Remove things that aren't security issues | dequis | |
Toothpaste, pizza, lamps, security issues | |||
2017-06-15 | security: change all instances of ex: to e.g.: | Joseph Bisch | |
The string "ex:" was being picked up by vim modeline detection, so use the string "e.g.:" instead to indicate that an example follows. | |||
2017-06-15 | security: remove important field | Joseph Bisch | |
2017-06-09 | document how to use the security.yml | Ailin Nemui | |
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 |