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

Update kramdown dependency due to a vulnerability #3069

Merged
merged 1 commit into from
Sep 13, 2020
Merged

Conversation

schalkms
Copy link
Member

CVE-2020-14001
high severity
Vulnerable versions: < 2.3.0
Patched version: 2.3.0
The kramdown gem before 2.3.0 for Ruby processes the template option inside Kramdown documents by default, which allows unintended read access (such as template="/etc/passwd") or unintended embedded Ruby code execution (such as a string that begins with template="string://<%= `). NOTE: kramdown is used in Jekyll, GitLab Pages, GitHub Pages, and Thredded Forum.

GHSA-mqm2-cgpr-p4m6

CVE-2020-14001
high severity
Vulnerable versions: < 2.3.0
Patched version: 2.3.0
The kramdown gem before 2.3.0 for Ruby processes the template option inside Kramdown documents by default, which allows unintended read access (such as template="/etc/passwd") or unintended embedded Ruby code execution (such as a string that begins with template="string://<%= `). NOTE: kramdown is used in Jekyll, GitLab Pages, GitHub Pages, and Thredded Forum.

GHSA-mqm2-cgpr-p4m6
@codecov
Copy link

codecov bot commented Sep 13, 2020

Codecov Report

Merging #3069 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #3069   +/-   ##
=========================================
  Coverage     79.27%   79.27%           
  Complexity     2563     2563           
=========================================
  Files           432      432           
  Lines          7725     7725           
  Branches       1468     1468           
=========================================
  Hits           6124     6124           
  Misses          816      816           
  Partials        785      785           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 05f2e8e...4e993aa. Read the comment docs.

@arturbosch arturbosch merged commit 7536633 into master Sep 13, 2020
@arturbosch arturbosch deleted the kramdown branch September 13, 2020 19:04
@arturbosch arturbosch added this to the 1.14.0 milestone Sep 21, 2020
@arturbosch arturbosch added the housekeeping Marker for housekeeping tasks and refactorings label Sep 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
housekeeping Marker for housekeeping tasks and refactorings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants