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
If company internal URLs are provided in a components externalReferences field inside an SBOM, they should get deleted once build-public is executed. This is especially the case when SBOMs are generated using Conan.
"component": {
"author": "ACME",
"bom-ref": "pkg:conan/[email protected]",
"copyright": "ACME 2024, all rights reserved",
"description": "A test package",
"externalReferences": [
{
"type": "website",
"url": "https://internal.acme.com/some_internal_url"
}
],
"name": "testpackage",
"type": "application",
"version": "1.0.0"
},
The text was updated successfully, but these errors were encountered:
If company internal URLs are provided in a components
externalReferences
field inside an SBOM, they should get deleted once build-public is executed. This is especially the case when SBOMs are generated using Conan."author": "ACME",
"bom-ref": "pkg:conan/[email protected]",
"copyright": "ACME 2024, all rights reserved",
"description": "A test package",
"externalReferences": [
{
"type": "website",
"url": "https://internal.acme.com/some_internal_url"
}
],
"name": "testpackage",
"type": "application",
"version": "1.0.0"
},
The text was updated successfully, but these errors were encountered: