summaryrefslogtreecommitdiff
path: root/_data
AgeCommit message (Collapse)Author
2018-01-25link news post into the whatsnew sectionAilin Nemui
2018-01-15Release Irssi 1.1.0Ailin Nemui
2018-01-06Release Irssi 1.0.6Ailin Nemui
2017-10-22Release Irssi 1.0.5Ailin Nemui
2017-07-07Release Irssi 1.0.4Ailin Nemui
2017-06-21security: Remove things that aren't security issuesdequis
Toothpaste, pizza, lamps, security issues
2017-06-15security: 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-15security: remove important fieldJoseph Bisch
2017-06-09document how to use the security.ymlAilin Nemui
2017-06-08complete the recordsAilin Nemui
2017-06-08add important on 2016-704[45]Ailin Nemui
2017-06-08add 2017-06-06Ailin Nemui
2017-06-08nest a bit more and simplify yamlAilin Nemui
2017-06-08security: group bugs by advisoryJoseph Bisch
2017-06-08Merge all security data files to _data/security.ymldequis
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-08security: change CVE-2017-5356, not exploitable by serverdequis
2017-06-08security: fix some affected version rangesdequis
2017-06-08security: shorten affected version dataJoseph Bisch
2017-06-08security: add description columnJoseph Bisch
2017-06-08security: switch to ISO 8601 date formatJoseph Bisch
2017-06-08security: fix CVE-2017-7191 dataJoseph Bisch
exploitable_by somehow got indented, causing it to not display.
2017-06-08add CVE data for 2016 and 2017Joseph Bisch
2017-06-06Release Irssi 1.0.3Ailin Nemui
2017-05-24- replace "whatsnew" with yamlAilin Nemui
- replace settings nav with php - add 404