Replies: 1 comment 6 replies
-
@spnzig I will have a think about this. Currently, we rely on blint to parse .so files and dosai for .dll files. Perhaps, |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running cdxgen command to generate an SBOM for my project from the root directory. Two level deeper from the root, I have a binary directory with .so and .dll files. These files should ideally be analysed by cdxgen using binary-analysis-technique and must be reported in bom.json. However, the bom.json has components that are only identified by manifest-analysis or source-code-analysis.
If I run cdxgen command from the /bin directory, then the SBOM will have components from the .so and .dll files.
How can I generate an exhaustive sbom from the root directory (containing source files, manifest and binary file types)
Beta Was this translation helpful? Give feedback.
All reactions