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

Fixed CWE-400 Uncontrolled Resource Consumption #140

Merged
merged 1 commit into from Oct 18, 2022

Conversation

mik-patient
Copy link
Contributor

Signed-off-by: mik-patient 112659896+mik-patient@users.noreply.github.com

Vulnerability Description

CommonMarker uses cmark-gfm for rendering Github Flavored Markdown. A polynomial time complexity issue in cmark-gfm's autolink extension may lead to unbounded resource exhaustion and subsequent denial of service.

gjtorikian/commonmarker#190
GHSA-cgh3-p57x-9q7q
https://en.wikipedia.org/wiki/Time_complexity

Signed-off-by: mik-patient <112659896+mik-patient@users.noreply.github.com>
@mik-patient mik-patient requested a review from a team as a code owner October 16, 2022 04:13
@denyeart denyeart merged commit d2e3df7 into hyperledger:main Oct 18, 2022
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.

None yet

3 participants