vulnersCom / api

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

Unable to pull data of all CVE's in single day from archive #17

Closed RSAMINEN closed 5 years ago

RSAMINEN commented 5 years ago

Hi Vulners Team, I am trying to pull data from cve with vulnerabilities with in a single day . I tried to import the vulners source code and change the start date and end date with required values and still seeing that I was pulling all the data. If possible can you please provide me with a code to pull data of all cves that are observed in a single day. Your help is much appreciated. Thank you

vulnersCom commented 5 years ago

Example of request: https://vulners.com/api/v3/archive/collection?type=cve&datefrom=2019-08-07&dateto=2019-08-09

RSAMINEN commented 5 years ago

Hello Team, Thanks for the update but when I make a call to the same by passing api-key as header and type, datafrom and data to as params I still getting the 403 error message, can please help me with that. thank you

RSAMINEN commented 5 years ago

Thnak you Its working.