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
cc @joshbressers feel free to add ideas in
Also noting some infra things that would be good to do around the same time:
- move sboms into a seperate table
- spin up a seperate server for the mining, leaving one for database and web app
- increase the rate of mining docker metadata in packages.ecosyste.ms as the rate limits changed recently
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: