Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sbom import #6964

Closed
AJquetta opened this issue Sep 13, 2024 · 5 comments
Closed

sbom import #6964

AJquetta opened this issue Sep 13, 2024 · 5 comments
Labels

Comments

@AJquetta
Copy link

Hello, I am trying to import a sbom in json file and I am using this command to import: ./cli/target/release/bin/dependency-check.sh --out . --scan /home/asad/a/file.json

But when i check the report it says no vulnerabilities detected, as I know it has vulnerable components, which I already checked.

Can anyone tell me what could be the problem.

Thanks.

@aikebah
Copy link
Collaborator

aikebah commented Sep 13, 2024

What part of the documentation makes you suspect that Owasp Dependency Checker will currently be consuming an SBOM?

This project does not use an SBOM as an input format.

It can consume a various build-tool dependency configurations (e.g. package(-lock).json, Maven pom.xml) and will try deriving library coordinates from binaries (jar-files, DLL files) and javascript files.

@marcelstoer
Copy link
Contributor

@AJquetta you seem to be looking for a feature that ain't there (first discussed at #5947).

@AJquetta
Copy link
Author

hi @marcelstoer and @aikebah , thanks for the reply.

I guess, I misunderstood, now its clear that dependency check wont import sbom.

Any other open source tool, which I can use?, I already tried GRYPE and Dependecy-track.

@marcelstoer
Copy link
Contributor

Those are both good candidates. You might want to take a look at https://github.com/owasp-dep-scan/dep-scan as well.

--> this issue should be closed

@AJquetta
Copy link
Author

Thanks.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants