From 99098faf4fb367bd1d1a1b209a8d4ce6512d47a3 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Mon, 18 Mar 2019 19:41:17 +0100 Subject: Adapt parsing of MITRE master list according to new layout in html --- bin/updatelist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/updatelist b/bin/updatelist index 6af7b44cc0..655931a87d 100755 --- a/bin/updatelist +++ b/bin/updatelist @@ -48,7 +48,7 @@ while () { if (m!\*\*\s+REJECT\s+\*\*!) { $cves{$cve}{rejected}=1; } - if (m!Description:\s*
\s*(.*)! && + if (m!Description:\s*

\s*(.*)

! && ! m!\*\*\s+RESERVED\s+\*\*! && ! m!\*\*\s+REJECT\s+\*\*!) { my $desc; $desc=$1; -- cgit v1.2.3