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 a653695 commit 2a252caCopy full SHA for 2a252ca
dojo/tools/krakend_audit/parser.py
@@ -29,6 +29,7 @@ def get_findings(self, file, test):
29
mitigation=message,
30
static_finding=True,
31
dynamic_finding=False,
32
+ fix_available=True,
33
)
34
findings.append(finding)
35
return findings
0 commit comments