CVE-Search-Docker icon indicating copy to clipboard operation
CVE-Search-Docker copied to clipboard

Docker Image for CVE-Search

Results 4 CVE-Search-Docker issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I am having the error : [Errno 2] No such file or directory: '/usr/local/lib/python3.10/site-packages/CveXplore/.env_example' **To Reproduce** Steps to reproduce the behavior: I cloned the Repo and launched...

bug

https://github.com/cve-search/CVE-Search-Docker/blob/586d5c4aa63b495d453043faa8e16bacec750288/docker/files/mongodb/data_dump_compress.sh#L8-L13 ```sh 7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on db_dump.7z ./dump split -b 50M db_dump.7z "db_dump_part" rm -rf ./dump rm -rf ./db_dump.7z ``` I think we can replace the...

enhancement

When connecting to the main page, the error ***"DataTables warning: table id=CVEs - Ajax error. For more information about this error, please see http://datatables.net/tn/7"*** is returned. **Steps to reproduce the...

bug

For those who are interested in using their own certificate, I added three lines of code to the docker-compose.yml. It's the volumes section. ``` cve_search: image: cve_search build: context: ....

enhancement