indexzero / nconf

Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.
https://github.com/indexzero/nconf
MIT License
3.87k stars 255 forks source link

Update async to latest #404

Closed bmnidhin closed 2 years ago

bmnidhin commented 2 years ago

Fixes security vulnerability https://nvd.nist.gov/vuln/detail/CVE-2021-43138

mhamann commented 2 years ago

@bmnidhin this PR doesn't actually fix a security vulnerability, since the ^ in the package.json file already indicates that the latest minor version of async 3.x should be installed. This PR would simply set the minimum version to 3.2.3, which is a decent idea but doesn't actually fix the vulnerability as you describe it.

nconf v0.12 is already published to npm to fix this issue (although nconf was never actually vulnerable to the problem in the first place).