PassiveScan
Constants
ALLOWED_MATCHERS_CONDITIONS = {"and", "or"}
Constructors
Instance methods
category
Sourceid
Sourceinfo
Sourceinfo=(info : Info)
Sourceload_warnings
Non-fatal load problems: a broken matcher the rule can still fire
without (an or rule with one good matcher left). Reported so the
rule's reduced coverage is visible instead of silent.
matchers
Sourcematchers_condition
Sourcetechs
Sourcevalid?
A rule is usable when it has an id, a non-empty info name, at least one matcher, all matchers are valid (allowed type, condition, non-empty patterns), valid severity, matchers_condition is 'and' or 'or', and at least one matcher can actually fire.
validation_errors
Source