Replies: 1 comment 4 replies
-
I read the PR, and still, I can't understand the security implications. Especially in I am not discouraging the proposal, but we should understand the implications and provide good documentation to explain to the users why this rule exists. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
new RegExp
should be avoided unless you know what you are doing, since it might cause really serious security vulnerabilities.Example Eslint implementation: getsentry/sentry-javascript#10009
Beta Was this translation helpful? Give feedback.
All reactions