dependency-check

Scans dependencies for known security vulnerabilities

brewmacoslinux
Try with needOr install directly
Source

About

OWASP dependency-check

Commands

dependency-checkdependency-check.sh

Examples

Scan a project directory for vulnerable dependencies$ dependency-check --project MyApp --scan /path/to/project
Generate an HTML report of vulnerability findings$ dependency-check --project MyApp --scan /path/to/project --format HTML --out ./reports
Scan with specific file type and fail on high severity issues$ dependency-check --project MyApp --scan /path/to/project --failOnCVSS 7