To use the dependency checker on your system:
- Download the command line dependency checker from the following url :
https://owasp.org/www-project-dependency-check/
- Extract the zip file to a location on your computer.
- Put the ‘bin’ directory of the dependency checker into the PATH environment variable of your system.
- Make sure that Java is installed, and JAVA_HOME is set up properly.
- Open a command prompt or terminal and run the following command:
For windows: ./dependency-check.bat --project "WolfpackShop" --scan <path to WolfpackShop project codebase on your machine> --out <output directory>
For Mac and *nix: ./dependency-check.sh --project "WolfpackShop" --scan <path to WolfpackShop project codebase on your machine> -o <output directory>
- The generated report is in <output directory>.
Additional information on using the dependency checker is available at https://jeremylong.github.io/DependencyCheck/dependency-check-cli/index.html.