Project

vrt-cli

0.0
No release in over a year
A simple tool to visualize VRT (Vulnerability Rating Taxonomy) from the CLI.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.6
~> 2.2
~> 0.11
 Project Readme

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

vrt-cli

A simple tool to visualize VRT (Vulnerability Rating Taxonomy) from the CLI. This gem is unofficial and is maintained by noraj 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 <col> --order <dir>] [--no-color --debug]
  vrt-cli -h | --help
  vrt-cli --version

Table options: can be used with list and search commands
  -s <col>, --sortby <col>  Column to sort by: priority, category, subcategory, variant [default: nil]
  -o <dir>, --order <dir>   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

require 'vrt_cli'

vc = VrtCli::App.new

vc.sort(:priority)
vc.vulnerabilities

Screenshots

tree view:

table view: