Skip to content

Commit 69cb365

Browse files
authored
Added dd-import to WRAPPERS.md (DefectDojo#4976)
1 parent 8ff3f78 commit 69cb365

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

WRAPPERS.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
| Wrapper | APIV1 | APIV2 | Notes |
2-
| -----------------------------| -------| ---- | ------------------------|
3-
| Specific python wrapper | Yes | Yes | working (2021-01-21) |
4-
| Openapi python wrapper | No | Yes | proof of concept only |
5-
| Bash wrapper | No | Yes | might be outdated |
6-
| Java library | No | Yes | working (2021-04-13) |
7-
| Image using the Java library | No | Yes | out of date |
8-
| .Net/C# library | No | Yes | working (2021-06-08) |
1+
| Wrapper | Notes |
2+
| -----------------------------| ------------------------|
3+
| 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) |
910

11+
**All wrappers support API v2.**
1012

1113
### Specific python wrapper
1214
* 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
2931

3032
### .Net/C# library
3133
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

Comments
 (0)