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

Inefficient regular expression #611

Open
1 task
luis100 opened this issue Jun 27, 2024 · 0 comments
Open
1 task

Inefficient regular expression #611

luis100 opened this issue Jun 27, 2024 · 0 comments
Assignees
Labels
bug Issue type

Comments

@luis100
Copy link
Member

luis100 commented Jun 27, 2024

This part of the regular expression: (_|\\w)* may cause exponential backtracking on strings containing many repetitions of '_'.

See code scanning issue and solution recommendation at:

@luis100 luis100 added the bug Issue type label Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue type
Projects
None yet
Development

No branches or pull requests

2 participants