summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorThijs Kinkhorst <thijs@debian.org>2007-09-05 12:01:36 +0000
committerThijs Kinkhorst <thijs@debian.org>2007-09-05 12:01:36 +0000
commit81a65c12cb77d9be515b2a926460ea4fc66486a5 (patch)
tree781195c8fee7d75799ba7cb41e4d86f102e5d3f3 /bin
parente5334f7ffc96794185f8db5c7622940e70a5abad (diff)
more fixes for cve urls
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@6507 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin')
-rwxr-xr-xbin/checklist2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/checklist b/bin/checklist
index 9d58fcdd2b..a8bd6c1f20 100755
--- a/bin/checklist
+++ b/bin/checklist
@@ -90,7 +90,7 @@ sub record {
if ($html) {
$condition=~s{bug #(\d+)}{<a href="http://bugs.debian.org/$1">bug #$1</a>}g;
$condition=~s{unfixed}{<b>unfixed</b>}g;
- $item=~s#(CVE-\d+-\d+)#<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=$1">$1</a>#g;
+ $item=~s#(CVE-\d+-\d+)#<a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=$1">$1</a>#g;
$item=~s#(DTSA-\d+-\d+)#<a href="http://secure-testing-master.debian.net/DTSA/$1.html">$1</a>#g;
}

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