We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2619b72 commit 5b8bfabCopy full SHA for 5b8bfab
1 file changed
dojo/tools/trufflehog/parser.py
@@ -192,6 +192,7 @@ def get_findings_v3(self, data, test):
192
url="N/A",
193
dynamic_finding=False,
194
static_finding=True,
195
+ verified=verified,
196
nb_occurences=1,
197
)
198
dupes[dupe_key] = finding
0 commit comments