Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.48 KB

WRAPPERS.md

File metadata and controls

34 lines (26 loc) · 1.48 KB
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.

Specific python wrapper

  • Install the DefectDojo Python API via pip install defectdojo_api(outdated) or clone the repository.
  • Browse the API on SwaggerHub. Swagger Status

Openapi python wrapper

https://github.com/alles-klar/defectdojo-api-v2-client

Java library

https://github.com/secureCodeBox/defectdojo-client-java

Image using the Java library

https://github.com/SDA-SE/defectdojo-client

.Net/C# library

https://www.nuget.org/packages/DefectDojo.Api/

dd-import

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.