OWASP : open-source SBOM management platform

OWASP Dependency-Track is one of the most popular and widely adopted open-source SBOM management platforms available today (as of March 2026). It’s a flagship project under the OWASP Foundation, designed specifically for continuous analysis of software supply chains using Software Bills of Materials (SBOMs).

What It Is

Dependency-Track is an intelligent Component Analysis platform that helps organizations identify, track, and reduce risks from third-party and open-source components. Unlike traditional SCA tools that scan code at build time, it takes an SBOM-first approach: ingest SBOMs (primarily in CycloneDX format, with SPDX support via conversion), maintain a central portfolio view, and continuously monitor for new vulnerabilities, license issues, or policy violations — even long after deployment.

It acts as a central repository for your organization’s components across all projects, applications, containers, OSes, firmware, and more. This makes it ideal for large-scale vulnerability management, compliance (e.g., EU CRA, U.S. federal SBOM requirements), and rapid impact assessment during supply chain incidents.

Key Features (Current as of v4.13 series in 2026)

Deployment & Setup

Docker setup

docker run -d -p 9090:8080 –name dtrack dependencytrack/bundled

Who Uses It & Why It’s Great for Large Orgs

It’s free (Apache 2.0 license), community-driven, and scales well for enterprises:

Limitations to Note