Laurent

Results 7 comments of Laurent

Hi @MichaelPereira Thank you for your interest in the project. We have created the docker repository for 3 reasons: 1/ the separation of concerns: if you want to contribute to...

Hello, Can you use variable inside the .env to configure these variable inside docker-compose file? As it has been done for the opencve_port variable for instance: `${OPENCVE_PORT:-8000}` This way, we...

Hello, Indeed, it's our repository on dockerhub but it's not yet pushed, it's inside the todo list :) Laurent

Hello, thanks a lot for your PR! You are absolutely right — there is indeed a typo in the docker-compose.yml (/var/lib/postgreqsql/data instead of /var/lib/postgresql/data).
 However, fixing it immediately would cause...

Looks good to me, @maudrid can you please update your branch to fix the conflict and your commit message to follow the conventional commits, for example: fix: prevent error "database...

Fix merged: #441 Thank you for your PR!

Hello, The bug has been fixed, there is now the correct url to follow, with your example: https://app.opencve.io/api/cve?cvss=critical&vendor=microsoft ``` count: 508 next: "https://app.opencve.io/api/cve?cvss=critical&page=2&vendor=microsoft" previous: null ```