Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.48 KB

WRAPPERS.md

File metadata and controls

31 lines (24 loc) · 1.48 KB
Wrapper APIV1 APIV2 Notes
Specific python wrapper Yes Yes working (2021-01-21)
Openapi python wrapper No Yes proof of concept only
Bash wrapper No Yes might be outdated
Java library No Yes working (2021-04-13)
Image using the Java library No Yes out of date
.Net/C# library No Yes working (2021-06-08)

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

Bash wrapper

https://github.com/wurstbrot/defectdojo-client

Java library

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

Image using the Java library

https://github.com/DefectDojo/defectdojo-java-client (out of date, update expected)

.Net/C# library

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