Commit 072379e
committed
Use find_all_cve from utils in libreoffice importer
Replace local re.findall CVE regex with the shared find_all_cve
utility. Normalise to uppercase before dedup to handle IGNORECASE
matches from both href and link text.
Signed-off-by: Anmol Vats <anmolvats2003@gmail.com>1 parent 08933df commit 072379e
File tree
1 file changed
+2
-2
lines changed- vulnerabilities/pipelines/v2_importers
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments