tools icon indicating copy to clipboard operation
tools copied to clipboard

SPDX generators for C++?

Open huornlmj opened this issue 2 years ago • 1 comments

Is there a good / reliable / maintained tool suitable for generating SPDX format files from C++ projects?

huornlmj avatar Oct 28 '22 12:10 huornlmj

@huornlmj Are you looking for 1) a library to be used within a C++ project to generate SPDX and/or are you looking for 2) a tool which in any language which can generate SPX for C++ projects?

For 1) - I am not aware of any libraries written in C++ for SPDX, but I do know the Yocto project generates SPDX and might be worth looking into For 2) - As with 1) - Yocto may be a place to start. The SBOM Generator supports a number of language options - this may also provide a starting point.

@kestewart - Any other suggestions?

goneall avatar Oct 28 '22 15:10 goneall