class Risu::Parsers::Nessus::PostProcess::FileZillaClient

Public Class Methods

new() click to toggle source
# File lib/risu/parsers/nessus/postprocess/filezilla.rb, line 29
def initialize
        @info =
        {
                :description => "FileZilla Client Patch Rollup",
                :plugin_id => -99974,
                :plugin_name => "Missing the latest FileZilla Client Patches",
                :item_name => "Update to the latest FileZilla Client",
                :plugin_ids => [
                        69476, #FileZilla Client < 3.7.2 SFTP Integer Overflow
                        69494, #FileZilla Client < 3.7.3 Multiple Vulnerabilities
                ]
        }
end