You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Specific python wrapper | working (2021-01-21) |
4
+
| Openapi python wrapper | proof of concept only |
5
+
| Bash wrapper | might be outdated |
6
+
| Java library | working (2021-04-13) |
7
+
| Image using the Java library | out of date |
8
+
| .Net/C# library | working (2021-06-08) |
9
+
| dd-import | working (2021-08-24) |
9
10
11
+
**All wrappers support API v2.**
10
12
11
13
### Specific python wrapper
12
14
* Install the DefectDojo Python API via `pip install defectdojo_api`(outdated) or clone
@@ -29,3 +31,8 @@ https://github.com/DefectDojo/defectdojo-java-client (out of date, update expect
29
31
30
32
### .Net/C# library
31
33
https://www.nuget.org/packages/DefectDojo.Api/
34
+
35
+
### dd-import
36
+
https://github.com/MaibornWolff/dd-import
37
+
38
+
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.
0 commit comments