Skip to content

Commit b01586d

Browse files
committed
fix falidation mitigated
1 parent 6d4075e commit b01586d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dojo/risk_acceptance/risk_pending.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def is_permissions_risk_acceptance(
252252
if user.is_superuser is True or role_has_exclusive_permissions(user) is True:
253253
return True
254254

255-
if finding.mitigated is True or finding.active is False:
255+
if finding.mitigated or finding.active is False:
256256
return False
257257

258258
result = False

0 commit comments

Comments
 (0)