crowdsec/pkg/appsec/appsec_rule/types.go
2023-12-04 22:49:11 +01:00

10 lines
142 B
Go

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