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

No information found for components with a group #56

Closed
StefanFl opened this issue Feb 12, 2024 · 4 comments · Fixed by #57
Closed

No information found for components with a group #56

StefanFl opened this issue Feb 12, 2024 · 4 comments · Fixed by #57

Comments

@StefanFl
Copy link

My CycloneDX includes components like

    {
        "type": "library",
        "bom-ref": "@emotion/[email protected]",
        "group": "@emotion",
        "name": "react",
        "version": "11.11.3",
        "purl": "pkg:npm/%40emotion/[email protected]"
    },

Parly doesn't find any information for this component when using ecosystems enrich.

For other components like

    {
        "type": "library",
        "bom-ref": "[email protected]",
        "name": "regenerator-runtime",
        "version": "0.14.1",
        "purl": "pkg:npm/[email protected]"
    },

Parlay finds additional information.

The only differences is the group in the first kind of components. Do you have any idea, why it is not working with the group?

@mcombuechen
Copy link
Collaborator

Hey @StefanFl thanks for bringing this up. Let me look into this, I'll try to debug.

@mcombuechen
Copy link
Collaborator

Hey @StefanFl just letting you know that we've identified the bug and opened a PR to fix this, which we will merge and release soon. Thanks for reporting this!

@mcombuechen
Copy link
Collaborator

@StefanFl
Copy link
Author

Awesome, thank you very much

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

Successfully merging a pull request may close this issue.

2 participants