You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, our team is running into issues when we run the check: "owasp": "owasp-dependency-check --out=./dependency-check-reports --project=\"[projektname]\" --data=/tmp/dependency-check-data --format=HTML --format=HTML --scan=package-lock.json"
The problem happens with the npm packages: jest, webpack, webpack-dev-server
We used the recent version "owasp-dependency-check": "^0.0.21" and an older one (0.0.18).
The text was updated successfully, but these errors were encountered:
Thank you for anwsering, the problem is likely the node-version. When running the check with node-version: 14.16.1, we don't have any problems, but if we use 16.13.1 then we get the Child.process.exithandler error.
I have included a package-lock.json from a small sample project.
As for java, we use:
openjdk version "1.8.0_345"
OpenJDK Runtime Environment (Temurin)(build 1.8.0_345-b01)
OpenJDK 64-Bit Server VM (Temurin)(build 25.345-b01, mixed mode)
Hello, our team is running into issues when we run the check:
"owasp": "owasp-dependency-check --out=./dependency-check-reports --project=\"[projektname]\" --data=/tmp/dependency-check-data --format=HTML --format=HTML --scan=package-lock.json"
The problem happens with the npm packages: jest, webpack, webpack-dev-server
We used the recent version "owasp-dependency-check": "^0.0.21" and an older one (0.0.18).
The text was updated successfully, but these errors were encountered: