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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -651,7 +651,7 @@ class ReImportScanForm(forms.Form):
651
651
label="Choose report file",
652
652
allow_empty_file=True,
653
653
required=False)
654
-
close_old_findings=forms.BooleanField(help_text="Select if old findings in the same test that areno longer present in the report get closed as mitigated when importing.",
654
+
close_old_findings=forms.BooleanField(help_text="Select if old findings in the same test that are no longer present in the report get closed as mitigated when importing.",
655
655
required=False, initial=True)
656
656
version=forms.CharField(max_length=100, required=False, help_text="Version that will be set on existing Test object. Leave empty to leave existing value in place.")
657
657
branch_tag=forms.CharField(max_length=100, required=False, help_text="Branch or Tag that was scanned.")
0 commit comments