You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dojo/forms.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -535,13 +535,13 @@ class ImportScanForm(forms.Form):
535
535
# If 'close_old_findings_product_scope' is selected, the backend will ensure that both flags are set.
536
536
close_old_findings=forms.BooleanField(help_text="Old findings no longer present in the new report get closed as mitigated when importing. "
537
537
"If service has been set, only the findings for this service will be closed. "
538
-
"This only affects findings within the same engagement.",
539
-
label="Close old findings within this engagement",
538
+
"This affects findings within the same engagement by default.",
539
+
label="Close old findings",
540
540
required=False,
541
541
initial=False)
542
542
close_old_findings_product_scope=forms.BooleanField(help_text="Old findings no longer present in the new report get closed as mitigated when importing. "
543
543
"If service has been set, only the findings for this service will be closed. "
544
-
"This only affects findings within the same product.",
0 commit comments