cve-search v5.0.0 released with major improvements for the NVD NIST API import, other improvements and many bugs fixed.

The update is now done via CveXplore.

Thanks to all the contributors to make this release a reality.

What’s Changed

  • Configurable DownloadMaxWorkers (#890) by @oh2fih in https://github.com/cve-search/cve-search/pull/998
  • Update requirements.txt by @nsmfoo in https://github.com/cve-search/cve-search/pull/1002
  • Rewrite of database update to use NVD NIST API from cvexplore lib by @P-T-I in https://github.com/cve-search/cve-search/pull/1010
  • wrong key when populating redis cache by @P-T-I in https://github.com/cve-search/cve-search/pull/1019
  • mongodb connections by @P-T-I in https://github.com/cve-search/cve-search/pull/1022
  • Pass mongodb connection string when initialize CveXplore by @baonq-me in https://github.com/cve-search/cve-search/pull/1030
  • Use count_documents() to count mongo documents instead of old and deprecated count() by @baonq-me in https://github.com/cve-search/cve-search/pull/1032
  • Fixed Inappropriate Logical Expression by @fazledyn-or in https://github.com/cve-search/cve-search/pull/1031
  • Improve CVEs search speed in bin/search.py by @baonq-me in https://github.com/cve-search/cve-search/pull/1033
  • Fix counting results when searching for CVE using cli by @baonq-me in https://github.com/cve-search/cve-search/pull/1034

New Contributors

  • @nsmfoo made their first contribution in https://github.com/cve-search/cve-search/pull/1002
  • @baonq-me made their first contribution in https://github.com/cve-search/cve-search/pull/1030
  • @fazledyn-or made their first contribution in https://github.com/cve-search/cve-search/pull/1031

Full Changelog: https://github.com/cve-search/cve-search/compare/v4.2.2…v5.0.0