Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 594 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 594 Bytes

cvebase-wiki

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

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