Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListRulesFiles ¶
func ListRulesFiles() []string
func RulesChanges ¶
Types ¶
type Cache ¶
type Cache struct {
AllOf []AllOf `yaml:"allOf"`
OneOf []OneOf `yaml:"oneOf"`
TimeLapse int64 `yaml:"timeLapse"`
MinCount int `yaml:"minCount"`
Save []SavedField `yaml:"save"`
}
type Rule ¶
type Rule struct {
Name string `yaml:"name"`
Severity string `yaml:"severity"`
Description string `yaml:"description"`
Solution string `yaml:"solution"`
Category string `yaml:"category"`
Tactic string `yaml:"tactic"`
DataTypes []string `yaml:"dataTypes"`
Reference []string `yaml:"reference"`
Frequency int64 `yaml:"frequency"`
Cache []Cache `yaml:"cache"`
Search []Search `yaml:"search"`
}
type SavedField ¶
type Search ¶
type Search struct {
Query string `yaml:"query"`
MinCount int `yaml:"minCount"`
Save []SavedField `yaml:"save"`
}
Click to show internal directories.
Click to hide internal directories.