[Qbs] SBOM generation?
Christian Kandeler
christian.kandeler at qt.io
Wed Sep 2 15:34:50 CEST 2026
On 9/2/26 3:15 PM, Heiko Nardmann wrote:
> today I've been wondering whether it would make sense resp. would be
> possible to have some SBOM generator within Qbs.
Why don't you try writing such a module?
Not sure how easy it is to classify the components: External
dependencies might be detectable via e.g. cpp.*libraries, and perhaps
one could also find git submodules, but what about copied code? Rely on
"3rdparty" directory names or manual tagging?
Anyway, sounds like a lot of "fun".
Christian
More information about the Qbs
mailing list