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

scorecard enrich for xml sboms removes xmlns declarations #68

Open
schlenk opened this issue May 2, 2024 · 1 comment
Open

scorecard enrich for xml sboms removes xmlns declarations #68

schlenk opened this issue May 2, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@schlenk
Copy link

schlenk commented May 2, 2024

The XML processing for a CycloneDX SBOM (v1.5) seems to destroy the XML namespaces:

parlay scorecard enrich bom.cdx.xml

The xmlns declaration for the CycloneDX namespace gets stripped:

<bom xmlns:ns0="http://cyclonedx.org/schema/bom/1.5" ...>

ends up as:

<bom xmlns="" ...>

Version:

./parlay -v
0.4.0
@mcombuechen mcombuechen added the bug Something isn't working label May 2, 2024
@mcombuechen
Copy link
Collaborator

Thanks for submitting @schlenk!
We'll look into this and get back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants