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

https://github.com/cvebase/cvebaser

A tool for interacting with cvebase data in Go
https://github.com/cvebase/cvebaser

Last synced: 19 days ago
JSON representation

A tool for interacting with cvebase data in Go

Awesome Lists containing this project

README

          

# cvebaser [![Go Report](https://goreportcard.com/badge/github.com/cvebase/cvebaser)](https://goreportcard.com/report/github.com/cvebase/cvebaser)

cvebaser is a tool for interacting with [`cvebase/cvebase.com`](https://github.com/cvebase/cvebase.com) data, built in Go.

## Install

cvebaser requires **go1.15+** for installation.

```
GO111MODULE=on go get -u -v github.com/cvebase/cvebaser/cmd/cvebaser
```

## Usage

Lint all files:
```
cvebaser lint -r
```

Lint files from a specific commit:
```
cvebaser lint -r -c
```

Export all cvebase PoCs to json file:
```
cvebaser export -r -o pocs.json
```

## License

[MIT License](LICENSE)