cvs commit: ports/security/vxquery Makefile distinfo pkg-descr pkg-plist ports/security/vxquery/files pkg_check.sh

Jacques A. Vidrine nectar at FreeBSD.org
Thu Feb 12 06:51:31 PST 2004


On Thu, Feb 12, 2004 at 06:24:01AM -0800, Jacques A. Vidrine wrote:
> nectar      2004/02/12 06:24:01 PST
>
>   FreeBSD ports repository
>
>   Added files:
>     security/vxquery     Makefile distinfo pkg-descr pkg-plist
>     security/vxquery/files pkg_check.sh
>   Log:
>   Add VuXML Query Tool (vxquery) a simple utility for selecting entries
>   from a VuXML document by package name and version.

This is just a quick-n-dirty tool to check vulnerable ports.  Expect
it to become more sophisticated and *gasp* documented after I catch
up with the business of adding VuXML entries.  Contributions or
substitutions welcome, of course!

Synopsis:

  # Create an XHTML document of installed vulnerable ports
  % (cd /var/db/pkg && ls) | vxquery -t xhtml -f - > report.html

  # Quick check for whether a few ports are vulnerable
  % vxquery foo-1.0 bar-2.9_3 baz-2000.12.31,1

Cheers,
-- 
Jacques Vidrine   NTT/Verio SME      FreeBSD UNIX       Heimdal
nectar at celabo.org jvidrine at verio.net nectar at freebsd.org nectar at kth.se


More information about the cvs-all mailing list