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.2.2
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.2.3
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on May 20, 2025

  1. feat: support download epss data with today's date (#20)

    * feat: support download epss data with today's date
    
    Implements a new argparse cli parameter `--epss-now`, which allows downloading EPSS data from the API with today's date.
    
    * docs: adjust readme for new `--epss-now` argparse
    
    * docs: fix typo
    
    * fix: skip yesterday check of --epss-now
    
    * fix: correct if statement for --epss-now
    
    * fix: improve if logic around epss_now
    
    #20 (comment)
    
    * fix: broken conditional if
    l4rm4nd authored May 20, 2025
    Configuration menu
    Copy the full SHA
    816cd21 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2025

  1. fix: correct conditional logic for version search options

    Vadim Bogulean committed Jun 1, 2025
    Configuration menu
    Copy the full SHA
    c3cb6d4 View commit details
    Browse the repository at this point in the history
Loading