summaryrefslogtreecommitdiffstats
path: root/bin/report-vuln
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
commit0ebd78f8eef0900a485626e0b483bab26d04c138 (patch)
tree3bd8b9221192abe8734012679b3ab0f466018283 /bin/report-vuln
parent4ba901297dcdb6106f893217ae58a0b0ecde6f9d (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/report-vuln')
-rwxr-xr-xbin/report-vuln2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/report-vuln b/bin/report-vuln
index bd68dae694..a38fbe371d 100755
--- a/bin/report-vuln
+++ b/bin/report-vuln
@@ -181,7 +181,7 @@ def main():
# check for valid parameters
p = re.compile('^[a-z].*')
- c = re.compile('(CVE|cve)\-[0-9]{4}-[0-9]{4}')
+ c = re.compile('(CVE|cve)\-[0-9]{4}-[0-9]{4,}')
if not p.match(pkg):
error(pkg + ' does not seem to be a valid source package name')

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