Add engagement ID and/or test ID for each finding #5583
Greenmouse94
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm currently developing a terminal application in Python to "sort", see the file related to the vulnerability (SEMGREP), having a better view of all vulnerabilities, see the duplicates etc. inside my DefectDojo instance for each product and engagement.
But in order to get all findings related to a test and/or engagement I first need to get ALL findings by sending a request to /api/v2/findings/ after that I have to link/sort the findings to their tests and the tests to their engagement. Is it possible to get all findings for a specific engagement and/or test ? I have more than 10.000 findings in DB, so the requests to get all findings takes time.
For example by sending a request to /api/v2/findings/engagement/28 or /api/v2/findings/test/278 ? In this way it could be possible to get all findings linked to the engagement 28, or all findings for the test 278.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions