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
- Host: GitHub
- URL: https://github.com/cvebase/cvebaser
- Owner: cvebase
- License: mit
- Created: 2020-12-16T23:58:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-23T20:09:09.000Z (over 5 years ago)
- Last Synced: 2025-12-17T05:50:44.655Z (6 months ago)
- Language: Go
- Size: 53.7 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)