vehemont / nvdlib

A simple wrapper for the National Vulnerability CVE/CPE API
https://nvdlib.com
MIT License
83 stars 29 forks source link

Fix sorting by published date #8

Closed Smjert closed 2 years ago

Smjert commented 2 years ago

The key and the value used were incorrect (https://nvd.nist.gov/developers/vulnerabilities) image

vehemont commented 2 years ago

Thank you for noticing that! When I had originally implemented the sortOrder parameter I must have misread the explanation. I will prepare version 0.6.0 with these changes and a few others.