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 vulnerable pattern in pl.stringx.strip #275

Merged
merged 1 commit into from
Nov 22, 2018

Conversation

hishamhm
Copy link
Member

Pattern backtracking can cause strip to become unbearably slow.
See http://stackstatus.net/post/147710624694/outage-postmortem-july-20-2016
The attached testcase in this commit demonstrates the problem.

Solution based on
leafo/lapis@4a58f5c

Pattern backtracking can cause strip to become unbearably slow.
See http://stackstatus.net/post/147710624694/outage-postmortem-july-20-2016
The attached testcase in this commit demonstrates the problem.

Solution based on
leafo/lapis@4a58f5c
@Tieske
Copy link
Member

Tieske commented Oct 25, 2018

lgtm

@Tieske
Copy link
Member

Tieske commented Nov 1, 2018

@mpeterv @stevedonovan can we merge this and cut a release?

@Tieske Tieske merged commit 685fe6b into lunarmodules:master Nov 22, 2018
Tieske added a commit that referenced this pull request Nov 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants