ttimasdf / docker-cve-search

Dockerized cve-search as a web app
MIT License
16 stars 15 forks source link

All CVE are not in database #5

Open nsagot opened 5 years ago

nsagot commented 5 years ago

Hi,

I run the Docker image withdb. After init and update cve-search I did a search for the CVE "CVE-2018-7600". But the web interface (and API) don't find this CVE on my local database.

It's a real CVE : https://nvd.nist.gov/vuln/detail/CVE-2018-7600 Also available on CIRCL plateform (powered by cve-search) : https://cve.circl.lu/cve/CVE-2018-7600

Any idea ?

nsagot commented 5 years ago

I try the nodb version with my local populate and this CVE is here.

Maybe we just only need to update the database backup ?

ttimasdf commented 5 years ago

Oh, my.. It hasn't been long for me since I know the concept of anonymous volumes.. So maybe I haven't push the database with the image from the very beginning 😅the same issue with #1 #2. I'll try to find a way to back it up.