Thanks to visit codestin.com
Credit goes to github.com

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/syft
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.32.0
Choose a base ref
...
head repository: anchore/syft
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.32.1
Choose a head ref
  • 4 commits
  • 34 files changed
  • 5 contributors

Commits on Dec 10, 2021

  1. Recover from panics from the stdlib when cataloging malformed binaries (

    #663)
    
    * recover from panics in stdlib binary parsing
    
    Signed-off-by: Alex Goodman <[email protected]>
    
    * add CLI test to cover regression case
    
    Signed-off-by: Alex Goodman <[email protected]>
    wagoodman authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    ab9fe53 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Find Java package versions in additional manifest sections (#673)

    * Add failing test for missing versions
    
    Signed-off-by: Dan Luhring <[email protected]>
    
    * Look through all named sections for version
    
    Signed-off-by: Dan Luhring <[email protected]>
    
    * Consistent installation of yajsv
    
    Signed-off-by: Dan Luhring <[email protected]>
    
    * Adjust output text for test assertion
    
    Signed-off-by: Dan Luhring <[email protected]>
    luhring authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    f98868b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a10ca7 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. ignore target link files based on path (#667)

    * ignore target link files based on path
    
    log when files are actually indexed
    
    add test for sym link resolution
    
    golang test nits
    
    Signed-off-by: Jonas Galvão Xavier <[email protected]>
    
    * nil catalog should act like an empty catalog
    
    Signed-off-by: Alex Goodman <[email protected]>
    
    * remove dir path filtering in favor of file type filtering
    
    Signed-off-by: Alex Goodman <[email protected]>
    
    * split out addPathToIndex into specialized functions
    
    Signed-off-by: Alex Goodman <[email protected]>
    
    * add test for nul catalog enumeration
    
    Signed-off-by: Alex Goodman <[email protected]>
    
    * conditionally discover MIME types for file based on file resolver index
    
    Signed-off-by: Alex Goodman <[email protected]>
    
    * change logging around cataloging
    
    Signed-off-by: Alex Goodman <[email protected]>
    
    * add tests to cover possible infinite symlink loop for resolver
    
    Signed-off-by: Alex Goodman <[email protected]>
    
    Co-authored-by: Alex Goodman <[email protected]>
    jonasagx and wagoodman authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    d3804d1 View commit details
    Browse the repository at this point in the history
Loading