How to customize the "Found By" field when using Generic Findings Import? #14305
Replies: 2 comments
-
|
I've never messed with the "Found By" field but you can create a custom test type e.g. "My Fortify JSON" and change the test type on the import after it's done. Then all the normal Test Type filters, reporting and such will reflect "My Fortify JSON" instead of "Generic Findings Import" At least that's how I handled that situation in the past. HTH |
Beta Was this translation helpful? Give feedback.
-
|
@vesper-oss This is what AI says: The Generic Findings Import parser does support dynamic test types, but only when using the JSON format (not CSV). How it works
The mechanismThe Generic Findings Import parser implements
This is the same mechanism used by the SARIF parser, where the tool name from each SARIF Found ByThe "Found By" field on findings will also correctly reflect the dynamic test type. When a finding is saved, it runs What the user needs to doAdd a { This aligns with the docs at https://docs.defectdojo.com/supported_tools/parsers/file/generic/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team, I am currently importing Fortify DAST results into DefectDojo (v. 2.53.1) using the Generic Findings Import parser via API with Jenkins. Since I use a custom JSON format, I rely on scan_type=Generic Findings Import. However, the "Found By" field automatically displays as "Generic Findings Import".
To maintain clean reporting, I need the findings to be labeled as "Found By: Fortify DAST" instead of the parser name, is there a way to override this value to "Fortify DAST" during the import process without switching to a different parser? If not, what is the recommended API-based workaround to update this metadata post-import?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions