Versions in this module Expand all Collapse all v0 v0.1.0 Jul 18, 2026 Changes in this version + const SeverityCritical + const SeverityHigh + const SeverityInfo + const SeverityLow + const SeverityMedium + type Entry struct + Category string + Description string + ID string + Matches []string + Name string + Remediation string + Severity string + type File struct + SecurityPatterns []Entry + func LoadFromFile(path string) (*File, error) + type ResolveResult struct + Edges []types.Edge + Nodes []types.Node + Warnings []ResolveWarning + func Resolve(f *File, codeNodes []types.Node, yamlPath string) ResolveResult + type ResolveWarning struct + PatternID string + Reason string + TargetRef string