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

CodeQL tests. Do not merge it. #990

Closed
wants to merge 2 commits into from
Closed

CodeQL tests. Do not merge it. #990

wants to merge 2 commits into from

Conversation

pomek
Copy link
Member

@pomek pomek commented Aug 19, 2024

Suggested merge commit message (convention)

Type: Message. Closes #000.


Additional information

For example – encountered issues, assumptions you had to make, other affected tickets, etc.

@@ -0,0 +1 @@
const vulnerableRegex = /^_(__|.)+_$/;

Check failure

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '_' and containing many repetitions of '__'.
@@ -0,0 +1 @@
const vulnerableRegex = /^_(__|.)+_$/;

Check failure

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '_' and containing many repetitions of '__'.
@@ -0,0 +1 @@
const vulnerableRegex = /^_(__|.)+_$/;

Check failure

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '_' and containing many repetitions of '__'.
@@ -0,0 +1 @@
const vulnerableRegex = /^_(__|.)+_$/;

Check failure

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '_' and containing many repetitions of '__'.
@@ -0,0 +1 @@
const vulnerableRegex = /^_(__|.)+_$/;

Check failure

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '_' and containing many repetitions of '__'.
@pomek pomek closed this Aug 19, 2024
@pomek pomek deleted the master-copy branch August 19, 2024 08:47
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.

1 participant