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
stylelint/lib/rules/max-line-length/index.js
Lines 13 to 14 in f8d7865
please do not use this kind of regex -- it can cause potential redos! refs: https://en.wikipedia.org/wiki/ReDoS
btw, is there a better way to report security issues?(I don't think it's good to use GitHub for filing security issues.)
The text was updated successfully, but these errors were encountered:
Thank you! We have a fix #4213.
is there a better way to report security issues?
You can email to one of maintainers. I have email in my profile.
Sorry, something went wrong.
closing, as it has been fixed by #4213
No branches or pull requests
stylelint/lib/rules/max-line-length/index.js
Lines 13 to 14 in f8d7865
please do not use this kind of regex -- it can cause potential redos!
refs: https://en.wikipedia.org/wiki/ReDoS
btw, is there a better way to report security issues?(I don't think it's good to use GitHub for filing security issues.)
The text was updated successfully, but these errors were encountered: