opensbom-generator / spdx-sbom-generator

Support CI generation of SBOMs via golang tooling.
396 stars 109 forks source link

SPDX SBOM Generator Bug Report #220

Closed yyosioka closed 3 years ago

yyosioka commented 3 years ago

Summary

I tried to run an app created in .net with spdx-sbom-generator, but I get "panic: runtime error".

Background

  1. Download spdx-sbom-generator-v0.0.10-windows-amd64
  2. Launch the command prompt.
  3. Run spdx-sbom-generator -p 'spdx-sbom-generator -p 'C:\tmp\wac.exe'' *wac.exe is an application created in .
  4. Observe the "panic: runtime error".:

Expected behavior

What is the cause of the error and what should I do?

Screenshots

error pneg

Repository

https://github.com/spdx/spdx-sbom-generator

Additional Context

Is it correct to assume that SBOMs can be output without implementation if they are created in the following environment?

The following environments GoMod (go) Cargo (Rust) Composer (PHP) DotNet (.NET) Maven (Java) NPM (Node.js) Yarn (Node.js) PIP (Python) Pipenv (Python) Gems (Ruby) Swift Package Manager (Swift)

Acceptance Criteria

When the SBOM of the application is output.

yyosioka commented 3 years ago

I solved it myself. I confirmed that the SBOM file can be output.