Skip to content

Tags: binareio/FastCVE

Tags

v1.4.0

Toggle v1.4.0's commit message
End-to-end CVE history support and hardens loading/startup

- Added end-to-end cvehist support: DB table/migration, models, loader, CLI search, and /api/search/cvehist.
- Extended search filters for CVE history: CVE ID, change dates, change-event, and change-type.
- Hardened loading: upserts for CVE/CPE/history, timeouts, resume support, and cleaner EPSS sync/error handling.
- Improved startup: DB schema migration now runs automatically before the web app starts.
- Updated config/docs for the CVE history API and new load/search commands.

v1.3.0

Toggle v1.3.0's commit message
Fix for #22

v1.2.3

Toggle v1.2.3's commit message
fix: correct conditional logic for version search options

v1.2.2

Toggle v1.2.2's commit message
Add search options for CPE/CVE: version-start and version-end

v1.2.1

Toggle v1.2.1's commit message
Update the context.py and allow ENV NAME in Dockerfile

v1.2.0

Toggle v1.2.0's commit message
Typo fixes from previous commit

v1.1.0

Toggle v1.1.0's commit message
Avoiding empty attributes from CVE search result's

v1.0.0

Toggle v1.0.0's commit message
Fix search on CVE id only from prev change