@actions/[email protected] triggers SNYK-JS-INFLIGHT-6095116 vulnerability warning #1901
Open
Description
@actions/[email protected] is triggering a vulnerability warning https://security.snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
The dependencies are
└─┬ @actions/[email protected]
└─┬ [email protected]
└─┬ [email protected]
└─┬ [email protected]
└── [email protected]
- This depends on issue Memory leak in inflight dependency rhalff/dot-object#83 which would need to update to minimum https://github.com/isaacs/node-glob/releases/tag/v9.0.0 to remove
inflight
.
$ npm view [email protected] deprecated
Glob versions prior to v9 are no longer supported
$ npm view inflight deprecated
This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.