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 49ca180 commit 1784496Copy full SHA for 1784496
dojo/tools/mayhem/parser.py
@@ -40,7 +40,7 @@ class MayhemParser(SarifParser):
40
def get_scan_types(self):
41
return ["Mayhem SARIF Report"]
42
43
- def get_description_for_scan_types(self):
+ def get_description_for_scan_types(self, scan_type):
44
return "Mayhem SARIF reports from code or API runs."
45
46
# Due to mixing of class methods and package functions, we need to override some of these methods
0 commit comments