Xianming Zhong
|
c7488c7dd5
|
Remove unnecessary XSS check introduced by #2451 (#2679)
* Remove unnecessary XSS check introduced by #2451
* Remove test file of `isValidXss`
|
2020-01-20 09:20:33 -07:00 |
|
Yasu Flores
|
29da6b24db
|
Fix to prevent XSS, throw an error when the URL contains a JS script (#2464)
* Fixes issue where XSS scripts attacks were possible via the URL
* Fix error
* Move throwing error up
* Add specs and make regex cover more xss cases
|
2019-10-16 07:53:10 -03:00 |
|
Wataru
|
19969b4fbd
|
Fixing Vulnerability A Fortify Scan finds a critical Cross-Site Scrip… (#2451)
* Fixing Vulnerability A Fortify Scan finds a critical Cross-Site Scripting
* use var insted of const
|
2019-10-08 21:23:34 -03:00 |
|
Justin Beckwith
|
22c2baf205
|
chore: upgrade eslint and add fix command
|
2018-04-06 21:50:26 -07:00 |
|
Matt Zabriskie
|
f28a4a8248
|
Using more strict eslint rules
|
2015-12-14 20:06:57 -07:00 |
|
Matt Zabriskie
|
3d65057d71
|
Making isURLSameOrigin/cookies safe to use in all envs
|
2015-11-19 15:18:47 -07:00 |
|