| 100 |
print "Total holes unfixed: $unfixed<br>\n"; |
print "Total holes unfixed: $unfixed<br>\n"; |
| 101 |
print "Total holes fixed in unstable but not testing: $unprop<br>\n"; |
print "Total holes fixed in unstable but not testing: $unprop<br>\n"; |
| 102 |
print "Number of TODO lines in <a href=\"http://svn.debian.org/wsvn/secure-testing/sarge-checks/?rev=0&sc=0\">records</a>: $todos<br>\n"; |
print "Number of TODO lines in <a href=\"http://svn.debian.org/wsvn/secure-testing/sarge-checks/?rev=0&sc=0\">records</a>: $todos<br>\n"; |
| 103 |
|
print "Maintained by the <a href=\"http://secure-testing.alioth.debian.org/\">testing security team</a><br>\n"; |
| 104 |
print "Last update: ".`date`."<br>\n"; |
print "Last update: ".`date`."<br>\n"; |
| 105 |
print "</html>\n"; |
print "</html>\n"; |
| 106 |
} |
} |