Skip to content
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

build-public may expose internal URLs in the component.externalReferences field #243

Open
cedricwritescode opened this issue Jul 26, 2024 · 0 comments
Assignees
Milestone

Comments

@cedricwritescode
Copy link
Contributor

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"
    },
@italvi italvi added this to the 1.0.0 milestone Jul 26, 2024
@italvi italvi assigned Matze08 and unassigned CBeck-96 Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants