We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
使用最新版本, 扫描spring boot打包成的jar包,生成cdx.json,metadata内容如下,其中多了一个purl内容,其他项目使用这个文件会解析出错,删除metadata里的purl内容即可 { "$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json", "bomFormat": "CycloneDX", "specVersion": "1.5", "version": 1, "metadata": { "component": { "bom-ref": "pkg:/@", "type": "application", "name": "", "purl": "pkg:/@" } },
{ "$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json", "bomFormat": "CycloneDX", "specVersion": "1.5", "version": 1, "metadata": { "component": { "bom-ref": "pkg:/@", "type": "application", "name": "", "purl": "pkg:/@" } },
使用go解析出错如下
failed to parse sbom: failed to parse root component: failed to parse metadata component: failed to parse PURL: purl is missing type or name
The text was updated successfully, but these errors were encountered:
luotianqi777
No branches or pull requests
使用最新版本, 扫描spring boot打包成的jar包,生成cdx.json,metadata内容如下,其中多了一个purl内容,其他项目使用这个文件会解析出错,删除metadata里的purl内容即可
{ "$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json", "bomFormat": "CycloneDX", "specVersion": "1.5", "version": 1, "metadata": { "component": { "bom-ref": "pkg:/@", "type": "application", "name": "", "purl": "pkg:/@" } },
使用go解析出错如下
failed to parse sbom: failed to parse root component: failed to parse metadata component: failed to parse PURL: purl is missing type or name
The text was updated successfully, but these errors were encountered: