Versions in this module Expand all Collapse all v1 v1.0.0 Mar 31, 2022 Changes in this version + type DependencyInfo struct + AdditionalSha1 string + ArtifactID string + Checksums *map[string]string + Children *[]DependencyInfo + Classifier string + Commit string + Deduped bool + DependencyFile string + DependencyType string + Filename string + GroupID string + Scope string + Sha1 string + SystemPath string + Type string + Version string + type EnhancedResult struct + DepId2VulnerableLib map[Id]VulnerableLib + Deps *map[Id]DependencyInfo + func (er EnhancedResult) DependencyTree() []DependencyInfo + func (er EnhancedResult) IsVulnerable() bool + func (er EnhancedResult) Print(w io.Writer) + type Id string + type LibScope int8 + const LSCompile + const LSDefault + const LSDev + const LSEmpty + const LSImport + const LSOptional + const LSOptionalDev + const LSProvided + const LSRuntime + const LSSystem + const LSTest + func LibScopeByText(s string) LibScope + func (ls LibScope) String() string + type LibType int8 + const LTEmpty + const LTFs + const LTGolang + const LTJava + const LTRuby + func (lt LibType) String() string + type Library struct + Artifact string + Commit string + GroupId string + IsProject bool + LScope LibScope + LType LibType + SystemPath string + Version string + type OperationResult struct + Direct *[]Id + Elapsed time.Duration + Err error + LType LibType + Libraries *map[Id]Library + LibraryToChildren *map[Id][]Id + ManifestFile string + Organ Organ + func (op *OperationResult) Print(w io.Writer) + func (op *OperationResult) TrackTime(start time.Time) + type Organ int8 + const OFS + const OGradle + const OMaven + const ORuby + func (organ Organ) String() string + type VulnerableLib struct + ArtifactId string + FileName string + GroupId string + PackageVersion interface{} + Sha1 string