-
Notifications
You must be signed in to change notification settings - Fork 762
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 code scanning alert - Polynomial regular expression used on uncontrolled data #3501
Closed
1 task
Labels
Comments
char0n
added
type: bug
cat: security
security fix
Security fix generated by WhiteSource
version: 3.x
labels
May 8, 2024
char0n
added a commit
that referenced
this issue
May 8, 2024
Refs #3501 --------- Co-authored-by: Vladimír Gorej <[email protected]>
Fully safe regexp: |
glowcloud
added a commit
that referenced
this issue
May 8, 2024
while ((text = re.exec(str))) {
if (text[1]) results.push(text[1]);
}
return results; |
The issue was mitigated in #3502 |
The issue was fully remediated in #3507 |
char0n
added a commit
that referenced
this issue
May 8, 2024
…length to 29 chars (#3507) Refs #3501 --------- Co-authored-by: Vladimir Gorej <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Tracking issue for:
The text was updated successfully, but these errors were encountered: