Output the vulnerability fix if available

It just shows if there is a vulnerability fix.
It doesn't check if the fix matches with the current plugin version.
So you should check manually if you need to upgrade or not.
This commit is contained in:
Peter van der Laan
2013-10-29 13:42:40 +01:00
parent 924770f73e
commit ac9647d2b2

View File

@@ -14,7 +14,9 @@ class Vulnerability
puts ' | ' + red("* Reference: #{url}") if url puts ' | ' + red("* Reference: #{url}") if url
end end
end end
end if !fixed_in.empty?
puts " | * Fixed in: #{fixed_in}"
end
end
end end
end end