Reputation: 12309
I have a CycloneDX-formatted sbom that includes this snippet. What does the pipe character in the dependsOn array mean?
Upvotes: 0
Views: 93
Reputation: 2098
What does the pipe character in the dependsOn array mean?
nothing in particular.
The values in the dependencies
are references to bom-ref
in the same document. see the docs.
The bom-ref
is an arbitrary string that must be unique in the document. The values do not need to have any meaning. see the docs.
see also: https://github.com/CycloneDX/cyclonedx-node-npm/blob/main/docs/result.md
Upvotes: 1