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

0.2.0 #231

Merged
merged 89 commits into from
May 10, 2023
Merged

0.2.0 #231

merged 89 commits into from
May 10, 2023

Conversation

chavda-bhavik
Copy link
Member

No description provided.

@chavda-bhavik chavda-bhavik self-assigned this May 10, 2023
@chavda-bhavik chavda-bhavik temporarily deployed to Development May 10, 2023 11:02 — with GitHub Actions Inactive
const regex = /{{.*?}}/g;
let found: RegExpExecArray;
let modifiedStr = str;
while ((found = regex.exec(str)) !== null) {

Check failure

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data

This [regular expression](1) that depends on [library input](2) may run slow on strings starting with '{{{{' and with many repetitions of '{{{{'. This [regular expression](1) that depends on [library input](3) may run slow on strings starting with '{{{{' and with many repetitions of '{{{{'. This [regular expression](1) that depends on [library input](4) may run slow on strings starting with '{{{{' and with many repetitions of '{{{{'.
@chavda-bhavik chavda-bhavik merged commit 1e53b96 into development May 10, 2023
@chavda-bhavik chavda-bhavik deleted the feat/v2 branch May 10, 2023 11:09
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