Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

DefectDojo Integration #156

Open
catalinvr opened this issue Mar 19, 2020 · 7 comments · May be fixed by #169
Open

DefectDojo Integration #156

catalinvr opened this issue Mar 19, 2020 · 7 comments · May be fixed by #169
Labels
enhancement New feature or request question Further information is requested

Comments

@catalinvr
Copy link

Is your feature request related to a problem? Please describe.
Hi team,

Once a scan is done the result is published in DefectDojo.
In case that the product is not set the the result can be found only in ELK.

Thank you,

Describe the solution you'd like
Use one ENV vars that allows SecureCodeBox t create automatically the product in case that that doesn't exists.

Describe alternatives you've considered
Create a default project to send all findings.

@rseedorff rseedorff added question Further information is requested enhancement New feature or request labels Mar 24, 2020
@J12934
Copy link
Member

J12934 commented Mar 24, 2020

Hi 👋
Automatically creating a Product if it doesn't already exists sounds like a good idea.

What I don't really get is how that relates to the Problem you were describing above that, thoght. @catalinvr can you give a few more details what exactly the problem is?

@catalinvr
Copy link
Author

By default, ELK is used as persistence storage for task results.

In case that a product will be created automatically in Dojo, it will be nice to be able to stop that feature using an env var.

@J12934
Copy link
Member

J12934 commented Mar 24, 2020

By default, ELK is used as persistence storage for task results.

In case that a product will be created automatically in Dojo, it will be nice to be able to stop that feature using an env var.

You can already turn off the ElasticSearch Persistence Provider using an env var (SECURECODEBOX_PERSISTENCE_ELASTICSEARCH_ENABLED=false) see https://www.securecodebox.io/persistence-provider/defectDojo

@catalinvr
Copy link
Author

Yes, I know that. I just want to have the same method when a product will be created on DefectDojo.

@rseedorff
Copy link
Member

rseedorff commented Apr 17, 2020

@catalinvr do you mean something like SECURECODEBOX_PERSISTENCE_DEFECTDOJO_ENABLED=true (already exists) or regarding the product creation like SECURECODEBOX_PERSISTENCE_DEFECTDOJO_INIT_PRODUCT=true?

@catalinvr
Copy link
Author

Hi @rseedorff

Yes, like SECURECODEBOX_PERSISTENCE_DEFECTDOJO_INIT_PRODUCT=true

Thank you

@rseedorff
Copy link
Member

Thx for your quick response!
Sounds valid, we are on it 👍🏻

@rseedorff rseedorff linked a pull request Apr 18, 2020 that will close this issue
@rseedorff rseedorff linked a pull request Apr 18, 2020 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants