Versions in this module Expand all Collapse all v0 v0.0.1 Apr 12, 2016 Changes in this version + type MatchCriteria struct + CountIf string + DescriptionRegexps []string + ExternallyAccessible bool + IgnoreViolationWithCriteriaMatch bool + OrganizationIDs []int + PluginID int + Ports []int + RegionIDs []int + func NewMatchCriteria(pluginID int, externallyAccessible, ignoreViolationWithCriteriaMatch bool, ...) *MatchCriteria + func (m *MatchCriteria) CheckForViolation(r *Nessus6ResultRow) bool + type Nessus6ResultRow struct + CVE string + CVSS int + Description string + Host string + Name string + OrganizationID int + PluginID int + PluginOutput string + Port int + Protocol string + RegionID int + Risk string + SeeAlso string + Solution string + Synopsis string