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

PIP Comp Detect Adapter - No License or Supplier information #802

Open
samuelc7 opened this issue Nov 15, 2024 · 0 comments
Open

PIP Comp Detect Adapter - No License or Supplier information #802

samuelc7 opened this issue Nov 15, 2024 · 0 comments
Labels
needs investigation Our team will investigate and determine next actions

Comments

@samuelc7
Copy link

The scan manifest file that Component Detection creates shows license and author information of each pip package that was detected. The sbom-tool does not correctly collect that information - it shows "NO ASSERTION" for the license declared and "NO ASSERTION" for the supplier:

ScanManifest-2024....json (Comp Detect file)

"component": {
        "name": "torch",
        "version": "2.5.1",
        "author": "PyTorch Team",
        "license": "BSD-3-Clause",
        "type": "Pip",
        "id": "torch 2.5.1 - pip",
        "packageUrl": {
          "Scheme": "pkg",
          "Type": "pypi",
          "Namespace": null,
          "Name": "torch",
          "Version": "2.5.1",
          "Qualifiers": null,
          "Subpath": null
        }
      }

manifest.spdx.json (sbom-tool)

{
      "name": "torch",
      "SPDXID": "SPDXRef-Package-A40751563D79B440AD6920A1E59C425463CBCF0A7835485457E3BAFBD06B4260",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "NOASSERTION",
      "copyrightText": "NOASSERTION",
      "versionInfo": "2.5.1",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE-MANAGER",
          "referenceType": "purl",
          "referenceLocator": "pkg:pypi/[email protected]"
        }
      ],
      "supplier": "NOASSERTION"
    },
@jalkire jalkire added the needs triage Default status upon issue submission label Nov 16, 2024
@jlperkins jlperkins added needs investigation Our team will investigate and determine next actions and removed needs triage Default status upon issue submission labels Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs investigation Our team will investigate and determine next actions
Projects
None yet
Development

No branches or pull requests

3 participants