aboutsummaryrefslogtreecommitdiffstats
path: root/english/template/debian/security.wml
diff options
context:
space:
mode:
authorJosip Rodin <joy>2002-06-19 16:18:05 +0000
committerJosip Rodin <joy>2002-06-19 16:18:05 +0000
commit4e61a7e1edff395231ee014dfe3b56134c280582 (patch)
tree9a9f78e7e13f7a2023ee4eb30431e4e1d9a0f9c5 /english/template/debian/security.wml
parentfa3313f4b271fb1f4725944f72d3bb993c322d5e (diff)
fixed VU URLs; separated db lists with <br>s and added full stops where appropriate
CVS version numbers english/template/debian/security.wml: 1.105 -> 1.106
Diffstat (limited to 'english/template/debian/security.wml')
-rw-r--r--english/template/debian/security.wml9
1 files changed, 4 insertions, 5 deletions
diff --git a/english/template/debian/security.wml b/english/template/debian/security.wml
index 58e460de154..066fcdcc90c 100644
--- a/english/template/debian/security.wml
+++ b/english/template/debian/security.wml
@@ -42,15 +42,14 @@ sub security_references {
if ( $ref =~ /VU#(\d+)/i ) {
my $id = $1;
$cert .= ", " if $cert ne "";
- $cert .= "<a href=\"http://www.kb.cert.org/vuls/id/".$id.".html\">VU#".$id."</a>";
+ $cert .= "<a href=\"http://www.kb.cert.org/vuls/id/".$id."\">VU#".$id."</a>";
}
}
- $str .= "<bugtraq> $bid" if $bid ne "";
- $str .= "<cve> $cve" if $cve ne "";
- $str .= "<cert> $cert" if $cert ne "";
+ $str .= "<bugtraq> $bid.<br>" if $bid ne "";
+ $str .= "<cve> $cve.<br>" if $cve ne "";
+ $str .= "<cert> $cert.<br>" if $cert ne "";
- $str .= ". " if $str ne "";
$str = "<nosecref>" if $str eq "";
return $str;
}

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