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

Small bugfix #113

Closed lvets closed 9 years ago

lvets commented 9 years ago

This fixes:

Starting capec Traceback (most recent call last): File "/home/laurens/Source/cve-search/sbin/db_mgmt_capec.py", line 172, in i = dbLayer.getLastModified('capec') NameError: name 'dbLayer' is not defined capec has 463 elements (0 update)

When doing '''python3 ./db_updater.py -c -i -v'''

PidgeyL commented 9 years ago

Thank you for fixing my sloppy editing! :D

lvets commented 9 years ago

Hehe, you're welcome :)