diff --git a/dojo/finding/helper.py b/dojo/finding/helper.py index 22e1632bbd3..3c13d69a252 100644 --- a/dojo/finding/helper.py +++ b/dojo/finding/helper.py @@ -163,9 +163,6 @@ def update_finding_status(new_state_finding, user, changed_fields=None): # finding is being deactivated pass - if is_new_finding or "verified" in changed_fields: - pass - if is_new_finding or "false_p" in changed_fields or "out_of_scope" in changed_fields: # existing behaviour is that false_p or out_of_scope implies mitigated if new_state_finding.false_p or new_state_finding.out_of_scope: diff --git a/requirements-lint.txt b/requirements-lint.txt index 535118bba64..3290a6cb352 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1 +1 @@ -ruff==0.15.7 +ruff==0.15.8