From 7c07318dfa34c3498ec595ccb2f584e885b3ebd4 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Fri, 29 Jun 2007 16:36:14 +0000 Subject: back out website changes I didn't really want to commit git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@6076 e39458fd-73e7-0310-bf30-c45bca0a0e42 --- bin/updatehtmllist | 50 ++++++-------- website/list.html | 197 +++++++++++++++++++++-------------------------------- website/style.css | 4 -- 3 files changed, 100 insertions(+), 151 deletions(-) diff --git a/bin/updatehtmllist b/bin/updatehtmllist index d3f50f5aed..977b378dd4 100755 --- a/bin/updatehtmllist +++ b/bin/updatehtmllist @@ -23,7 +23,7 @@ while() { } close HEAD; -print OUT "\n"; +print OUT "
\n"; my $pack = 0; my $date = ""; @@ -31,25 +31,30 @@ my $dtsa = ""; my $package = ""; my $desc = ""; open (LIST,@ARGV[0]) || die("Could not open list ".@ARGV[0].": $!"); -my @list; -{ - local $/="\n\["; - @list = reverse ; -} -close LIST; - -foreach my $entry (@list) { - next if $entry =~ /TODO: unreleased/; - if ($entry=~/^\[?(.+)\] (DTSA-[0-9]+-[0-9]+) ([^ ].+) - (.+)$/m) { - print OUT htmlentry($1, $2, $3, $4); +while() { + $line = $_ ; + if ($line=~/^(\[.+\]) (DTSA-[0-9]+-[0-9]+) ([^ ].+) - (.+)$/) { + if ($pack == 1) { + # print the previous acvisory, as it wasn't unreleased + print OUT "
$date $dtsa $package
\n"; + print OUT "
$desc
\n"; + } + $date = $1; + $dtsa = $2; + $package = $3; + $desc = $4; + $pack = 1; } - else { - print STDERR "invalid entry:\n$entry"; + if ($line=~/TODO: unreleased$/) { + $pack = 0; } } - -print OUT "
\n"; - +if ($pack == 1) { + # print the previous acvisory, as it wasn't unreleased + print OUT "
$date $dtsa $package
\n"; + print OUT "
$desc
\n"; +} +print OUT "\n"; open (FOOT,"footer.html") || die("Could not open footer.html: $!"); ; while() { @@ -63,14 +68,3 @@ if (defined $output) { rename("$output.tmp.$$", $output) || die "rename: $!"; } - - -sub htmlentry { - my ($date, $dtsa, $package, $desc) = @_; - return << "EOF"; -$date $dtsa $package\n -$desc -EOF -} - - diff --git a/website/list.html b/website/list.html index 63c7613387..bbeeb6f734 100644 --- a/website/list.html +++ b/website/list.html @@ -36,125 +36,84 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
May 31th, 2007 DTSA-41-1 sambaseveral vulnerabilities
May 28th, 2007 DTSA-40-1 php4several vulnerabilities
May 28th, 2007 DTSA-39-1 php5several vulnerabilities
May 26th, 2007 DTSA-38-1 qemuseveral vulnerabilities
May 22th, 2007 DTSA-37-1 clamavseveral vulnerabilities
May 22th, 2007 DTSA-36-1 mydnsmultiple buffer overflows
May 22th, 2007 DTSA-35-1 aircrack-ngprogramming error
March 3rd, 2007 DTSA-34-1 wordpresscross-site scripting
February 12th, 2007 DTSA-33-1 wordpressmultiple vulnerabilities
February 1st, 2007 DTSA-32-1 bcfg2programming error
September 27th, 2006 DTSA-31-1 hyperestraiercross-site request forgery (CSRF) vulnerability
June 15th, 2006 DTSA-29-1 blenderheap-based buffer overflow
January 25th, 2005 DTSA-28-1 gpdfmultiple vulnerabilities
January 20th, 2006 DTSA-27-1 fusepotential data corruption when installed seduid root
December 5th, 2005 DTSA-26-1 trackballssymlink attack
December 5th, 2005 DTSA-25-1 smb4kaccess validation error
December 5th, 2005 DTSA-24-1 inkscapebuffer overflow
December 5th, 2005 DTSA-23-1 centericqbuffer overflow
December 5th, 2005 DTSA-22-1 uimlocal privilege escalation
November 3rd, 2005 DTSA-21-1 clamavDenial of service vulnerabilities and buffer overflow
October 13th, 2005 DTSA-20-1 mailutilsFormat string vulnerability
September 22nd, 2005 DTSA-19-1 clamavbuffer overflow and infinate loop problems
September 15th, 2005 DTSA-17-1 lm-sensorsinsecure temporary file
September 15th, 2005 DTSA-16-1 linux-2.6various
September 13th, 2005 DTSA-15-1 php4several vulnerabilities
September 13th, 2005 DTSA-14-1 mozillaseveral
September 8th, 2005 DTSA-13-1 evolutionformat string vulnerabilities
September 8th, 2005 DTSA-12-1 vimmodeline exploits
August 29th, 2005 DTSA-11-1 maildroplocal privilege escalation
August 29th, 2005 DTSA-10-1 pcre3buffer overflow
August 31st, 2005 DTSA-9-1 bluez-utilsbad device name escaping
September 1st, 2005 DTSA-8-2 mozilla-firefoxseveral vulnerabilities (update)
August 28th, 2005 DTSA-7-1 mozillaframe injection spoofing
August 28th, 2005 DTSA-6-1 cgiwrapmultiple vulnerabilities
August 28th, 2005 DTSA-5-1 gaimmultiple remote vulnerabilities
August 28th, 2005 DTSA-4-1 ekgmultiple vulnerabilities
August 28th, 2005 DTSA-3-1 clamavdenial of service and privilege escalation
August 28th, 2005 DTSA-2-1 centericqmultiple vulnerabilities
August 26th, 2005 DTSA-1-1 kismetvarious
+
+
[August 26th, 2005] DTSA-1-1 kismet
+
various
+
[August 28th, 2005] DTSA-2-1 centericq
+
multiple vulnerabilities
+
[August 28th, 2005] DTSA-3-1 clamav
+
denial of service and privilege escalation
+
[August 28th, 2005] DTSA-4-1 ekg
+
multiple vulnerabilities
+
[August 28th, 2005] DTSA-5-1 gaim
+
multiple remote vulnerabilities
+
[August 28th, 2005] DTSA-6-1 cgiwrap
+
multiple vulnerabilities
+
[August 28th, 2005] DTSA-7-1 mozilla
+
frame injection spoofing
+
[September 1st, 2005] DTSA-8-2 mozilla-firefox
+
several vulnerabilities (update)
+
[August 31st, 2005] DTSA-9-1 bluez-utils
+
bad device name escaping
+
[August 29th, 2005] DTSA-10-1 pcre3
+
buffer overflow
+
[August 29th, 2005] DTSA-11-1 maildrop
+
local privilege escalation
+
[September 8th, 2005] DTSA-12-1 vim
+
modeline exploits
+
[September 8th, 2005] DTSA-13-1 evolution
+
format string vulnerabilities
+
[September 13th, 2005] DTSA-14-1 mozilla
+
several
+
[September 13th, 2005] DTSA-15-1 php4
+
several vulnerabilities
+
[September 15th, 2005] DTSA-16-1 linux-2.6
+
various
+
[September 15th, 2005] DTSA-17-1 lm-sensors
+
insecure temporary file
+
[September 22nd, 2005] DTSA-19-1 clamav
+
buffer overflow and infinate loop problems
+
[October 13th, 2005] DTSA-20-1 mailutils
+
Format string vulnerability
+
[November 3rd, 2005] DTSA-21-1 clamav
+
Denial of service vulnerabilities and buffer overflow
+
[December 5th, 2005] DTSA-22-1 uim
+
local privilege escalation
+
[December 5th, 2005] DTSA-23-1 centericq
+
buffer overflow
+
[December 5th, 2005] DTSA-24-1 inkscape
+
buffer overflow
+
[December 5th, 2005] DTSA-25-1 smb4k
+
access validation error
+
[December 5th, 2005] DTSA-26-1 trackballs
+
symlink attack
+
[January 20th, 2006] DTSA-27-1 fuse
+
potential data corruption when installed seduid root
+
[January 25th, 2005] DTSA-28-1 gpdf
+
multiple vulnerabilities
+
[June 15th, 2006] DTSA-29-1 blender
+
heap-based buffer overflow
+
[September 27th, 2006] DTSA-31-1 hyperestraier
+
cross-site request forgery (CSRF) vulnerability
+
[February 1st, 2007] DTSA-32-1 bcfg2
+
programming error
+
[February 12th, 2007] DTSA-33-1 wordpress
+
multiple vulnerabilities
+
[March 3rd, 2007] DTSA-34-1 wordpress
+
cross-site scripting
+
[May 22th, 2007] DTSA-35-1 aircrack-ng
+
programming error
+
[May 22th, 2007] DTSA-36-1 mydns
+
multiple buffer overflows
+
[May 22th, 2007] DTSA-37-1 clamav
+
several vulnerabilities
+
[May 26th, 2007] DTSA-38-1 qemu
+
several vulnerabilities
+
[May 28th, 2007] DTSA-39-1 php5
+
several vulnerabilities
+
[May 28th, 2007] DTSA-40-1 php4
+
several vulnerabilities
+

diff --git a/website/style.css b/website/style.css index 931d063aca..ec13c9e885 100644 --- a/website/style.css +++ b/website/style.css @@ -104,10 +104,6 @@ th { padding-right: 6px; } -td.list { - border 0px; -} - td { font-size: 11px; border: 0px solid #000; -- cgit v1.2.3