-
Notifications
You must be signed in to change notification settings - Fork 297
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
Optimize data format key name regular expression #1807
Comments
ghost
pushed a commit
that referenced
this issue
Aug 20, 2021
if they match the regular expression for key names fixes #1807
ghost
pushed a commit
that referenced
this issue
Aug 20, 2021
if they match the regular expression for key names fixes #1807
ghost
pushed a commit
that referenced
this issue
Aug 20, 2021
if they match the regular expression for key names fixes #1807
ghost
pushed a commit
that referenced
this issue
Aug 20, 2021
if they match the regular expression for key names fixes #1807
ghost
pushed a commit
that referenced
this issue
Aug 20, 2021
if they match the regular expression for key names fixes #1807
ghost
pushed a commit
that referenced
this issue
Aug 20, 2021
if they match the regular expression for key names fixes #1807
ghost
pushed a commit
that referenced
this issue
Aug 23, 2021
if they match the regular expression for key names fixes #1807
ghost
pushed a commit
that referenced
this issue
Aug 23, 2021
if they match the regular expression for key names fixes #1807
waldbauer-certat
pushed a commit
that referenced
this issue
Sep 9, 2021
if they match the regular expression for key names fixes #1807
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A regexploit analysis shows:
The expression can be optimized and should be pre-compiled as well.
The check also only needs to be performed for the extra-keys, as the others are defined anyway.
The text was updated successfully, but these errors were encountered: