vulnersCom / api

Vulners Python API wrapper
GNU General Public License v3.0
356 stars 60 forks source link

Some CPE requests are not working properly #7

Closed jorgeluengar closed 5 years ago

jorgeluengar commented 5 years ago

For example, the following request:

vulners_api.cpeVulnerabilities("cpe:/o:microsoft:windows_7:-:sp1:x86")

Provides the following error: UserWarning: Software name or version is not provided warnings.warn("%s" % results.get('error'))