Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.34 KB

WRAPPERS.md

File metadata and controls

26 lines (21 loc) · 1.34 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

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)