OpossumUI icon indicating copy to clipboard operation
OpossumUI copied to clipboard

Enhancement: Allow SPDX JSON documents as input

Open rnjudge opened this issue 4 years ago • 2 comments

Many analysis and inventory tools already create SPDX documents. Instead of requiring special OpossumUI JSON schema as input, why not allow using an SPDX JSON document as input? This makes sense especially if OpossumUI can already export SPDX JSON/YAML documents. It would also make OpossumUI more interoperable with existing SBOM tooling.

rnjudge avatar Oct 19 '21 22:10 rnjudge

The goal is to have direct SPDX JSON import, yes.

But that is also indirectly already possible via https://github.com/opossum-tool/opossum.lib.hs, which allows you to convert SPDX 2.2 JSON to Opossum input files.

maxhbr avatar Oct 21 '21 14:10 maxhbr

~~And there is also https://github.com/tern-tools/tern/issues/1064~~

maxhbr avatar Oct 21 '21 19:10 maxhbr

Duplicate of #1592

mstykow avatar Mar 05 '24 12:03 mstykow