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

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

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
```