8000 Comparing v0.59.0...v0.59.1 · anchore/grype · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: anchore/grype
Failed to load repositories. Confirm that selected base ref is valid, then try 8000 again.
Loading
base: v0.59.0
Choose a base ref
...
head repository: anchore/grype
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.59.1
Choose a head ref
  • 3 commits
  • 6 files changed
  • 4 contributors

Commits on Mar 8, 2023

  1. fix: correct APK CPE version comparison logic (#1165)

    Previously, the -r{buildindex} suffix of APK package versions were
    treated as pre-release versions per the fuzzy matcher logic; however,
    these should be treated as equivalent to the release version for the
    purposes of collecting CPE-based matches for APK packages.
    
    We may want to make a similar change in syft to generate cleaner CPE
    versions for APK packages, but making the change in grype corrects
    behaviour for previously-generated SBOMs as well.
    
    Signed-off-by: Weston Steimel <weston.steimel@anchore.com>
    westonsteimel authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    6a46070 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Update Syft to v0.74.1 (#1168)

    Signed-off-by: GitHub <noreply@github.com>
    Co-authored-by: kzantow <kzantow@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    2bc4c35 View commit details
    Browse the repository at this point in the history
  2. Update grype bootstrap tools to latest versions. (#1163)

    Signed-off-by: GitHub <noreply@github.com>
    Co-authored-by: westonsteimel <westonsteimel@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    29b6465 View commit details
    Browse the repository at this point in the history
Loading
0