v0.7.3
Bugfixes
- Merged #22. When using a datetime object in parameters like
pubEndDate
, NVDLib will now replace the+
character used to denote the time zone with%2B
in the string of parameters, preventing a 404 error and following the NVD API documentation. Normally this is done automatically within requests, but NVDLib passes the parameters as a string rather than a dictionary natively within requests.
Enhancements
- Merged #23. Set the optional parameters in
searchCVE
andsearchCPE
toNone
instead ofFalse
. Helps out with linters and type assignment mismatches.
Big thanks to @ntnunk for submitting the PRs for these changes.
Full Changelog: v0.7.2...v0.7.3