Closed patsevanton closed 6 years ago
How fix it? Thank you
Hi! Actually that's not a bug. Just a warning that request returned nothing. Everything looks working as expected.
How i Get vulnerabilities and exploits by software name and version ?
Documentation https://github.com/vulnersCom/api have this string:
import vulners
vulners_api = vulners.Vulners()
results = vulners_api.softwareVulnerabilities("httpd", "1.5")
exploit_list = results.get('exploit')
vulnerabilities_list = [results.get(key) for key in results if key not in ['info', 'blog', 'bugbounty']]
Same issue
Fixed example. Just was a bad one :)