Versions in this module Expand all Collapse all v1 v1.2.1 Apr 8, 2026 v1.2.0 Mar 30, 2026 Changes in this version + const Affected + const FalsePositive + func PathToString(vexRule VexRule) string + type Asset struct + ID string + ProjectID string + type CVE struct + CVE string + type DependencyNode struct + Children []*DependencyNode + Dependecy string + type DependencyTree struct + Nodes map[string]*DependencyNode + type Organization struct + CreatedAt time.Time + CreatedBy string + ID string + Trustscore float64 + UserIDs []string + type Project struct + ID string + OrganizationID string + Trustscore float64 + type User struct + ID string + type VexRule struct + Assessment string + AssetID string + CVE CVE + PathPattern dtos.PathPattern + Reasoning string + func CrowdsourcedVexing(dependencyPath []string, cve CVE, vexRules []VexRule, ...) (VexRule, error) + type Vote struct + Value float64 + Voters []struct{ ... }