jahrlin / genius-api

node.js client for the Genius API
MIT License
17 stars 7 forks source link

fix: security vulnerability CVE-2018-3721 #4

Open ShyykoSerhiy opened 5 years ago

ShyykoSerhiy commented 5 years ago

CVE-2018-3721 Vulnerable versions: <4.17.5 Patched version: 4.17.5 lodash node module before 4.17.5 suffers from a Modification of Assumed-Immutable Data (MAID) vulnerability via defaultsDeep, merge, and mergeWith functions, which allows a malicious user to modify the prototype of "Object" via proto, causing the addition or modification of an existing property that will exist on all objects.