array-sort
array-sort copied to clipboard
Update package.json kind-of ^6.0.3
Fixing security issue with older versions of kind-of
ctorName in index.js in kind-of (v6.0.2 and older) allows external user input to overwrite certain internal attributes via a conflicting name, as demonstrated by 'constructor': {'name':'Symbol'}. Hence, a crafted payload can overwrite this builtin attribute to manipulate the type detection result.
@jonschlinkert I was just about to create a similar pull request before I saw this one. So is there any chance to get this change merged?