Skip to content

🚨 [security] Update RedCloth: 4.2.9 → 4.3.2 (minor)

Jan Krutisch requested to merge depfu/update/RedCloth-4.3.2 into master

Welcome to Depfu 👋

This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.

After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.

Let us know if you have any questions. Thanks so much for giving Depfu a try!



🚨 Your version of RedCloth has known security vulnerabilities 🚨

Advisory: CVE-2012-6684 Disclosed: February 29, 2012 URL: https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-6684

RedCloth Gem for Ruby Textile Link Parsing XSS

RedCloth Gem for Ruby contains a flaw that allows a cross-site scripting (XSS)
attack. This flaw exists because the program does not validate input when
parsing textile links before returning it to users. This may allow a remote
attacker to create a specially crafted request that would execute arbitrary
script code in a user's browser session within the trust relationship between
their browser and the server.


🚨 We recommend to merge and deploy this update as soon as possible! 🚨

We've updated a dependency and here is what you need to know:

name version specification old version new version
RedCloth 4.2.9 4.3.2

You should probably take a good look at the info here and the test results before merging this pull request, of course.

What changed?

️ RedCloth (4.2.9 → 4.3.2) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 25 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Edited by Jan Krutisch

Merge request reports