forked from anchore/syft
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into feature-improved-ja…
…va-cataloging
- Loading branch information
Showing
16 changed files
with
335 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ require ( | |
github.com/anchore/go-testutils v0.0.0-20200925183923-d5f45b0d3c04 | ||
github.com/anchore/go-version v1.2.2-0.20200701162849-18adb9c92b9b | ||
github.com/anchore/packageurl-go v0.1.1-0.20240507183024-848e011fc24f | ||
github.com/anchore/stereoscope v0.0.3-0.20240711134149-487b11e5ba26 | ||
github.com/anchore/stereoscope v0.0.3-0.20240725180315-50ce3be7aa1f | ||
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be | ||
// we are hinting brotli to latest due to warning when installing archiver v3: | ||
// go: warning: github.com/andybalholm/[email protected]: retracted by module author: occasional panics and data corruption | ||
|
@@ -29,12 +29,12 @@ require ( | |
github.com/dave/jennifer v1.7.0 | ||
github.com/deitch/magic v0.0.0-20230404182410-1ff89d7342da | ||
github.com/distribution/reference v0.6.0 | ||
github.com/docker/docker v27.1.0+incompatible | ||
github.com/docker/docker v27.1.1+incompatible | ||
github.com/dustin/go-humanize v1.0.1 | ||
github.com/elliotchance/phpserialize v1.4.0 | ||
github.com/facebookincubator/nvdtools v0.1.5 | ||
github.com/github/go-spdx/v2 v2.3.1 | ||
github.com/gkampitakis/go-snaps v0.5.5 | ||
github.com/gkampitakis/go-snaps v0.5.6 | ||
github.com/go-git/go-billy/v5 v5.5.0 | ||
github.com/go-git/go-git/v5 v5.12.0 | ||
github.com/go-test/deep v1.1.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -204,6 +204,17 @@ func Test_Cataloger_PositiveCases(t *testing.T) { | |
Metadata: metadata("traefik-binary"), | ||
}, | ||
}, | ||
{ | ||
logicalFixture: "traefik/3.0.4/linux-riscv64", | ||
expected: pkg.Package{ | ||
Name: "traefik", | ||
Version: "3.0.4", | ||
Type: "binary", | ||
PURL: "pkg:generic/[email protected]", | ||
Locations: locations("traefik"), | ||
Metadata: metadata("traefik-binary"), | ||
}, | ||
}, | ||
{ | ||
logicalFixture: "memcached/1.6.18/linux-amd64", | ||
expected: pkg.Package{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.