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

'requests' needed for web interface not in requirements.txt file #130

Closed lvets closed 7 years ago

lvets commented 7 years ago

See title. Both minimal.py and index.py need 'requests' otherwise they won't run.

PidgeyL commented 7 years ago

This should fix it ;)