Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for i in _data/security/*; do
basename $i | sed -r 's/^(.*)\.yml/- name: \1/g';
cat $i | sed 's/^/ /';
echo;
done > _data/security.yml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
exploitable_by somehow got indented, causing it to not display.
|
|
|
|
|
|
|
|
|
|
|
|
add link to dst
|
|
add refs
|
|
|
|
|
|
|
|
fixes #42
|
|
|
|
|
|
|
|
- replace settings nav with php
- add 404
|
|
|
|
|
|
|
|
|
|
|
|
new blog entry: fuzzing irssi
|
|
|
|
|
|
|
|
|
|
|
|
remove leading spaces (fixes a part of #39)
|
|
(some people paste them into irssi by mistake and don't always notice)
|
|
Update settings page for 1.0.0 and current git
|
|
Because of course I'd forget to do "git add" the first time.
|