Versions in this module Expand all Collapse all v0 v0.0.7 May 30, 2026 v0.0.6 May 29, 2026 Changes in this version + func GetBash(data config.Data) interface + func MergeDenyRules(data config.Data, rules []DenyRule) (added int, addedPatterns []string, existing []string) + func RemoveDenyRules(bashMap map[string]interface{}, rules []DenyRule) (removed int, removedPatterns []string) + type DenyRule struct + Pattern string + Reason string