gulpjs / liftoff

Launch your command line tool with ease.
MIT License
840 stars 52 forks source link

Bump 'extend' Dependency to 3.0.2 #99

Closed brandon1024 closed 5 years ago

brandon1024 commented 5 years ago

A security vulnerability alert for 'extend' was issued for versions >= 3.0.0, < 3.0.2. The vulnerability allows arbitrary properties to be attached onto the Object prototype. This pull request addresses this by bumping the version number of 'extend' to 3.0.2.

CVE Details:

CVE ID: CVE-2018-16492 Vulnerable Versions: >= 3.0.0, < 3.0.2 Pactched Version: 3.0.2 Description: A prototype pollution vulnerability was found that allows an attacker to inject arbitrary properties onto Object.prototype.

phated commented 5 years ago

(Shamelessly stolen from @jonschlinkert)

brandon1024 commented 5 years ago

Not sure if I agree, but alright.