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
According to the CVE this vulnerability affects process.binding():
Affected versions of this package are vulnerable to Arbitrary Code Injection. The use of the deprecated API process.binding() can bypass the policy mechanism by requiring internal modules and eventually take advantage of process.binding('spawn_sync') run arbitrary code, outside of the limits defined in a policy.json file.
Node 18.16.1 includes a high severity vulnerability reported by Snyk. Updating base images to 18.17.1 removes this vulnerability.
https://security.snyk.io/vuln/SNYK-UPSTREAM-NODE-5848038
Happy to open a PR for this if that helps.
The text was updated successfully, but these errors were encountered: