github.com/crowdsecurity/crowdsec@v1.6.1/pkg/appsec/appsec_rule/types.go (about)

     1  package appsec_rule
     2  
     3  const (
     4  	ModsecurityRuleType = "modsecurity"
     5  )
     6  
     7  func SupportedTypes() []string {
     8  	return []string{ModsecurityRuleType}
     9  }