etnetera / owasp-dependency-check

MIT License
6 stars 13 forks source link

installing owasp for the first time in my app #27

Closed andradenathan closed 3 months ago

andradenathan commented 3 months ago

Hey guys, there's something making me questionable about using owasp-dependency-check in my front-end app. Do I need also install Java to run the lib with npm or the Node.js Wrapper has its own transpiler or something to understand the binary Java code?

centi commented 3 months ago

Hi, this is just a wrapper for the original CLI tool, so you need all the requirements that the CLI has. So yes, you also need to have Java installed separately.