owasp-dep-scan / dep-scan

OWASP dep-scan is a next-generation security and risk audit tool based on known vulnerabilities, advisories, and license limitations for project dependencies. Both local repositories and container images are supported as the input, and the tool is ideal for integration.
https://owasp.org/www-project-dep-scan/
MIT License
986 stars 97 forks source link

[v6] choices for reachability analysis #307

Open prabhu opened 4 months ago

prabhu commented 4 months ago

We currently use forward-reachability analysis based on automatic tags, by default. We could offer options to use backward-reachability or analyzing based on arbitrary input and out tags.