LinusU / node-appdmg

💾 Generate your app dmgs
MIT License
1.7k stars 152 forks source link

Security Prototype Pollution in 'async' #235

Closed Mgrdich closed 1 year ago

Mgrdich commented 1 year ago

A vulnerability exists in Async through 3.2.1 (fixed in 3.2.2), which could let a malicious user obtain privileges via the mapValues() method.

Here is the link

LinusU commented 1 year ago
Screenshot 2023-11-28 at 14 15 43

As far as I can tell from your link, this does not affect version 1.x of async, which is what we are using:

https://github.com/LinusU/node-appdmg/blob/bb0f693a74341fda7934b42fd0adcb37022f6e05/package.json#L9

Or am I missing something?

Mgrdich commented 1 year ago

yep my bad. @LinusU