We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lodash is used for very trivial checks:
htlengine/src/runtime/xss_api.js
Line 285 in 56f6733
Line 289 in 56f6733
Line 301 in 56f6733
Line 315 in 56f6733
maybe we can remove lodash to reduce the amount of security warnings poping up for lodash
lodash
The text was updated successfully, but these errors were encountered:
I did some further research and saw that we could probably also remove the xss code with the https://www.npmjs.com/package/dompurify npm package
This would remove also the following sub dependencies:
In sum that would save 50% of the runtime code (highlighted with blue):
Sorry, something went wrong.
No branches or pull requests
lodash is used for very trivial checks:
htlengine/src/runtime/xss_api.js
Line 285 in 56f6733
htlengine/src/runtime/xss_api.js
Line 289 in 56f6733
htlengine/src/runtime/xss_api.js
Line 301 in 56f6733
htlengine/src/runtime/xss_api.js
Line 315 in 56f6733
maybe we can remove
lodash
to reduce the amount of security warnings poping up for lodashThe text was updated successfully, but these errors were encountered: