Releases: binareio/FastCVE
Releases · binareio/FastCVE
v1.3.0
Release notes (since v1.2.3)
- Docker Compose deployment is reworked to split the stack into two services:
fastcve(API/CLI) andfastcve-db(PostgreSQL). - Added
fastcve-dbhealth 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
./backupdirectory (/backupin 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
v1.2.2
Full Changelog: v1.2.1...v1.2.2
v1.2.1
Full Changelog: v1.2.0...v1.2.1
v1.2.0
v1.1.0
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
- Enhance NVD import by @cosad3s in #3
- Correct Readme for CPE by @fabianjarrett-ncc in #5
- Creating Epss table by @narcissus1394 in #7
- EPSS search options in API by @narcissus1394 in #8
- Change vuln.description index type to help with index full issues by @Fuziih in #9
- Adding KEV Catalog info by @narcissus1394 in #10
- Avoiding empty attributes from CVE search result's by @vadimbo in #11
New Contributors
- @cosad3s made their first contribution in #3
- @fabianjarrett-ncc made their first contribution in #5
- @narcissus1394 made their first contribution in #7
- @Fuziih made their first contribution in #9
- @vadimbo made their first contribution in #11
Full Changelog: v1.0.0...v1.1.0
v1.0.0
The first release of FastCVE with the capabilities to: