Skip to content

Package update and security vulnerabilities found#55

Open
kalufinnle wants to merge 5 commits intoJpisnice:masterfrom
OpenContractor:master
Open

Package update and security vulnerabilities found#55
kalufinnle wants to merge 5 commits intoJpisnice:masterfrom
OpenContractor:master

Conversation

@kalufinnle
Copy link
Copy Markdown

https://cwe.mitre.org/data/definitions/1333.html

Fix package version,
Some regular expression engines have a feature called "backtracking". If the token cannot match, the engine "backtracks" to a position that may result in a different token that can match.
Backtracking becomes a weakness if all of these conditions are met:
The number of possible backtracking attempts are exponential relative to the length of the input.
The input can fail to match the regular expression.
The input can be long enough.
Attackers can create crafted inputs that intentionally cause the regular expression to use excessive backtracking in a way that causes the CPU consumption to spike.

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the pr,it's now under review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants