From 99fe1855d903cac865ac9eb751ab7c36ba41113e Mon Sep 17 00:00:00 2001 From: Ryan Dewhurst Date: Wed, 23 May 2018 14:54:34 +0200 Subject: [PATCH] Output is not plugin specific --- 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 ebe4e83c..b75eeb06 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 the plugin version. All of the plugin\'s past known vulnerabilities will be output to allow you to do your own manual investigation.') + puts warning('We could not determine the version installed. All of the past known vulnerabilities will be output to allow you to do your own manual investigation.') end vulnerabilities.output