cve-search / PyVulnerabilityLookup

Python client and module for Vulnerability Lookup
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

New endpoint for EPSS #68

Closed cedricbonhomme closed 3 days ago

cedricbonhomme commented 1 week ago

Documentation:

https://vulnerability-lookup.readthedocs.io/en/latest/api-v1.html#get--api-sighting-

There is only one route: GET id where id is the id of a vulnerability.

GET /api/epss/{vulnerability_id}

Rafiot commented 3 days ago

Fixed: https://github.com/cve-search/PyVulnerabilityLookup/commit/51bcb96d612973b48cafc40439ce2210a2e6839d

cedricbonhomme commented 3 days ago

Thanks !