Versions in this module Expand all Collapse all v0 v0.1.0 Jan 5, 2024 Changes in this version + func ParseSemgrepTextShort(filePath string, maxLength int) (string, bool, error) + type Finding struct + FilePath string + VulnDetails []VulnDetail + type Invocation struct + ExecutionSuccessful bool + ToolExecutionNotifications []Notification + type Notification struct + Descriptor struct{ ... } + Level string + Message struct{ ... } + type Result struct + Locations []struct{ ... } + Message struct{ ... } + RuleID string + Suppressions []struct{ ... } + type Rule struct + DefaultConfiguration struct{ ... } + FullDescription struct{ ... } + Help string + ID string + Name string + Properties RuleProperties + ShortDescription struct{ ... } + type RuleProperties struct + Precision string + SecuritySeverity string + Tags []string + type Run struct + Invocations []Invocation + Results []Result + Tool struct{ ... } + type SemgrepReportSarif struct + Runs []Run + Schema string + Version string + type SemgrepReportText struct + Runs []Run + Schema string + Version string + type VulnDetail struct + Autofix string + CodeSnippets []string + Description string + DetailsURL string + RuleName string