summaryrefslogtreecommitdiffstats
path: root/bin/report-vuln
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2017-04-11 04:55:12 +0000
committerSalvatore Bonaccorso <carnil@debian.org>2017-04-11 04:55:12 +0000
commit143db05e2855173db7afa3fd9cfa5bf23fc04976 (patch)
tree6cb09f39799b5b7cabd1487bfdcb56df50d72a98 /bin/report-vuln
parent8c2d5b5d766dee954a8f1143bd69c9f4e0b71149 (diff)
report-vuln: Cope with changed output around RESERVED word on mitre.org
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@50559 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 efe6e367d6..b6293da846 100755
--- a/bin/report-vuln
+++ b/bin/report-vuln
@@ -80,7 +80,7 @@ def get_cve(id):
desc = False
r = re.compile('.*<th\ colspan=.*>Description<.*')
tag = re.compile('.*</?tr>.*')
- reserved = re.compile(r'\*+\s+RESERVED\s+\*+')
+ reserved = re.compile(r'\*+\s+(<A HREF=.*>)?RESERVED(</A>)?\s+\*+')
ret = ''
resp = http_get(id)

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