Skip to content

Commit ad0a567

Browse files
committed
🎉 Add fix_available to Harbor
1 parent b47a395 commit ad0a567

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dojo/tools/harbor_vulnerability/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def get_findings(self, filename, test):
4848
links = item.get("links")
4949
cwe_ids = item.get("cwe_ids")
5050
fix_available = True
51-
if item.get("fix_version") != "":
51+
if item.get("fix_version") == "":
5252
fix_available = False
5353

5454
title = f"{item_id} - {package_name} ({package_version})"

0 commit comments

Comments
 (0)