Neil McGovern
2005-Sep-04 21:09 UTC
[Secure-testing-commits] r1815 - bin data/DTSA website website/DTSA
Author: neilm Date: 2005-09-04 21:08:50 +0000 (Sun, 04 Sep 2005) New Revision: 1815 Modified: bin/updatehtmllist data/DTSA/dtsa website/DTSA/DTSA-11-1.html website/list.html Log: Now doesn''t ignore last item in DTSA/list Modified: bin/updatehtmllist ==================================================================--- bin/updatehtmllist 2005-09-04 20:53:50 UTC (rev 1814) +++ bin/updatehtmllist 2005-09-04 21:08:50 UTC (rev 1815) @@ -49,6 +49,11 @@ $pack = 0; } } +if ($pack == 1) { + # print the previous acvisory, as it wasn''t unreleased + print OUT "<dt>$date <a href=''DTSA/$dtsa.html''>$dtsa $package</a></dt>\n"; + print OUT "<dd>$desc</dd>\n"; +} print OUT "</dl>\n"; open (FOOT,"footer.html") || die("Could not open footer.html: $!"); ; Modified: data/DTSA/dtsa ==================================================================--- data/DTSA/dtsa 2005-09-04 20:53:50 UTC (rev 1814) +++ data/DTSA/dtsa 2005-09-04 21:08:50 UTC (rev 1815) @@ -109,7 +109,7 @@ # Open, read, write and close the header header = open(os.getcwd() + "/templates/header.html","r") for line in header.readlines(): - header.write(line); + html.write(line); header.close # Write the actual html Modified: website/DTSA/DTSA-11-1.html ==================================================================--- website/DTSA/DTSA-11-1.html 2005-09-04 20:53:50 UTC (rev 1814) +++ website/DTSA/DTSA-11-1.html 2005-09-04 21:08:50 UTC (rev 1815) @@ -68,8 +68,6 @@ <dd>apt-get update && apt-get install maildrop</dd> <br> -<dt>The Debian testing security team does not track security issues for then stable (sarge) and oldstable (woody) distributions. If stable is vulnerable, the Debian security team will make an announcement once a fix is ready.</dt> - <br> <dt>To use the Debian testing security archive, add the following lines to your /etc/apt/sources.list:<dt> <br> @@ -80,8 +78,6 @@ <dd><a href=''http://secure-testing.debian.net/ziyi-2005-7.asc''>http://secure-testing.debian.net/ziyi-2005-7.asc</a><dd> <br> - -<dt>For further information about the Debian testing security team, please refer to <a href=''http://secure-testing.debian.net/''>http://secure-testing.debian.net/</a></dt> <!-- footer --> <hr> Modified: website/list.html ==================================================================--- website/list.html 2005-09-04 20:53:50 UTC (rev 1814) +++ website/list.html 2005-09-04 21:08:50 UTC (rev 1815) @@ -55,6 +55,8 @@ <dd>bad device name escaping</dd> <dt>[August 29th, 2005] <a href=''DTSA/DTSA-10-1.html''>DTSA-10-1 pcre3</a></dt> <dd>buffer overflow</dd> +<dt>[August 29th, 2005] <a href=''DTSA/DTSA-11-1.html''>DTSA-11-1 maildrop</a></dt> +<dd>local privilege escalation</dd> </dl> <!-- footer --> <hr>