-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Description
The initial import to a new test closes findings in other tests.
I have an engagement with multiple tests based on Dependency Check reports. Deduplication is on engagement scope.
See the slack discussion for more information: https://defectdojocommunity.slack.com/archives/C0A4DBKANDS/p1771564613056809
Steps to reproduce
Steps to reproduce the behavior:
- Go to engagement
- Click on Tests menu -> Import Scan Results
- Select type "Dependency Check Scan" and upload an empty Dependency Check report.
- Activate "Close old findings"
- Press "Import"
- You can now see the notification "No findings were added/updated/closed/reactivated as the report is empty or the findings in Defect Dojo are identical to those in the uploaded report."
- In the Import History you can the import with x closed findings (should be all other active findings with the same test Type)
Expected behavior
This should not close any finding outside the target test.
Deployment method (select with an X)
- Docker Compose
- Kubernetes
- GoDojo
Additional context (optional)
This also happens when you create the new test via the reimport API.
Reactions are currently unavailable