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