svn commit: r562266 - head/security/vuxml

Matthias Fechner mfechner at FreeBSD.org
Fri Jan 22 00:22:44 UTC 2021


Author: mfechner
Date: Fri Jan 22 00:22:44 2021
New Revision: 562266
URL: https://svnweb.freebsd.org/changeset/ports/562266

Log:
  Made clear how to test now entries against the newly formatted file.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Jan 22 00:13:42 2021	(r562265)
+++ head/security/vuxml/vuln.xml	Fri Jan 22 00:22:44 2021	(r562266)
@@ -60,8 +60,9 @@ QUICK GUIDE TO ADDING A NEW ENTRY
 6. profit!
 
 Additional tests can be done this way:
- $ pkg audit -f ./vuln.xml py26-django-1.6
- $ pkg audit -f ./vuln.xml py27-django-1.6.1
+ $ make vuln-flat.xml
+ $ pkg audit -f ./vuln-flat.xml py26-django-1.6
+ $ pkg audit -f ./vuln-flat.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:


More information about the svn-ports-head mailing list