Commits on Source (2)
-
Salvatore Bonaccorso authored
MITRE recently did changes on the infrastructure to submit CVE entries and slightly changed as well format of produced files. Recent entries do not seem to contain anymore a strict \n\n\n separation between the CVE description further from other notes attached to the entry. Slightly relax the regular expression but still try to catch correctly the description only in the description() subroutine by still anchoring to two \n\n, and two following \n\n to seperate the description. Signed-off-by:
Salvatore Bonaccorso <carnil@debian.org>
-
Salvatore Bonaccorso authored
Relax extraction for CVE description from allitems.txt file See merge request !42