-
Notifications
You must be signed in to change notification settings - Fork 225
Description
Hello,
For many reasons, managing and resolving problems with projects that use vulnerable packages can be tricky. As a developer who consumes data about vulnerable packages, I wanted to know more about how the vulnerability could affect my project.
One of the metrics that could help me determine how it could affect me is knowing what vulnerable (affected) methods from the open-source library are used in my project directly or through transitive.
It would be nice to have information about the location of vulnerable (affected) methods in open-source libraries in normalized format. With that information, we could check the reachability of vulnerabilities in the project and prioritize issues by using it in projects.
I didn't find the same information in open-source, and it is probably the best place to request a feature or get some information on how we could achieve it.