-
Notifications
You must be signed in to change notification settings - Fork 178
DefectDojo Hook: Allow setting minimum severity on Import #1700
Copy link
Copy link
Closed
Labels
defectdojoAll issues regarding the DefectDojo IntegrationAll issues regarding the DefectDojo IntegrationhookImplement or update a hookImplement or update a hookpersistenceImplement or update a persistence storeImplement or update a persistence store
Metadata
Metadata
Assignees
Labels
defectdojoAll issues regarding the DefectDojo IntegrationAll issues regarding the DefectDojo IntegrationhookImplement or update a hookImplement or update a hookpersistenceImplement or update a persistence storeImplement or update a persistence store
Type
Projects
Status
Done
➹ New Feature implementation request
At the moment, the DefectDojo hook is importing all findings into DefectDojo. Both the scan_import and the reimport_scan endpoints have an optional parameter
minimum_severitythat controls the minimum finding severity that should be imported. This allows the user to ensure that the DefectDojo is not flooded with hundreds of thousands of informational findings from verbose scanners.Describe the solution you'd like
Allow the user to set the minimum_severity parameter as part of the hook configuration. Document that this may have undesireable side effects in the following cases (plus any others you may find):
Describe alternatives you've considered
It doesn't seem to be possible to configure this on the side of DefectDojo (and even if it were, the same side effects may apply).