No OWASP Dependency-Track videos yet. You could help us improve this page by suggesting one.
Based on our record, OWASP Dependency-Track should be more popular than FOSSA. It has been mentiond 19 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I've become interested in SBOM recently, and found there were great tools like https://dependencytrack.org/ for CycloneDX SBOMs, but all I have is SPDX SBOMs generated by GitHub. I decided to have a go at writing my own dependency track esque tool aiming to integrate with the APIs GitHub provides. It's pretty limited in functionality so far, but can give a high level summary of the types of licenses your... - Source: Hacker News / about 1 year ago
To detect these types of vulnerabilities, we should first and foremost know our dependencies and versions, and which of them have vulnerabilities. The OWASP Top 10 2021 identifies this need as A06:2021-Vulnerable and Outdated Components. OWASP has several tools for this, including Dependency Check and Dependency Track. These tools will warn about the use of components with vulnerabilities. - Source: dev.to / about 1 year ago
Https://dependencytrack.org/ You just need to use one of the various tools out there to scan. - Source: Hacker News / over 1 year ago
OWASP Dependency Track - https://dependencytrack.org/. Source: almost 2 years ago
I actually want to build the same thing you are after, and I think I’ll go for the setup you describe in idea 2. The tool you can use for this is Trivy (https://trivy.dev), have it generate a SBOM and send it to Dependencytrack (https://dependencytrack.org). Source: over 2 years ago
For now, we plan to continue using License Finder while keeping SaaS options like FOSSA in mind. - Source: dev.to / 5 months ago
FOSSA - Scalable, end-to-end management for third-party code, license compliance and vulnerabilities. - Source: dev.to / about 1 year ago
For us, there were a couple advantages. For context, I work at FOSSA (https://fossa.com/). Our core product solves software supply chain needs in enterprises (around licensing and security), and our core technology is around compiler, build, and source code analysis. Off the top of my head, 3 advantages stood out: 1. First, if you're not going that far off the beaten low-level path, Haskell has incredible... - Source: Hacker News / almost 2 years ago
In this example, we'll explain how to create SBOM with FOSSA, an open-source dependency management tool ranked as the most significant SCA solution by the Forrester Wave. It helps you protect your software from open source risks such as supply chain threats and license violations. - Source: dev.to / over 2 years ago
I saw https://fossa.com/ and https://anchore.com/ which seem to solve what I have in mind but I wanted to know if there's maybe an open source way of getting a better overview besides running trivy sbom everytime I want to know something about a given sbom file. Source: over 2 years ago
Snyk - Snyk helps you use open source and stay secure. Continuously find and fix vulnerabilities for npm, Maven, NuGet, RubyGems, PyPI and much more.
WhiteSource - Find & fix security and compliance issues in open source libraries in real-time.
Black Duck Software Composition Analysis - Black Duck Software Composition Analysis (SCA) provides a solution for managing open source security, quality, and license compliance risks that comes from the use of open source and third-party code.
Quick License Manager - Quick License Manager (QLM) is a license protection framework that creates professional and secure license keys to protect software against piracy.
SonarQube - SonarQube, a core component of the Sonar solution, is an open source, self-managed tool that systematically helps developers and organizations deliver Clean Code.
ScanCode - ScanCode is a suite of utilities used to scan a codebase for license, copyright and other...