KemalWAF::Rule
Inherits YAML::Serializable / Struct / Value / Object
Rule structure
Constructors
new(id : Int32, msg : String, variables : Array(VariableSpec), pattern : Nil | String, action : String, transforms : Nil | Array(String), operator : Nil | String, paranoia_level : Int32 | Nil, severity : Nil | String, category : Nil | String, tags : Nil | Array(String), name : Nil | String)
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceInstance methods
action
Sourcecategory
Sourcecompile_pattern
Sourcecompiled_regex
Sourceid
Sourcemsg
Sourcename
Sourceoperator
Sourceparanoia_level
Sourcepattern
Sourceseverity
Sourcetags
Sourcetransforms
Sourcevariable_specs
Sourcevariables
Source