Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a4cf68

Browse files
authored
Update "libxmljs": "0.18.4" dependence to at least "0.19.1"
This will be update the 'hoek' dependence to a new version. hoek node module before 4.2.0 and 5.0.x before 5.0.3 suffers from a Modification of Assumed-Immutable Data (MAID) vulnerability via 'merge' and 'applyToDefaults' 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. https://nvd.nist.gov/vuln/detail/CVE-2018-3728
1 parent 2e24c12 commit 3a4cf68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"node": ">0.8"
3131
},
3232
"dependencies": {
33-
"libxmljs": "0.18.4"
33+
"libxmljs": "^0.19.1"
3434
},
3535
"devDependencies": {
3636
"coffee-script": "1"

0 commit comments

Comments
 (0)