svn commit: r562266 - head/security/vuxml

Baptiste Daroussin bapt at FreeBSD.org
Fri Jan 22 08:49:55 UTC 2021


On Fri, Jan 22, 2021 at 12:22:44AM +0000, Matthias Fechner wrote:
> 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:o

Thank you I forgot to do that

Best regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20210122/7927bc41/attachment.sig>


More information about the svn-ports-all mailing list