#!/usr/bin/perl # Must run on a machine with madison. use URI::Escape; my $html=0; if ($ARGV[0] eq 'html') { shift; $html=1; } if (! @ARGV) { die "usage: $0 [html] list\n"; } if ($html) { print "testing security issues\n"; print "\n"; print "
\n"; print "Total unfixed: $unfixed
\n"; print "Total fixed in unstable but not testing: $unprop
\n"; print "Last update: ".`date`."
\n"; print "\n"; }