summaryrefslogtreecommitdiffstats
path: root/bin/updatelist
diff options
context:
space:
mode:
authorStefan Fritsch <sf@sfritsch.de>2006-11-22 22:42:18 +0000
committerStefan Fritsch <sf@sfritsch.de>2006-11-22 22:42:18 +0000
commit3bbe0262936abe257597140b56235d9f00ee4fa4 (patch)
tree4e3f6d57282d60d3cd14cb86c48376a53229e58f /bin/updatelist
parentde66288eabf3bfe0bcc9a2732c819e78bbf3f72e (diff)
- bugfix: we need to add "TODO: check" even if the CVE was know from a DSA before appearing at mitre
- use gzipped version of allitems.html to save bandwidth git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@5001 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/updatelist')
-rwxr-xr-xbin/updatelist4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/updatelist b/bin/updatelist
index 27550ca504..e6891f037d 100755
--- a/bin/updatelist
+++ b/bin/updatelist
@@ -81,7 +81,7 @@ sub docve {
}
}
if (! $cves{$cve}{reserved} && ! $cves{$cve}{rejected} &&
- ! $cves{$cve}{dsa} && ! $cves{$cve}{notes} &&
+ ! $cves{$cve}{notes} &&
! $stopped) {
push @out, "\tTODO: check\n";
}
@@ -142,7 +142,7 @@ foreach my $cve (reverse sort { $cves{$a}{cve} cmp $cves{$b}{cve} } keys %cves)
if ($cves{$cve}{dsa}) {
print "\t{".join(" ", @{$cves{$cve}{dsa}})."}\n";
}
- if (!$cves{$cve}{reserved} || $cves{$cve}{rejected} || $cves{$cve}{dsa}) {
+ if (!$cves{$cve}{reserved} || $cves{$cve}{rejected} ) {
print "\tTODO: check\n";
}
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy