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 6d4075e commit b01586dCopy full SHA for b01586d
dojo/risk_acceptance/risk_pending.py
@@ -252,7 +252,7 @@ def is_permissions_risk_acceptance(
252
if user.is_superuser is True or role_has_exclusive_permissions(user) is True:
253
return True
254
255
- if finding.mitigated is True or finding.active is False:
+ if finding.mitigated or finding.active is False:
256
return False
257
258
result = False
0 commit comments