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

https://github.com/noraj/vrt-cli

A simple tool to visualize VRT (Vulnerability Rating Taxonomy) from the CLI.
https://github.com/noraj/vrt-cli

bugcrowd cli hacktoberfest taxonomy vrt vulnerability

Last synced: 6 months ago
JSON representation

A simple tool to visualize VRT (Vulnerability Rating Taxonomy) from the CLI.

Awesome Lists containing this project

README

          





Gem version
GitHub tag (latest SemVer)
License
Doc (Github)
Doc (rubydoc)

# vrt-cli

A simple tool to visualize [VRT][vrt-bc] (Vulnerability Rating Taxonomy) from the CLI. This gem is unofficial and is maintained by [noraj][boraj-gh] not by Bugcrowd.


vrt-ruby
vulnerability-rating-taxonomy"
vrt

## Install

```
gem install vrt-cli
```

## Usage

### CLI

```
$ vrt-cli -h
vrt-cli by noraj

Usage:
vrt-cli tree [--no-color --debug]
vrt-cli table [--sortby --order ] [--no-color --debug]
vrt-cli -h | --help
vrt-cli --version

Table options: can be used with list and search commands
-s , --sortby Column to sort by: priority, category, subcategory, variant [default: nil]
-o , --order Displayed in ascendant (asc) order or descendant order (dsc) [default: asc]

Other options:
--no-color Disable colorized output
--debug Display arguments
-h, --help Show this screen
--version Show version
```

### Library

```ruby
require 'vrt_cli'

vc = VrtCli::App.new

vc.sort(:priority)
vc.vulnerabilities
```

## Screenshots

**tree** view:

![](https://i.imgur.com/8rkBIBQ.png)

**table** view:

![](https://i.imgur.com/aU2OYt1.png)

![](https://i.imgur.com/dwQuV15.png)

[vrt-bc]:https://bugcrowd.com/vulnerability-rating-taxonomy
[boraj-gh]:https://github.com/noraj