You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bit of a placeholder for some ideas for research we can do into the collection of SBOMs that I've mined from all public docker images
We have download counts for each image (not broken down by version) and all the detected dependencies (with versions) within in them, plus some OS data and syft version
which operating systems (and which versions) are most used
most used dependencies within an ecosystem
most used dependencies across all ecosystems
which dependencies are used together the most across ecosystems (nokogiri and libxml2 for example)
most used versions of popular dependencies
extremely outdated versions of dependencies that are highly used
cross reference with security vulns to find the most used versions with known security advisories
Do you know of a list of those kinds of file names? I'd also be interested in looking for those in source repositories
Amount of ecosystem mixing in images (like how many have python and npm packages)
Yeah this is very interesting
Exceptionally large files in images and The most seen files based on SHA
Does syft look at any of that, or do we need to do extra analysis? Know of any existing tools that can pull that from a docker image without needing to run it
Bit of a placeholder for some ideas for research we can do into the collection of SBOMs that I've mined from all public docker images
We have download counts for each image (not broken down by version) and all the detected dependencies (with versions) within in them, plus some OS data and syft version
cc @joshbressers feel free to add ideas in
Also noting some infra things that would be good to do around the same time:
The text was updated successfully, but these errors were encountered: