Skip to content
New issue

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

fix inefficient regular expressions on lowercase and uppercase rules #232

Merged
merged 2 commits into from Jul 1, 2022

Conversation

imbrn
Copy link
Owner

@imbrn imbrn commented Jul 1, 2022

Description

Inefficient regular expression complexity of lowercase() and uppercase() regex could lead to a denial of service attack.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • I have created my branch from a recent version of master
  • The code is clean and easy to understand
  • I have added changes to the Unreleased section of the CHANGELOG

@imbrn imbrn merged commit 241d302 into master Jul 1, 2022
@imbrn imbrn deleted the fix-inefficient-case-regex branch July 1, 2022 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant