summaryrefslogtreecommitdiffstats
path: root/bin/check-new-issues
diff options
context:
space:
mode:
authorThijs Kinkhorst <thijs@debian.org>2013-12-05 12:16:57 +0000
committerThijs Kinkhorst <thijs@debian.org>2013-12-05 12:16:57 +0000
commit3ff4fda1917b52022e042ea8c7692158fce2b82f (patch)
treebaa1e19a5fe267972451741c998dd4327f9bfcd4 /bin/check-new-issues
parent2a4edcdc552b45db7ffbcaa8bd05b13e6bb7460f (diff)
prepare for new CVE format
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@24590 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/check-new-issues')
-rwxr-xr-xbin/check-new-issues2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/check-new-issues b/bin/check-new-issues
index 384c083ae8..bef44e8d36 100755
--- a/bin/check-new-issues
+++ b/bin/check-new-issues
@@ -141,7 +141,7 @@ if ($opts{u} || $opts{U}) {
foreach my $entry (@{$entries}) {
my $name;
- if ( $entry =~ /^(CVE-....-\d\d\d\d)/ ) {
+ if ( $entry =~ /^(CVE-....-\d{4,})/ ) {
$name=$1;
}
elsif ( $entry =~ /^(CVE-....-XXXX.*)\n/ ){

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