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

operation system package don't work #29

Closed
fingeromer opened this issue Jun 28, 2023 · 3 comments · Fixed by #40
Closed

operation system package don't work #29

fingeromer opened this issue Jun 28, 2023 · 3 comments · Fixed by #40
Labels
bug Something isn't working

Comments

@fingeromer
Copy link

I run cat before_parlay.json | ./parlay ecosystems enrich -

on:

{
  "bomFormat": "CycloneDX",
  "specVersion": "1.3",
  "serialNumber": "1",
  "version": 1,
  "metadata": {
    "timestamp": "1496244605"
  },
  "component": {
    "name": "api",
    "type": "application"
  },
  "components": [
    {
      "type": "library",
      "name": "musl",
      "version": "1.2.3-r3",
      "purl": "pkg:apk/alpine/musl@1.2.3-r3?arch=x86_64"
    }
  ]
}

and the result is not enriched.
Here is the ecosyste.ms link

@garethr
Copy link
Collaborator

garethr commented Aug 13, 2023

I think this fix may apply here, related to a bug in mapping the alpine purls to the backend data.

@garethr garethr added the bug Something isn't working label Aug 19, 2023
@garethr
Copy link
Collaborator

garethr commented Aug 20, 2023

This commit should fix this issue #40

@mcombuechen
Copy link
Collaborator

Closing this since a fix for apk was merged and released some time ago. If the issue still persists, please let us know and we can re-open this.

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

Successfully merging a pull request may close this issue.

3 participants