PidgeyL / cve-search

cve-search is a tool to import CVE (Common Vulnerabilities and Exposures) and CPE (Common Platform Enumeration) into a MongoDB to facilitate search and processing of CVEs.
http://adulau.github.com/cve-search/
Other
24 stars 4 forks source link

New install, db_mgmt stops importing after year 2013 #107

Closed lvets closed 9 years ago

lvets commented 9 years ago

Hi,

I've installed cve-search and I'm trying to import the CVEs since 2002 with "db_mgmt.py -p -v". However, this seems to hang after "Year 2013 imported.". This might be due to a bad connection or connection timing out, I'm not 100% sure yet... In order to further troubleshoot this, is there a way to import years individually? Can I Ctrl-C and use the db_updater.py to fill in the other years?

Thanks!

PidgeyL commented 9 years ago

what you can do, after the population, if it fails, is a normal database update. However, I have not yet tested if all data will be in there. Another thing you could do, is download the files from the sources, and point the sources to a local server. (look in the config file)

lvets commented 9 years ago

Just to be on the safe side, I've downloaded the files locally and the import now succeeds completely. I guess this issue can be closed as it works with the files locally :) Thank you for your help btw!

PidgeyL commented 9 years ago

Good to know this worked for you! Glad to help, and thanks for trying our tool :)