trivy
trivy copied to clipboard
feat(dotnet): add dependency graph support for .deps.json files
Discussed in https://github.com/aquasecurity/trivy/discussions/5208
.deps.json files have target array with information about child dependencies.
We can use it to build dependency tree.
Related PR - https://github.com/aquasecurity/go-dep-parser/pull/258
What is the state of this feature?
we don't work on this issue at the moment. If you have time - you can create PR and we will review it.