Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/project-zot/go-osv

Golang library/wrapper to interact with OSV db
https://github.com/project-zot/go-osv

Last synced: 15 days ago
JSON representation

Golang library/wrapper to interact with OSV db

Awesome Lists containing this project

README

        

# go-osv
Golang library to interact with OSV db

# Build

```
make
```

# Usage

## Lookup by package

```
osv -p jinja2 -r 2.4.1
```

## Lookup by commit hash

```
osv -c 6879efc2c1596d11a6a6ad296f80063b558d5e0f
```