From 5820c53d0feee813a4053d192d6ca5f8555b1d33 Mon Sep 17 00:00:00 2001 From: Ryan Dewhurst Date: Wed, 23 May 2018 14:32:04 +0200 Subject: [PATCH] More informative output --- lib/common/models/wp_item/output.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/models/wp_item/output.rb b/lib/common/models/wp_item/output.rb index 055e7699..aa15f133 100644 --- a/lib/common/models/wp_item/output.rb +++ b/lib/common/models/wp_item/output.rb @@ -23,7 +23,7 @@ class WpItem if version.nil? && vulnerabilities.length > 0 puts - puts warning('We could not determine a version so all vulnerabilities are printed out') + puts warning('We could not determine the plugin version. All of the plugins past known vulnerabilities will be output to allow you to do your own manual investigation.') end vulnerabilities.output