osv VS osv.dev

Compare osv vs osv.dev and see what are their differences.

osv

Open source vulnerability DB and triage service. [Moved to: https://github.com/google/osv.dev] (by google)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
osv osv.dev
1 19
1,325 1,411
- 2.3%
10.0 9.7
3 months ago 5 days ago
Python Python
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

osv

Posts with mentions or reviews of osv. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-31.
  • Differ: Tool for testing and validating transformed programs
    6 projects | news.ycombinator.com | 31 Jan 2024
    https://google.github.io/clusterfuzz/setting-up-fuzzing/libf...

    > OSS-Fuzz runs CloudFuzz[Lite?] for many open source repos and feeds OSV OpenSSF Vulnerability Format: https://github.com/google/osv#current-data-sources

    .

    Google/syzkaller https://github.com/google/syzkaller :

    >> syzkaller is an unsupervised coverage-guided kernel fuzzer. Supported OSes: Akaros, FreeBSD, Fuchsia, gVisor, Linux, NetBSD, OpenBSD, Windows

    .

    ghidra-patchdiff-correlator:

osv.dev

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.
  • 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
  • Free tool for generating SBOM and CVEs against source or binaries
    3 projects | /r/cybersecurity | 21 Dec 2022
    Have a look at https://security.googleblog.com/2022/12/announcing-osv-scanner-vulnerability.html they have plans for c++ https://github.com/google/osv.dev/issues/783

What are some alternatives?

When comparing osv and osv.dev you can also consider the following projects:

CompCert - The CompCert formally-verified C compiler

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

Regshot - Regshot is a small, free and open-source registry compare utility that allows you to quickly take a snapshot of your registry and then compare it with a second one - done after doing system changes or installing a new software product

certspotter - Certificate Transparency Log Monitor

x509-limbo - A suite of testvectors for X.509 certificate path validation and tools for building them

betterscan-ce - Code Scanning/SAST/Static Analysis/Linting using many tools/Scanners + OpenAI GPT with One Report (Code, IaC) - Betterscan Community Edition (CE)

certificate-transparency-go - Auditing for TLS certificates (Go code)

Awesome-Fuzzing - A curated list of fuzzing resources ( Books, courses - free and paid, videos, tools, tutorials and vulnerable applications to practice on ) for learning Fuzzing and initial phases of Exploit Development like root cause analysis.

tincan-tls - A cleanroom implementation of TLS 1.3

notebooks - Just various notebooks I sometimes write to help me, no unifying theme

Botan - Cryptography Toolkit

roadmap - GitHub public roadmap