Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/project-zot/go-osv
- Owner: project-zot
- License: apache-2.0
- Created: 2022-10-28T20:25:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-13T05:02:16.000Z (about 2 years ago)
- Last Synced: 2023-03-04T05:27:16.745Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```