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
@@ -536,13 +536,13 @@ class ImportScanForm(forms.Form):
536
536
# If 'close_old_findings_product_scope' is selected, the backend will ensure that both flags are set.
537
537
close_old_findings=forms.BooleanField(help_text="Old findings no longer present in the new report get closed as mitigated when importing. "
538
538
"If service has been set, only the findings for this service will be closed. "
539
-
"This only affects findings within the same engagement.",
540
-
label="Close old findings within this engagement",
539
+
"This affects findings within the same engagement by default.",
540
+
label="Close old findings",
541
541
required=False,
542
542
initial=False)
543
543
close_old_findings_product_scope=forms.BooleanField(help_text="Old findings no longer present in the new report get closed as mitigated when importing. "
544
544
"If service has been set, only the findings for this service will be closed. "
545
-
"This only affects findings within the same product.",
0 commit comments