Skip to content
forked from google/osv.dev

Open source vulnerability DB and triage service.

License

Notifications You must be signed in to change notification settings

Paryyysaa/osv.dev

 
 

Repository files navigation

OpenSSF Scorecard

Documentation

Comprehensive documentation is available here.

Viewing the web UI

An instance of OSV's web UI is deployed at https://osv.dev.

Using the scanner

We provide a Go based tool that will scan your dependencies, and check them against the OSV database for known vulnerabilities via the OSV API.

Currently it is able to scan various lockfiles, debian docker containers, SPDX and CycloneDB SBOMs, and git repositories.

The scanner is located in it's own repository.

This repository

This repository contains all the code for running https://osv.dev on GCP. This consists of:

  • API server (gcp/api)
  • Web interface (gcp/appengine)
  • Workers for bisection and impact analysis (docker/worker)

You'll need to check out submodules as well for many local building steps to work:

git submodule update --init --recursive

Contributing

Contributions are welcome!

Learn more about code and data contributions. We also have a mailing list.

Do you have a question or a suggestion? Please open an issue.

Third party tools and integrations

There are also community tools that use OSV. Note that these are community built tools and unsupported by the core OSV maintainers.

Feel free to send a PR to add your project here.

About

Open source vulnerability DB and triage service.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 55.2%
  • Go 24.4%
  • Shell 7.7%
  • HTML 4.6%
  • SCSS 3.0%
  • HCL 2.4%
  • Other 2.7%