osv.dev

Open source vulnerability DB and triage service. (by google)

Osv.dev Alternatives

Similar projects and alternatives to osv.dev

  1. qutebrowser

    A keyboard-driven, vim-like browser based on Python and Qt.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. Caddy

    Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS

  4. ghidra

    131 osv.dev VS ghidra

    Ghidra is a software reverse engineering (SRE) framework

  5. dizquetv

    104 osv.dev VS dizquetv

    Create live TV channels from your own media. Access the streams using the simulated HDHomerun tuner or the generated M3U URl.

  6. trivy

    92 osv.dev VS trivy

    Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more

  7. roadmap

    GitHub public roadmap

  8. hacker-scripts

    71 osv.dev VS hacker-scripts

    Based on a true story

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. Video-Hub-App

    67 osv.dev VS Video-Hub-App

    Official repository for Video Hub App

  11. hof

    Framework that joins data models, schemas, code generation, and a task engine. Language and technology agnostic.

  12. Mycodo

    33 osv.dev VS Mycodo

    An environmental monitoring and regulation system

  13. stealth

    26 osv.dev VS stealth

    :rocket: Stealth - Secure, Peer-to-Peer, Private and Automateable Web Browser/Scraper/Proxy

  14. file

    14 osv.dev VS file

    Read-only mirror of file CVS repository, updated every half hour. NOTE: do not make pull requests here, nor comment any commits, submit them usual way to bug tracker or to the mailing list. Maintainer(s) are not tracking this git mirror.

  15. notebooks

    2 osv.dev VS notebooks

    Just various notebooks I sometimes write to help me, no unifying theme (by afiodorov)

  16. betterscan

    Code Scanning/SAST/Static Analysis/Linting using many tools/Scanners with One Report (Code, IaC) - Betterscan

  17. osv-scanner

    Vulnerability scanner written in Go which uses the data provided by https://osv.dev

  18. magika

    7 osv.dev VS magika

    Detect file content types with deep learning

  19. pyscan

    7 osv.dev VS pyscan

    python dependency vulnerability scanner, written in Rust.

  20. certspotter

    Certificate Transparency Log Monitor

  21. well-known-uris

    Registry for Well Known URIs

  22. exhibitor

    6 osv.dev VS exhibitor

    Discontinued Snappy and delightful React component workshop

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better osv.dev alternative or higher similarity.

osv.dev discussion

Log in or Post with

osv.dev reviews and mentions

Posts with mentions or reviews of osv.dev. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-15.
  • Blocking unsafe open source dependencies in pull requests with Minder and OSV.dev
    1 project | dev.to | 29 May 2024
    Using data from the open source OSV.dev project and other sources, Minder can now block pull requests that contain malicious and deprecated packages, so that they can’t inadvertently be merged into your code.
  • Magika: AI powered fast and efficient file type identification
    15 projects | news.ycombinator.com | 15 Feb 2024
    Is it safe to assume that hashing (1) every file on disk, or (2) any given file on disk at random, will yield random bits with uniform probability; and (3) why Argon2 instead of e.g. only two rounds of SHA256?

    https://github.com/google/osv.dev/blob/master/README.md#usin... :

    > 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. ... With package metadata, not (a file hash, package) database that could be generated from OSV and the actual package files instead of their manifest of already-calculated checksums.

    Might as well be heating a pool on the roof with all of this waste heat from hashing binaries build from code of unknown static and dynamic quality.

    Add'l useful formats:

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

  • Dependabot vs RenovateBot
    2 projects | /r/golang | 27 Jun 2023
    Also it supports an alternative sources of CVEs with https://osv.dev
  • Pyscan: A command-line tool to detect security issues in your python dependencies.
    2 projects | /r/Python | 17 May 2023
    https://osv.dev its open source and even has a free API with almost all the popular languages. One of the inspirations for my project.
  • Announcing Pyscan: A dependency vulnerability scanner for python projects.
    3 projects | /r/u_aswin__ | 15 May 2023
    pyscan uses OSV as its database for now. There are plans to add a few more.
  • We should start to add “ai.txt” as we do for “robots.txt”
    7 projects | news.ycombinator.com | 10 May 2023
    JSON-LD or RDFa (RDF in HTML attributes) in at least the /index.html the HTML footer should be sufficient to indicate that there is structured linked data metadata for crawlers that then don't need an HTTP request to a .well-known URL /.well-known/ai_security_reproducibility_carbon.txt.jsonld.json

    OSV is a new format for reporting security vulnerabilities like CVEs and an HTTP API for looking up CVEs from software component name and version. https://github.com/google/osv.dev#third-party-tools-and-inte... :

    > 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, -- (repo2docker REES config files) -- debian docker containers, SPDX and CycloneDB SBOMs, and git repositories.

  • Ask HN: Most interesting tech you built for just yourself?
    149 projects | news.ycombinator.com | 27 Apr 2023
    Something I've recently worked on is building an SQLite database of all the dependencies my organisation uses, which makes it possible to write our own queries and reports. The tool is all Open Source (https://dmd.tanna.dev) and has a CLI as well as the SQLite data.

    Ive used it to look for software that's out of date (via https://endoflife.date), to find vulnerablilities (via https://osv.dev) and get license information (via https://deps.dev)

    It's been hugely useful for us understanding use of internal and external dependencies, and I wish I'd built it earlier in my career so I could've had it for other companies I've worked at!

  • Malicious library inits?
    2 projects | /r/golang | 15 Jan 2023
    Something like osv-scanner (https://osv.dev/), Github's depandabot etc would help to a great extend in detecting malicious dependencies. Not much else be done I guess
  • Distributed vulnerability database for Open Source
    1 project | news.ycombinator.com | 3 Jan 2023
  • SBOM and dependencies check tool and vulnerabilities database from Google
    3 projects | /r/cybersecurity | 28 Dec 2022
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 25 Mar 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic osv.dev repo stats
20
1,784
9.9
5 days ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Python is
the 2nd most popular programming language
based on number of references?