Azure / azure-sdk-for-node

Azure SDK for Node.js - Documentation
https://github.com/Azure/azure-sdk-for-node#documentation
MIT License
1.19k stars 567 forks source link

npm audit reported about a vulnerability in "async" dependency #5230

Closed AntonTimiskov closed 1 year ago

AntonTimiskov commented 2 years ago

async <2.6.4 Severity: high Prototype Pollution in async - https://github.com/advisories/GHSA-fwr7-v2mv-hh25

How to fix: update the dependency to the latest version.

bwateratmsft commented 2 years ago

The pinning to exactly 2.6.0 of async is preventing us in the Azure Account extension for VSCode from fixing this.

lirenhe commented 2 years ago

@qiaozha, could you help to take a look?