Versions in this module Expand all Collapse all v1 v1.8.1 Jun 30, 2024 Changes in this version + const InputDirectory + const InputFile + const InputImage + const NOASSERTION + const NONE + func Description(p pkg.Package) string + func DocumentName(src source.Description) string + func DocumentNameAndNamespace(src source.Description, desc sbom.Descriptor) (string, string) + func DocumentNamespace(name string, src source.Description, desc sbom.Descriptor) string + func DownloadLocation(p pkg.Package) string + func HDigestFromSHA(algorithm string, digest string) (string, error) + func HDigestToSHA(digest string) (string, string, error) + func Homepage(p pkg.Package) string + func License(p pkg.Package) (concluded, declared string) + func NoneIfEmpty(value string) string + func Originator(p pkg.Package) (typ string, author string) + func SanitizeElementID(id string) string + func SourceInfo(p pkg.Package) string + func Supplier(p pkg.Package) (typ string, author string) + type ExternalRef struct + Comment string + ReferenceCategory ReferenceCategory + ReferenceLocator string + ReferenceType ExternalRefType + func ExternalRefs(p pkg.Package) (externalRefs []ExternalRef) + type ExternalRefType string + const BowerExternalRefType + const Cpe22ExternalRefType + const Cpe23ExternalRefType + const MavenCentralExternalRefType + const NpmExternalRefType + const NugetExternalRefType + const PurlExternalRefType + const SwhExternalRefType + type FileType string + const ApplicationFileType + const ArchiveFileType + const AudioFileType + const BinaryFileType + const DocumentationFileType + const ImageFileType + const OtherFileType + const SourceFileType + const SpdxFileType + const TextFileType + const VideoFileType + type ReferenceCategory string + const OtherReferenceCategory + const PackageManagerReferenceCategory + const SecurityReferenceCategory + type RelationshipType string + const AmendsRelationship + const AncestorOfRelationship + const BuildDependencyOfRelationship + const BuildToolOfRelationship + const ContainedByRelationship + const ContainsRelationship + const CopyOfRelationship + const DataFileOfRelationship + const DependencyManifestOfRelationship + const DependencyOfRelationship + const DependsOnRelationship + const DescendantOfRelationship + const DescribedByRelationship + const DescribesRelationship + const DevDependencyOfRelationship + const DevToolOfRelationship + const DistributionArtifactRelationship + const DocumentationOfRelationship + const DynamicLinkRelationship + const ExampleOfRelationship + const ExpandedFromArchiveRelationship + const FileAddedRelationship + const FileDeletedRelationship + const FileModifiedRelationship + const GeneratedFromRelationship + const GeneratesRelationship + const HasPrerequisiteRelationship + const MetafileOfRelationship + const OptionalComponentOfRelationship + const OptionalDependencyOfRelationship + const OtherRelationship + const PackageOfRelationship + const PatchAppliedRelationship + const PatchForRelationship + const PrerequisiteForRelationship + const ProvidedDependencyOfRelationship + const RuntimeDependencyOfRelationship + const StaticLinkRelationship + const TestCaseOfRelationship + const TestDependencyOfRelationship + const TestOfRelationship + const TestToolOfRelationship + const VariantOfRelationship + type SPDXLicense struct + ID string + Value string + func ParseLicenses(raw []pkg.License) (concluded, declared []SPDXLicense)