Nicolas Crocfer

Results 235 comments of Nicolas Crocfer

I'm already on it for the new version of OpenCVE based on Django: https://github.com/opencve/opencve/blob/dev/ncrocfer/v2/v2/web/projects/notifications/webhook.py It's just the first iteration, the beta of this v2 will be at the end of...

Cleaning old issues (BTW webhooks are now available: https://docs.opencve.io/notifications/#webhook).

Message: hello 😉 > Is there any way to setup SMTP on a existing OpenCVE instance? You can update the conf when you want and restart the docker stack to...

Hello everyone, We understand that testing the SMTP configuration of the scheduler while waiting for actual CVE changes is not ideal. To address this, we’ve created a new DAG (a...

@yusben Thank you for your detailed feedback, your insights are helpful for improving the usability of OpenCVE! I plan to make the following changes: - I will remove the `start_tls`...

It's not planned right now but I suppose it's a nice feature, we can add it in the backlog :)

Hi @HerrStinson , Thank you for your feedback! You’ve identified a bug in OpenCVE: any vendor or product name containing an "&" is causing an issue due to incorrect URL...

Hi Marco, In fact the opencve v1 webserver is just a wrapper on top of `gunicorn` command ([code](https://github.com/opencve/opencve/blob/master/opencve/commands/webserver.py)) so you can use its own parameter. So it's `-D` for the...

> How can I check if the file is correctly loaded from the environment variable? This is precisely why I asked you if the other settings like database one are...

Closing this issue because the new version of OpenCVE no longer provides a CLI to launch the web server, deployment is now entirely Docker based: https://docs.opencve.io/deployment/.