diff options
author | ohauer <ohauer@FreeBSD.org> | 2015-12-16 04:42:56 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2015-12-16 04:42:56 +0800 |
commit | fa032cc6b6f277e3f05129e3b8e6bf1a73bc014e (patch) | |
tree | 7829c3fc43bffba1b4afcdfd70a51c4c544d1db1 /security | |
parent | 907fc54069a19fbf8ee0b72cd62c045648f5391b (diff) | |
download | freebsd-ports-gnome-fa032cc6b6f277e3f05129e3b8e6bf1a73bc014e.tar.gz freebsd-ports-gnome-fa032cc6b6f277e3f05129e3b8e6bf1a73bc014e.tar.zst freebsd-ports-gnome-fa032cc6b6f277e3f05129e3b8e6bf1a73bc014e.zip |
- fix Additional tests command
o use ./vuln.xml for the sample to work on every location
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index c43a41b4f13e..2bd9fbb33632 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -42,8 +42,8 @@ QUICK GUIDE TO ADDING A NEW ENTRY 6. profit! Additional tests can be done this way: - $ pkg audit -f /usr/ports/security/vuxml py26-django-1.6 - $ pkg audit -f /usr/ports/security/vuxml py27-django-1.6.1 + $ pkg audit -f ./vuln.xml py26-django-1.6 + $ pkg audit -f ./vuln.xml py27-django-1.6.1 Extensive documentation of the format and help with writing and verifying a new entry is available in The Porter's Handbook at: |