1 Repo
Security logic provided as a library for integration into custom applications.
Distinct from Go Library Integrations: Focuses on the role as a programmable library rather than a standalone tool or a specific API integration.
Explore 1 awesome GitHub repository matching security & cryptography · Programmable Security Libraries. Refine with filters or upvote what's useful.
osv-scanner is a software composition analysis tool and vulnerability scanner that checks project dependencies and container images against the Open Source Vulnerabilities database. It functions as a dependency remediation tool and can be integrated into custom Go applications as a programmable security library. The project distinguishes itself through a remediation workflow that includes an interactive terminal user interface and automated scripting for upgrading vulnerable packages in lockfiles and manifests. It employs call-graph reachability analysis to determine if vulnerable code is act
Provides a programmable Go package for integrating vulnerability scanning logic directly into custom applications.