Metadata-Version: 2.1
Name: cvebase-wiki
Version: 0.1.5
Summary: cvebase's command line tool for interacting with cvebase.com wiki data
Home-page: https://www.cvebase.com/
License: MIT
Keywords: cvebase,cve,infosec,wiki,vulnerabilities
Author: cvebase
Author-email: hello@cvebase.com
Maintainer: cvebase
Maintainer-email: hello@cvebase.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=7.1.2,<8.0.0)
Requires-Dist: cvebased (>=0.1.7,<0.2.0)
Requires-Dist: python-editor (>=1.0.4,<2.0.0)
Requires-Dist: rich (>=9.2.0,<10.0.0)
Project-URL: Repository, https://github.com/cvebase/cvebase-wiki
Description-Content-Type: text/markdown

# cvebase-wiki

cvebase's command line tool for interacting with cvebase.com wiki data.

* [Visit cvebase.com web app](https://www.cvebase.com/)
* [View wiki repo on GitHub (cvebase/cvebase.com)](https://github.com/cvebase/cvebase.com)

## Installation

```
python3 -m pip install cvebase-wiki --upgrade
```

## Usage

Lint all CVE & Researcher markdown files.

```
cvebase-wiki lint -r <path to cvebase.com repo>
```

Edit CVE file. Looks for ${EDITOR} env variable, then system editor in order: vim, emacs, nano.

```
cvebase-wiki edit -t <path to cvebase.com repo> -t cve CVE-2020-14882
```

