Add support for .Net core .deps.json files #2421
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
scan/vulnerability
Issues relating to vulnerability scanning
Milestone
Description
.Net core generates a [appname].deps.json alongside the executable which contains the dependencies of that executable. Parsing it would provide information on dependencies for deployed .Net core executables. Support for parsing .deps.json was already added to go-dep-parser in aquasecurity/go-dep-parser#103. Also, there is a WIP PR aquasecurity/fanal#550. @astevenson-microsoft doesn't seem to be available now. If someone wants to take it over, it would be great.
Issues
The text was updated successfully, but these errors were encountered: