tern icon indicating copy to clipboard operation
tern copied to clipboard

The support for C or C++ projects or containers

Open usmankhanisb opened this issue 2 years ago • 3 comments

Please read the Code of Conduct before you proceed Code of Conduct

Ask your question here I am using couple of tools to generate SBOM but no success with C or C++ projects, can you please inform if C code is there or C compiled project is there that will you check all dependencies?

usmankhanisb avatar Jun 22 '22 14:06 usmankhanisb

Hi @usmankhanisb. Is there a particular container base image you're inquiring about or are you asking about c/c++ binary blobs that are copied into a container?

rnjudge avatar Jun 22 '22 17:06 rnjudge

The directory of project code probably, but even in containers if code is residing in file system than will it check C or C++

Regards, Usman Khan


From: Rose Judge @.> Sent: Wednesday, June 22, 2022 7:15:59 PM To: tern-tools/tern @.> Cc: usmankhanisb @.>; Mention @.> Subject: Re: [tern-tools/tern] The support for C or C++ projects or containers (Issue #1178)

Hi @usmankhanisbhttps://github.com/usmankhanisb. Is there a particular container base image you're inquiring about or are you asking about c/c++ binary blobs that are copied into a container?

— Reply to this email directly, view it on GitHubhttps://github.com/tern-tools/tern/issues/1178#issuecomment-1163401321, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AJNPR2VXFYGG2XTIE3FBBL3VQNC47ANCNFSM5ZQNH5BQ. You are receiving this because you were mentioned.Message ID: @.***>

usmankhanisb avatar Jun 23 '22 06:06 usmankhanisb

Tern doesn't have the capability to inventory binary blobs. So if a C or C++ binary is copied intothe container then, no, it will not inventory it. If there's a C or C++ package installed by a package manager, Tern will attempt to inventory this.

rnjudge avatar Jun 27 '22 18:06 rnjudge