Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-08 | remove bug git commit and date | 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 | Move git link on security page to the links heading | Joseph Bisch | |
2017-06-08 | Rename header to reflect that links are not exclusively external | Joseph Bisch | |
2017-06-08 | security: reorder columns, add reference section | dequis | |
2017-06-08 | security: merge git commit column with fixed version | dequis | |
2017-06-08 | security: add description column | Joseph Bisch | |
2017-06-08 | security: tweak column widths, add nowrap, truncate git hash | dequis | |
2017-06-08 | add security index page with table of issues | Joseph Bisch | |