Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: binareio/FastCVE
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: binareio/FastCVE
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 1 commit
  • 15 files changed
  • 1 contributor

Commits on Apr 3, 2026

  1. 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.
    Vadim Bogulean committed Apr 3, 2026
    Configuration menu
    Copy the full SHA
    218e5f4 View commit details
    Browse the repository at this point in the history
Loading