Versions in this module Expand all Collapse all v1 v1.108.0 Aug 31, 2026 v1.107.3 Aug 26, 2026 Changes in this version + const EvidenceID + const EvidenceSchemaURL + type Anchor struct + EndLine int + Path string + QuotedSpan string + Relocated bool + Revision string + RevisionSHA string + SpanSHA256 string + StartLine int + Supports []string + Verified bool + type CommitRef struct + CommitSHA string + CommittedAt string + Description string + Verified bool + type Data struct + ClassCounts map[string]int + Fingerprints []Fingerprint + GeneratedAt string + MinSupport int + Provenance Provenance + Repo RepoRef + Scan ScanStats + SchemaVersion string + SharedSurfaces []SharedSurface + TopRisks []TopRisk + type Evidence struct + Data Data + ID string + Schema string + func NewEvidence(data Data) *Evidence + type Fingerprint struct + Anchors []Anchor + AttackerPreconditions string + CWE []string + Class string + CommitDate string + CommitSHA string + CommitSubject string + Components []string + Confidence string + FailureContainment string + FixCompleteness string + FixKind string + FixShape string + GuardSymbols []string + ID string + IntroducedBy []CommitRef + IntroducedToFixedSeconds int64 + Invariant string + POC string + PatchID string + Reachability Reachability + ReachableFrom []string + RevertedBy string + RootCause string + Severity Severity + Sink string + SinkSymbols []string + Status string + Summary string + type Provenance struct + AdjudicationModel string + AdjudicationPromptID string + AnchorVerification string + CWECatalogVersion string + DecisionProfile string + InputProfile string + Protocol string + Tool string + ToolVersion string + TriageModel string + TriagePromptID string + type Reachability struct + After string + Before string + Verdict string + type RepoRef struct + HeadSHA string + Name string + Owner string + Ref string + URL string + type ScanStats struct + Abstained int + Adjudicated int + AdjudicationErrors int + AnchorsRejected int + AnchorsRelocated int + AnchorsVerified int + CommitsScanned int + CommitsSkipped int + CommitsTriaged int + DuplicatesMerged int + Findings int + InputTokens int64 + NoFinding int + OutputTokens int64 + Reconciles bool + Rejected int + TriageCandidates int + TriageErrors int + TruncatedUnresolved int + Unresolved []Unresolved + WallClockS float64 + Window ScanWindow + type ScanWindow struct + FromSHA string + LastN int + ToSHA string + type Severity struct + Level string + Score *float64 + Source string + Vector string + type SharedSurface struct + CheckHint string + Class string + EntryPoints []string + Guard []string + GuardKind string + OriginFixes []string + SinkSymbols []string + Support int + Surface string + type TopRisk struct + CWE []string + Classes []string + Component string + Evidence []string + FixCount int + Kind string + RecencyWeight float64 + Recurring bool + Severity string + SeverityMass int + type Unresolved struct + Reason string + SHA string