segiddins / segiddins.me

http://segiddins.me/
0 stars 0 forks source link

[Security] Bump redcarpet from 3.2.2 to 3.2.3 #27

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 5 years ago

Bumps redcarpet from 3.2.2 to 3.2.3. This update includes a security fix.

Vulnerabilities fixed *Sourced from [The Ruby Advisory Database](https://github.com/rubysec/ruby-advisory-db/blob/master/gems/redcarpet/OSVDB-120415.yml).* > **redcarpet Gem for Ruby markdown.c parse_inline() Function XSS** > redcarpet Gem for Ruby contains a flaw that allows a cross-site scripting > (XSS) attack. This flaw exists because the parse_inline() function in > markdown.c does not validate input 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. > > Patched versions: >= 3.2.3 > Unaffected versions: none
Release notes *Sourced from [redcarpet's releases](https://github.com/vmg/redcarpet/releases).* > ## Redcarpet 3.2.3 > This release of Redcarpet fixes a **security** issue relying on auto-linking by preventing any rewinding of a previous inline like an emphasis when auto-linking another one like an e-mail address. > > Also this release ships with a fix when escaping forward slashes with the `Safe` render object (there was a missing semi-colon).
Changelog *Sourced from [redcarpet's changelog](https://github.com/vmg/redcarpet/blob/master/CHANGELOG.md).* > ## Version 3.2.3 > > * Avoid rewinding content of a previous inline when autolinking is > enabled. > > *Daniel LeCheminant* > > * Fix escaping of forward slashes with the `Safe` render object (add a > missing semi-colon).
Commits - [`c56a6d6`](https://github.com/vmg/redcarpet/commit/c56a6d6d99fc930516631e81a112ae9a1fb9922d) Redcarpet v3.2.3 - [`e5a1051`](https://github.com/vmg/redcarpet/commit/e5a10516d07114d582d13b9125b733008c61c242) Avoid rewinding previous inline when auto-linking - [`7e9ba24`](https://github.com/vmg/redcarpet/commit/7e9ba24f3c166f71804df18ea92e42af0373a969) Fix escaping of slashes with the `Safe` render - See full diff in [compare view](https://github.com/vmg/redcarpet/compare/v3.2.2...v3.2.3)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 3 years ago

Superseded by #40.