-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug(cyclonedx): wrong purl for local Go dependencies #5449
Comments
@DmitriyLewen We should include local dependencies. In case we cannot generate PURL, we should use UUID.
|
After the fix in #5448 I am now instead getting:
|
Hello @MPV |
Yes, see: |
Hello @MPV But It is strange. We don't fill purl field for local Go dependencies: {
"name": "./api",
"SPDXID": "SPDXRef-Package-cab1689fa6aee0c7",
"versionInfo": "(devel)",
"supplier": "NOASSERTION",
"downloadLocation": "NONE",
"licenseConcluded": "NONE",
"licenseDeclared": "NONE",
"copyrightText": "",
"primaryPackagePurpose": "LIBRARY"
}, GitHub docs say that file must follow SPDX format - https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/exporting-a-software-bill-of-materials-for-your-repository |
Discussed in #5434
We don't create PURL for local Go dependencies, but still create CycloneDX component:
The text was updated successfully, but these errors were encountered: