-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
lodash is used for very trivial checks:
htlengine/src/runtime/xss_api.js
Line 285 in 56f6733
| if (!_.isString(input)) { |
htlengine/src/runtime/xss_api.js
Line 289 in 56f6733
| if (_.isUndefined(encoded)) { |
htlengine/src/runtime/xss_api.js
Line 301 in 56f6733
| if (!_.isString(url)) { |
htlengine/src/runtime/xss_api.js
Line 315 in 56f6733
| if (_.isString(input) && input.length > 0 && CSS_TOKEN.test(input)) { |
maybe we can remove lodash to reduce the amount of security warnings poping up for lodash
tripodsan and trieloff
Metadata
Metadata
Assignees
Labels
No labels