class Risu::Parsers::Nessus::PostProcess::MongoDBRollup

Public Class Methods

new() click to toggle source
# File lib/risu/parsers/nessus/postprocess/mongo_db.rb, line 29
                                        def initialize
                                                @info =
                                                {
                                                        :description => "MongoDB Patch Rollup",
                                                        :plugin_id => -99943,
                                                        :plugin_name => "Missing the latest MongoDB",
                                                        :item_name => "Update to the latest MongoDB",
                                                        :plugin_ids => [
122243, #MongoDB 2.6.x < 2.6.9, 3.0.x < 3.0.14, 3.2.x < 3.2.8 mongod

                                                        ]
                                                }
                                        end