Age | Commit message (Collapse) | Author |
|
|
|
|
|
small rewording
|
|
Add FreeBSD to the install page
|
|
|
|
|
|
|
|
Add security page
|
|
Toothpaste, pizza, lamps, security issues
|
|
The string "ex:" was being picked up by vim modeline detection, so use
the string "e.g.:" instead to indicate that an example follows.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|