defectdojo_api icon indicating copy to clipboard operation
defectdojo_api copied to clipboard

Python API library for DefectDojo

Results 23 defectdojo_api issues
Sort by recently updated
recently updated
newest added

Path: defectdojo_api/defectdojo_apiv2.py Lines: 399 and 416 There are 2 create_product methods that are exact duplicates of each-other

There are different check that intend to validate whether a parameter needs to be added to the request or not. However for boolean parameters the condition should check whether the...

See issue initially reported here: https://github.com/DefectDojo/django-DefectDojo/issues/8154 It appears version 2.22.3 of DefectDojo no longer works for generic findings using the python API wrapper version 2. Version 2.18.0 was working with...

Since we no longer support this api wrapper we might best remove it so people cannot advertently install it via `pip`?

Hi, I got this running example, after adding () to print() in dojo_populate.py, i got this one. ``` » ❯ python3 dojo_populate.py Traceback (most recent call last): File "dojo_populate.py", line...

I tried running this example defectdojo_api/examples/v2/dojo_ci_cd.py and it says cannot load module ImportError: No module named defectdojo_apiv2. Please guide me for this issues. Many Thanks!

When creating a new Engagement and uploading Scan results 'id' is not present in self.data. Changed to check if 'id' exists, else it will return Engagement ID. Error: Traceback (most...

### **Bug Description** create_finding() method gives error "found_by field is required" ### **Steps to reproduce** **Code :** ``` from defectdojo_api.defectdojo_api import defectdojo_apiv2 host = 'http://localhost:8080/' api_key = 'xxxx..xxxx' user =...

When creating an engagment it is not always convenient to specify **lead id, status** small fix without backward compatibility.

Hi! I try start script dojo_ci_cd.py from examples directory and i get this error ![image](https://user-images.githubusercontent.com/68223804/89394823-37e10400-d715-11ea-8636-b4da9f61d652.png) Where is trouble and how i can fix this? Thanks!