This commit is contained in:
Christian Mehlmauer
2014-08-29 07:27:29 +02:00
parent 5f53297f58
commit 3131c6cb5d

View File

@@ -16,6 +16,11 @@ class WpItem
additional_output(verbose) if respond_to?(:additional_output)
if version.nil? && vulnerabilities.length > 0
puts
puts "#{amber('[+]')} We could not determine a version so all vulnerabilities are printed out"
end
vulnerabilities.output
end
end