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

PP-12237 Fix permissive regex #4190

Merged
merged 1 commit into from
Mar 6, 2024
Merged

Conversation

stephencdaly
Copy link
Contributor

Code QL flagged that the A-z in the regex was a "Suspicious character range that is equivalent to [A-Z[\]^_`a-z]."

Code QL flagged that the `A-z` in the regex was a "Suspicious
character range that is equivalent to [A-Z\[\\]^_`a-z]."
Copy link
Contributor

@alexbishop1 alexbishop1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Learnt something new today.

@stephencdaly stephencdaly merged commit 0aaee69 into master Mar 6, 2024
11 of 12 checks passed
@stephencdaly stephencdaly deleted the PP-12237-fix-permissive-regex branch March 6, 2024 16:35
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.

2 participants