Wrapper | Notes |
---|---|
Specific python wrapper | working (2021-01-21) |
Openapi python wrapper | proof of concept only |
Java library | working (2021-08-30) |
Image using the Java library | working (2021-08-30) |
.Net/C# library | working (2021-06-08) |
dd-import | working (2021-08-24) |
All wrappers support API v2.
- Install the DefectDojo Python API via
pip install defectdojo_api
(outdated) or clone the repository. - Browse the API on SwaggerHub.
https://github.com/alles-klar/defectdojo-api-v2-client
https://github.com/secureCodeBox/defectdojo-client-java
https://github.com/SDA-SE/defectdojo-client
https://www.nuget.org/packages/DefectDojo.Api/
https://github.com/MaibornWolff/dd-import
dd-import is not directly an API wrapper. It offers some convenience functions to make it easier to import findings and language data from CI/CD pipelines.