https://github.com/citguru/cver
A Simple commandline app for searching and looking up opensource vulnerabilities
https://github.com/citguru/cver
Last synced: 9 months ago
JSON representation
A Simple commandline app for searching and looking up opensource vulnerabilities
- Host: GitHub
- URL: https://github.com/citguru/cver
- Owner: CITGuru
- Created: 2020-06-08T07:33:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-01T09:55:49.000Z (about 5 years ago)
- Last Synced: 2025-04-07T14:48:09.883Z (9 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CVER
A simple commandline app for searching and looking up opensource vulnerabilities
# Installation
## Using Pip
```bash
$ pip install cver
```
## Manual
```bash
$ git clone https://github.com/citguru/cevr
$ cd cver
$ python setup.py install
```
# Usage
```bash
$ cver
```
## Search
`search `
```bash
$ cver search python
```
## Lookup
`search `
```bash
$ cver look-up CVE-2020-2121
```