Skip to content

Fetching High/Critical Vulnerabilities via DefectDojo API #9842

Answered by manuel-sommer
gmartg asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @gmartg,

did you checkout https://defectdojo.github.io/django-DefectDojo/usage/models/ ?
Basically, you can use the REST API for that:

  1. get the product
  2. get the engagements from the product and the engagement should you return you a list of findingids assigned to the engagement.
  3. With that, you can return each finding from the product.

If you want to get started easier, you can take a look at https://pypi.org/project/defectdojo_api/ (This is already deprecated / archived, but gives you a good introduction / help).

Here, you can also find more information: https://documentation.defectdojo.com/integrations/api-v2-docs/

If you can't implement it on your own, you can also ask for support: h…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@manuel-sommer
Comment options

Answer selected by gmartg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants