We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
inflight@1.0.6 has a vulnerability of "Missing Release of Resource after Effective Lifetime". https://security.snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 Nx depends on glob@7.1.6 which depends on inflight@1.0.6.
Expected Behavior No vulnerability. As suggested in https://security.snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 glob lib should be updated to latest 10.x.x version (which is not depends on inflight)
Steps to Reproduce package.json file includes: "glob": "7.1.6",
"glob": "7.1.6",
Navigate to https://security.snyk.io/vuln/?search=inflight
The text was updated successfully, but these errors were encountered:
I just opened #822 which should resolve this.
Sorry, something went wrong.
Fixed in #822 and released in v3.35.0.
No branches or pull requests
inflight@1.0.6 has a vulnerability of "Missing Release of Resource after Effective Lifetime".
https://security.snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
Nx depends on glob@7.1.6 which depends on inflight@1.0.6.
Expected Behavior
No vulnerability.
As suggested in https://security.snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
glob lib should be updated to latest 10.x.x version (which is not depends on inflight)
Steps to Reproduce
package.json file includes:
"glob": "7.1.6",
Navigate to https://security.snyk.io/vuln/?search=inflight
The text was updated successfully, but these errors were encountered: