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