We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a0e42 commit d6a26adCopy full SHA for d6a26ad
1 file changed
dojo/tools/zora/parser.py
@@ -58,7 +58,7 @@ def get_findings(self, content, test: Test) -> list[Finding]:
58
test=test,
59
is_mitigated=is_mitigated,
60
)
61
- if row.get("fixVersion") and row.get("fixVersion") != "":
+ if row.get("fixVersion"):
62
finding.fix_available = True
63
else:
64
finding.fix_available = False
0 commit comments