class Risu::Parsers::Nessus::PostProcess::VLCRollups

Public Class Methods

new() click to toggle source
# File lib/risu/parsers/nessus/postprocess/vlc.rb, line 29
                                        def initialize
                                                @info =
                                                {
                                                        :description => "VLC Patch Rollup",
                                                        :plugin_id => -99970,
                                                        :plugin_name => "Missing the latest VLC Patches",
                                                        :item_name => "Update to the latest VLC",
                                                        :plugin_ids => [
                                                                58416,
                                                                60049,
                                                                63381,
                                                                66216,
                                                                72279,
                                                                69015,
                                                                70560,
                                                                78626,
                                                                55608,
                                                                63137,
                                                                100592, #VLC Media Player < 2.2.5 Multiple Vulnerabilities - 100592
105294, #VLC Media Player < 2.2.7 Overflow Condition

                                                        ]
                                                }
                                        end