File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2383,7 +2383,7 @@ class ReImportScanSerializer(CommonImportScanSerializer):
23832383 # also for ReImport.
23842384 close_old_findings = serializers .BooleanField (
23852385 required = False ,
2386- default = False ,
2386+ default = True ,
23872387 help_text = "Old findings no longer present in the new report get closed as mitigated when importing. "
23882388 "If service has been set, only the findings for this service will be closed. "
23892389 "This only affects findings within the same test." ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22appVersion : " 2.49.0-dev"
33description : A Helm chart for Kubernetes to install DefectDojo
44name : defectdojo
5- version : 1.6.199 -dev
5+ version : 1.6.200 -dev
66icon : https://www.defectdojo.org/img/favicon.ico
77maintainers :
88 - name : madchap
You can’t perform that action at this time.
0 commit comments