verbose output

This commit is contained in:
Christian Mehlmauer
2013-12-08 00:52:07 +01:00
parent 1e1fdee5a7
commit c107422353
9 changed files with 29 additions and 20 deletions

View File

@@ -4,7 +4,7 @@ class Vulnerability
module Output
# output the vulnerability
def output
def output(verbose = false)
puts ' |'
puts ' | ' + red("* Title: #{title}")
references.each do |key, urls|