crowdsec/pkg/waf/waap_rule/types.go
Sebastien Blot 118da5b423
up
2023-11-23 09:56:58 +01:00

10 lines
140 B
Go

package waap_rule
const (
ModsecurityRuleType = "modsecurity"
)
func SupportedTypes() []string {
return []string{ModsecurityRuleType}
}