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

Commits on Dec 31, 2024

  1. fix: relax reference url type

    This change can fix #15.
    
    However, it also introduces the possibility for unvalidated reference urls. So if there are other applications pulling data from the API, it may happen that untrusted data is returned.
    
    However, according to OWASP, one should never trust data from remote origins. So other applications relying on fastcve should execute their own validations too.
    l4rm4nd authored and binareio committed Dec 31, 2024
    Configuration menu
    Copy the full SHA
    3c5fca8 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2025

  1. Add support for CVSS 4.0 (Fix #13)

    Vadim Bogulean committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    f128816 View commit details
    Browse the repository at this point in the history
  2. Typo fixes from previous commit

    Vadim Bogulean committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    e6fdc63 View commit details
    Browse the repository at this point in the history
Loading