加载中
正在获取最新内容,请稍候...
正在获取最新内容,请稍候...
A command-line vulnerability scanner written in Go, leveraging the comprehensive data from OSV.dev to detect known vulnerabilities in your project's dependencies.
OSV-Scanner is an open-source command-line interface (CLI) tool designed to scan your software project's dependencies for known vulnerabilities by utilizing the aggregated vulnerability data provided by the OSV.dev project.
Automatically identifying known vulnerabilities in third-party software components is critical but often complex and time-consuming. OSV-Scanner automates this process, making it easy to find and address security issues in dependencies.
Directly queries the OSV.dev database for up-to-date and detailed vulnerability information across various ecosystems.
Analyzes project lockfiles and manifests (e.g., go.mod, package-lock.json, requirements.txt, pom.xml) to identify dependencies.
Built with Go for speed, efficiency, and easy deployment as a single binary.
OSV-Scanner is a versatile tool applicable in various stages of the software development lifecycle and security management:
Integrate OSV-Scanner into your continuous integration pipeline to automatically scan dependencies whenever code is pushed or merged.
Catch vulnerabilities early in the development process before deployment, reducing remediation costs.
Run the scanner locally on your development machine before committing code to quickly check for new vulnerabilities introduced by added or updated dependencies.
Empower developers to take ownership of dependency security and perform immediate checks.
Use OSV-Scanner to perform one-off or regular security audits of existing codebases, including legacy applications, to identify outdated dependencies with known issues.
Easily assess the security posture of projects for compliance requirements or general security hygiene.
You might be interested in these projects
Neko is a self-hosted virtual browser leveraging Docker and WebRTC to provide secure and low-latency remote access to a browser instance. Ideal for secure browsing, testing, and automation.
Node-RED is a flow-based programming tool for wiring together hardware devices, APIs, and online services as part of the Internet of Things. It provides a browser-based editor that makes it easy to wire together flows using the wide range of nodes in the palette.
A Fundamental End-to-End Speech Recognition Toolkit and Open Source SOTA Pretrained Models, Supporting Speech Recognition, Voice Activity Detection, Text Post-processing etc.