Skip to content

Releases: binareio/FastCVE

v1.3.0

02 Jan 17:08

Choose a tag to compare

Release notes (since v1.2.3)

  • Docker Compose deployment is reworked to split the stack into two services: fastcve (API/CLI) and fastcve-db (PostgreSQL).
  • Added fastcve-db health check and updated startup flow so the app runs a prestart step before launching the API.
  • Database backup/restore workflow is now container-native via a host-mounted ./backup directory (/backup in the DB container), with updated documentation and commands.
  • Fixed version range filtering logic for searches using version-start / version-end (correct inclusive/exclusive comparisons).

Full Changelog: v1.2.3...v1.3.0

v1.2.3

01 Jun 07:19

Choose a tag to compare

What's Changed

  • feat: support download epss data with today's date by @l4rm4nd in #20

Full Changelog: v1.2.2...v1.2.3

v1.2.2

13 May 18:05

Choose a tag to compare

Full Changelog: v1.2.1...v1.2.2

v1.2.1

12 May 18:04

Choose a tag to compare

Full Changelog: v1.2.0...v1.2.1

v1.2.0

02 Jan 12:34

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

16 Aug 05:03

Choose a tag to compare

Changes

Adding KEV Catalog info #10
EPSS search options in API #8
Creating Epss table #7
Epss score #6
SQ-3981 -> Added dev env configs #4
Enhance NVD import #3

Fixes

Avoiding empty attributes from CVE search result's #11
Change vuln.description index type to help with index full issues #9
Correct Readme for CPE #5

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

12 Mar 19:36

Choose a tag to compare

The first release of FastCVE with the capabilities to:

  • Preload the DB with CVE, and CPE from the NVD using REST API v2
  • Update the (new) CVE, and CPE data on the next DB data load
  • Preload the DB with the CWE, and CAPEC from MITRE.
  • Search CVE, CPE, CWE, and CAPEC entries from the CLI
  • Expose the same search capabilities through REST APIs