-
Couldn't load subscription status.
- Fork 727
Comparing changes
Open a pull request
base repository: anchore/syft
base: v0.30.1
head repository: anchore/syft
compare: v0.31.0
- 18 commits
- 176 files changed
- 5 contributors
Commits on Nov 16, 2021
-
Introduce relationships as first-class objects (#607)
* migrate pkg.ID and pkg.Relationship to artifact package Signed-off-by: Alex Goodman <[email protected]> * return relationships from tasks Signed-off-by: Alex Goodman <[email protected]> * fix more tests Signed-off-by: Alex Goodman <[email protected]> * add artifact.Identifiable by Identity() method Signed-off-by: Alex Goodman <[email protected]> * fix linting Signed-off-by: Alex Goodman <[email protected]> * remove catalog ID assignment Signed-off-by: Alex Goodman <[email protected]> * adjust spdx helpers to use copy of packages Signed-off-by: Alex Goodman <[email protected]> * stabilize package ID relative to encode-decode format cycles Signed-off-by: Alex Goodman <[email protected]> * rename Identity() to ID() Signed-off-by: Alex Goodman <[email protected]> * use zero value for nils in ID generation Signed-off-by: Alex Goodman <[email protected]> * enable source.Location to be identifiable Signed-off-by: Alex Goodman <[email protected]> * hoist up package relationship discovery to analysis stage Signed-off-by: Alex Goodman <[email protected]> * update ownership-by-file-overlap relationship description Signed-off-by: Alex Goodman <[email protected]> * add test reminders to put new relationships under test Signed-off-by: Alex Goodman <[email protected]> * adjust PHP composer.lock parser function to return relationships Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ef627d8 - Browse repository at this point
Copy the full SHA ef627d8View commit details -
bump stereoscope, docker, and GGCR (#633)
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9090c3a - Browse repository at this point
Copy the full SHA 9090c3aView commit details
Commits on Nov 18, 2021
-
Introduce minimal source coordinates (#623)
* split source.Location and create source.Coordinates for minimal path addressing Signed-off-by: Alex Goodman <[email protected]> * move coordinates into separate file Signed-off-by: Alex Goodman <[email protected]> * Update syft/source/coordinates.go Co-authored-by: Dan Luhring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e38cde3 - Browse repository at this point
Copy the full SHA e38cde3View commit details
Commits on Nov 19, 2021
-
Catalog archive contents for single-file input (#637)
* add first-level archive processing when input is a file Signed-off-by: Alex Goodman <[email protected]> * add license exception for github.com/xi2/xz Signed-off-by: Alex Goodman <[email protected]> * always return cleanup function Signed-off-by: Alex Goodman <[email protected]> * change source.NewFromFile log entry to warn Signed-off-by: Alex Goodman <[email protected]> * ensure file source always has cleanup function Signed-off-by: Alex Goodman <[email protected]> * ensure we are always preferring the unarchive cleanup function for source Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d76c868 - Browse repository at this point
Copy the full SHA d76c868View commit details -
promote catalog task pattern to all commands (#636)
Signed-off-by: Christopher Angelo Phillips <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f00995 - Browse repository at this point
Copy the full SHA 4f00995View commit details
Commits on Nov 20, 2021
-
Update concurrency primitives for relationships in command layer (#639)
* update concurrency primitives for relationships in command layer Signed-off-by: Christopher Angelo Phillips <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0849539 - Browse repository at this point
Copy the full SHA 0849539View commit details
Commits on Nov 22, 2021
-
Announce meetup on 2021-12-01 (#640)
Signed-off-by: Dan Luhring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f0b2d81 - Browse repository at this point
Copy the full SHA f0b2d81View commit details -
ignore partybus unsubscribe errors (#641)
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e3b3481 - Browse repository at this point
Copy the full SHA e3b3481View commit details
Commits on Nov 23, 2021
-
Migrate SPDX-JSON relationships to SBOM model (#634)
* remove power-user document shape Signed-off-by: Alex Goodman <[email protected]> * add power-user specific fields to syft-json format Signed-off-by: Alex Goodman <[email protected]> * port remaining spdx-json relationships to sbom model Signed-off-by: Alex Goodman <[email protected]> * add coordinate set Signed-off-by: Alex Goodman <[email protected]> * add SBOM file path helper Signed-off-by: Alex Goodman <[email protected]> * use internal mimetype helper in go binary cataloger Signed-off-by: Alex Goodman <[email protected]> * add new package-of relationship Signed-off-by: Alex Goodman <[email protected]> * update json schema to v2 Signed-off-by: Alex Goodman <[email protected]> * replace power-user presenter with syft-json format Signed-off-by: Alex Goodman <[email protected]> * fix tests and linting Signed-off-by: Alex Goodman <[email protected]> * remove "package-of" relationship (in favor of "contains") Signed-off-by: Alex Goodman <[email protected]> * add tests for spdx22json format encoding enhancements Signed-off-by: Alex Goodman <[email protected]> * update TODO and log entries Signed-off-by: Alex Goodman <[email protected]> * introduce sbom.Descriptor Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd9007f - Browse repository at this point
Copy the full SHA bd9007fView commit details
Commits on Nov 30, 2021
-
use smaller jotframe event buffer (#647)
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0020623 - Browse repository at this point
Copy the full SHA 0020623View commit details -
Adds composer installed.json parser (#643)
* Adds installed.json functionality and tests Signed-off-by: Blaize Kaye <[email protected]> * Adds php-installed-cataloger Signed-off-by: Blaize Kaye <[email protected]> * Changes fallback logic Signed-off-by: Blaize Kaye <[email protected]> * Adds image tests for installed.json composer packages Signed-off-by: Blaize Kaye <[email protected]> * tweak PHP cataloger names Signed-off-by: Alex Goodman <[email protected]> * unexport PHP types and fix CLI tests Signed-off-by: Alex Goodman <[email protected]> * rename PHP cataloger file Signed-off-by: Alex Goodman <[email protected]> Co-authored-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6af132e - Browse repository at this point
Copy the full SHA 6af132eView commit details -
directory resolver should account for the proc cwd relative to the ro…
…ot path (#644) Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe616ac - Browse repository at this point
Copy the full SHA fe616acView commit details
Commits on Dec 1, 2021
-
Remove webinar announcement (#650)
Signed-off-by: Dan Luhring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed84e43 - Browse repository at this point
Copy the full SHA ed84e43View commit details
Commits on Dec 2, 2021
-
fix directory content fetching (#651)
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 21d1738 - Browse repository at this point
Copy the full SHA 21d1738View commit details -
Fix SPDX namespace value (#649)
* fix spdx namespace and add scheme range assertions Signed-off-by: Alex Goodman <[email protected]> * validate SPDX document name from source metadata Signed-off-by: Alex Goodman <[email protected]> * comment why namespace tests only check prefix Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da62387 - Browse repository at this point
Copy the full SHA da62387View commit details -
reduce relationship noise (#653)
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5aec918 - Browse repository at this point
Copy the full SHA 5aec918View commit details -
update stereoscope to bump docker dependency (#648)
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ffccfc8 - Browse repository at this point
Copy the full SHA ffccfc8View commit details
Commits on Dec 3, 2021
-
bump containerd and image-spec (#654)
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 22c4b27 - Browse repository at this point
Copy the full SHA 22c4b27View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.30.1...v0.31.0