django-DefectDojo icon indicating copy to clipboard operation
django-DefectDojo copied to clipboard

attach report file on scan result import

Open schdief opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe When I import a scan result the original source report file is not attached to the test. We can do that manually afterwards, but users may forget to do that, the upload might fail and in worst case, somebody may also import another source than the file that gets uploaded afterwards. This is problematic in case the import doesn't show any vulnerabilities. Is it empty because the report is not valid or is it ok to be empty? You cannot verify this without the original source data.

Describe the solution you'd like I would like a button that, if checked, automatically attachs the source report to the test. This should actually be the default behaviour.

Describe alternatives you've considered Already described in the problem description.

Additional context

schdief avatar Feb 20 '24 14:02 schdief