| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@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? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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.