Documentation ¶
Index ¶
Constants ¶
View Source
const ( CommandInjection = "command_injection" PathTraversal = "path_traversal" SQLInjection = "sql_injection" TemplateInjection = "template_injection" )
Variables ¶
View Source
var AllSanitizers = []string{ CommandInjection, PathTraversal, SQLInjection, TemplateInjection, }
Functions ¶
This section is empty.
Types ¶
type Sanitizers ¶
type Sanitizers []string
func (*Sanitizers) Set ¶
func (s *Sanitizers) Set(v string) error
func (*Sanitizers) String ¶
func (s *Sanitizers) String() string
func (*Sanitizers) Type ¶
func (s *Sanitizers) Type() string
Click to show internal directories.
Click to hide internal directories.