Skip to content

Update SBOM external reference type for source code URLs #231

Description

@tngraf

As of today we use

{
          "comment": "source archive (download location)",
          "type": "distribution",
          "url": "https://github.com/python-attrs/attrs/archive/tags/26.1.0.zip"
}

which is from CycloneDX 1.4.

For CycloneDX 1.6 and later and for Siemens Standard BOM this should be changed to

{
          "type": "source-distribution",
          "url": "https://github.com/python-attrs/attrs/archive/tags/26.1.0.zip"
}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions