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

FIX: CodeQL exponential backtracking on strings #2148

Merged
merged 2 commits into from
Feb 2, 2022
Merged

Conversation

waldbauer-certat
Copy link
Contributor

As suggested in #2138, credits @monoidic

Fixes #2138

Signed-off-by: Sebastian Waldbauer waldbauer@cert.at

As suggested in #2138, credits @monoidic

Fixes #2138

Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
CHANGELOG.md Outdated Show resolved Hide resolved
@sebix
Copy link
Member

sebix commented Feb 1, 2022

assigning to @aaronkaplan as only he can merge at the moment

@codecov-commenter
Copy link

codecov-commenter commented Feb 1, 2022

Codecov Report

Merging #2148 (69b9aad) into develop (1dc5364) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff            @@
##           develop    #2148   +/-   ##
========================================
  Coverage    76.34%   76.34%           
========================================
  Files          441      441           
  Lines        23652    23652           
  Branches      3739     3739           
========================================
  Hits         18058    18058           
  Misses        4857     4857           
  Partials       737      737           
Impacted Files Coverage Δ
intelmq/bots/parsers/sucuri/parser.py 100.00% <100.00%> (ø)

@aaronkaplan aaronkaplan merged commit 8d1c926 into develop Feb 2, 2022
@sebix sebix deleted the fix-2138 branch May 23, 2022 05:42
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.

Inefficient regular expression
4 participants