You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Curently a conversion from spdx to cyclonedx creates purl references in cycloneDX like so:
"properties": [
{
"name": "spdx:external-reference:package-manager:purl",
"value": "pkg:whatever"
},
...
The "eternal-reference" type purl (and probably cpe for that matter) should be translated to the actual purl and/or cpe fields of the component in cycloneDX in order to be usable e.g. in DependencyTrack.
The text was updated successfully, but these errors were encountered:
Curently a conversion from spdx to cyclonedx creates purl references in cycloneDX like so:
"properties": [
{
"name": "spdx:external-reference:package-manager:purl",
"value": "pkg:whatever"
},
...
The "eternal-reference" type purl (and probably cpe for that matter) should be translated to the actual purl and/or cpe fields of the component in cycloneDX in order to be usable e.g. in DependencyTrack.
The text was updated successfully, but these errors were encountered: