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

Removed greedy matching from a regex to address DOS concern. #1006

Merged
merged 1 commit into from
Sep 24, 2024

Removed greedy matching from a regex to address DOS concern.

77f8ab6
Select commit
Loading
Failed to load commit list.
Merged

Removed greedy matching from a regex to address DOS concern. #1006

Removed greedy matching from a regex to address DOS concern.
77f8ab6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 24, 2024 in 0s

80.17% (+0.01%) compared to 92bee7f

View this Pull Request on Codecov

80.17% (+0.01%) compared to 92bee7f

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.17%. Comparing base (92bee7f) to head (77f8ab6).

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1006      +/-   ##
============================================
+ Coverage     80.16%   80.17%   +0.01%     
- Complexity     2720     2721       +1     
============================================
  Files           370      370              
  Lines         13624    13624              
  Branches        938      938              
============================================
+ Hits          10921    10923       +2     
+ Misses         2131     2130       -1     
+ Partials        572      571       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.