awesomeSBOM / awesome-sbom

A curated list of SBOM (Software Bill Of Materials) related tools, frameworks, blogs, podcasts, and articles
484 stars 63 forks source link

Adds bomber to the list of community repositories #11

Closed djschleen closed 2 years ago

djschleen commented 2 years ago

bomber is an application that scans SBOMs for security vulnerabilities. Given an SBOM in CycloneDX, SPDX, or Syft format, it connects to either OSV.dev or OSS Index to determine if any packages in the SBOM have vulnerabilities.

How is this different from tools like Grype, etc? It's all in the ecosytems supported. Where most SBOM scanners only handle deb and rpm (containers), bomber handles code ecosystems like PyPI, rpm, gem, Cocoapods, etc.

Check out https://github.com/devops-kung-fu/bomber for more information.

developer-guy commented 2 years ago

Thank you @djschleen