Skip to content

Commit daca89d

Browse files
committed
Correct manual version range error #972
Reference: #972 Signed-off-by: John M. Horan <johnmhoran@gmail.com>
1 parent 33bf05a commit daca89d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vulnerabilities/importers/apache_kafka.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"action": "include",
6464
"0.11.0.0 to 2.1.0": "affected",
6565
"2.1.1 and later": "fixed",
66-
"affected_version_range": "vers:apache/>=0.11.0.0|<=2.1.0|<2.1.1",
66+
"affected_version_range": "vers:apache/>=0.11.0.0|<2.1.1",
6767
},
6868
"CVE-2018-1288": {
6969
"action": "include",

0 commit comments

Comments
 (0)