Skip to content

Commit 6a344a4

Browse files
shawnlaffanplicease
authored andcommitted
Flag version ranges as Bad
These have CVEs logged against them.
1 parent e173146 commit 6a344a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

alienfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ my %bad_versions = map { $_ => 1 } (
6262
'2.6.0','2.6.1','2.6.2','2.6.3','2.6.4','2.6.5','2.6.6','2.6.7','2.6.8','2.6.9','2.6.10','2.6.11','2.6.12','2.6.13','2.6.14','2.6.15','2.6.19','2.6.20','2.6.25',
6363
'2.7.0','2.7.1',
6464
'2.9.4',
65+
# The next set have reported CVEs
66+
(map {'2.11.' . $_} (0 .. 9)),
67+
(map {'2.12.' . $_} (0 .. 9)),
68+
(map {'2.13.' . $_} (0 .. 6)),
6569
);
6670

6771
meta->around_hook(

0 commit comments

Comments
 (0)