Skip to content

Commit e392493

Browse files
Update dojo/tools/cloudflare_insights/parser.py
Co-authored-by: valentijnscholten <valentijnscholten@gmail.com>
1 parent 8ff6756 commit e392493

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dojo/tools/cloudflare_insights/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def get_findings(self, filename, test):
114114
title=title,
115115
severity=mapped_severity,
116116
description=description,
117-
mitigation=recommended_action or "Not provided!",
117+
mitigation=recommended_action,
118118
references="Not provided!",
119119
static_finding=False,
120120
dynamic_finding=True,

0 commit comments

Comments
 (0)