Bump loofah from 2.2.3 to 2.19.1 #21

Open
dependabot[bot] wants to merge 1 commit from dependabot/bundler/loofah-2.19.1 into master
dependabot[bot] commented 2022-12-14 02:58:30 +00:00 (Migrated from github.com)

Bumps loofah from 2.2.3 to 2.19.1.

Release notes

Sourced from loofah's releases.

2.19.1 / 2022-12-13

Security

  • Address CVE-2022-23514, inefficient regular expression complexity. See GHSA-486f-hjj9-9vhh for more information.
  • Address CVE-2022-23515, improper neutralization of data URIs. See GHSA-228g-948r-83gx for more information.
  • Address CVE-2022-23516, uncontrolled recursion. See GHSA-3x8r-x6xp-q4vm for more information.

2.19.0 / 2022-09-14

Features

  • Allow SVG 1.0 color keyword names in CSS attributes. These colors are part of the CSS Color Module Level 3 recommendation released 2022-01-18. [#243]

2.18.0 / 2022-05-11

Features

2.17.0 / 2022-04-28

Features

2.16.0 / 2022-04-01

Features

  • Allow MathML elements menclose and ms, and MathML attributes dir, href, lquote, mathsize, notation, and rquote. [#231] (Thanks, @​nick-desteffen!)

2.15.0 / 2022-03-14

Features

  • Expand set of allowed protocols to include sms:. [#228] (Thanks, @​brendon!)

2.14.0 / 2022-02-11

Features

  • The #to_text method on Loofah::HTML::{Document,DocumentFragment} replaces <br> line break elements with a newline. [#225]

... (truncated)

Changelog

Sourced from loofah's changelog.

2.19.1 / 2022-12-13

Security

  • Address CVE-2022-23514, inefficient regular expression complexity. See GHSA-486f-hjj9-9vhh for more information.
  • Address CVE-2022-23515, improper neutralization of data URIs. See GHSA-228g-948r-83gx for more information.
  • Address CVE-2022-23516, uncontrolled recursion. See GHSA-3x8r-x6xp-q4vm for more information.

2.19.0 / 2022-09-14

Features

  • Allow SVG 1.0 color keyword names in CSS attributes. These colors are part of the CSS Color Module Level 3 recommendation released 2022-01-18. [#243]

2.18.0 / 2022-05-11

Features

2.17.0 / 2022-04-28

Features

2.16.0 / 2022-04-01

Features

  • Allow MathML elements menclose and ms, and MathML attributes dir, href, lquote, mathsize, notation, and rquote. [#231] (Thanks, @​nick-desteffen!)

2.15.0 / 2022-03-14

Features

  • Expand set of allowed protocols to include sms:. [#228] (Thanks, @​brendon!)

2.14.0 / 2022-02-11

Features

  • The #to_text method on Loofah::HTML::{Document,DocumentFragment} replaces <br> line break elements with a newline. [#225]

... (truncated)

Commits
  • 3f88063 version bump to v2.19.1
  • 9a8dadb docs: preserve the context and decision record
  • 86f7f63 fix: replace recursive approach to cdata with escaping solution
  • 415677f fix: do not allow "image/svg+xml" in data URIs
  • 84ca20c refactor: extract scrub_uri_attribute for downstream use
  • 47a835a ci: pin psych to v4 until v5 builds properly on CI
  • a6e0a1a fix: replace slow regex attribute check with crass parser
  • ea853aa Merge pull request #247 from flavorjones/flavorjones-downstream-test-rhs
  • e1f2a4b ci: test downstream rails-html-sanitizer
  • 79d65a0 Merge pull request #245 from flavorjones/flavorjones-fix-ruby-2.5-ci
  • Additional commits viewable in compare view

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @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

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [loofah](https://github.com/flavorjones/loofah) from 2.2.3 to 2.19.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/flavorjones/loofah/releases">loofah's releases</a>.</em></p> <blockquote> <h2>2.19.1 / 2022-12-13</h2> <h3>Security</h3> <ul> <li>Address CVE-2022-23514, inefficient regular expression complexity. See <a href="https://github.com/flavorjones/loofah/security/advisories/GHSA-486f-hjj9-9vhh">GHSA-486f-hjj9-9vhh</a> for more information.</li> <li>Address CVE-2022-23515, improper neutralization of data URIs. See <a href="https://github.com/flavorjones/loofah/security/advisories/GHSA-228g-948r-83gx">GHSA-228g-948r-83gx</a> for more information.</li> <li>Address CVE-2022-23516, uncontrolled recursion. See <a href="https://github.com/flavorjones/loofah/security/advisories/GHSA-3x8r-x6xp-q4vm">GHSA-3x8r-x6xp-q4vm</a> for more information.</li> </ul> <h2>2.19.0 / 2022-09-14</h2> <h3>Features</h3> <ul> <li>Allow SVG 1.0 color keyword names in CSS attributes. These colors are part of the <a href="https://www.w3.org/TR/css-color-3/#svg-color">CSS Color Module Level 3</a> recommendation released 2022-01-18. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/243">#243</a>]</li> </ul> <h2>2.18.0 / 2022-05-11</h2> <h3>Features</h3> <ul> <li>Allow CSS property <code>aspect-ratio</code>. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/236">#236</a>] (Thanks, <a href="https://github.com/louim"><code>@​louim</code></a>!)</li> </ul> <h2>2.17.0 / 2022-04-28</h2> <h3>Features</h3> <ul> <li>Allow ARIA attributes. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/232">#232</a>, <a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/233">#233</a>] (Thanks, <a href="https://github.com/nick-desteffen"><code>@​nick-desteffen</code></a>!)</li> </ul> <h2>2.16.0 / 2022-04-01</h2> <h3>Features</h3> <ul> <li>Allow MathML elements <code>menclose</code> and <code>ms</code>, and MathML attributes <code>dir</code>, <code>href</code>, <code>lquote</code>, <code>mathsize</code>, <code>notation</code>, and <code>rquote</code>. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/231">#231</a>] (Thanks, <a href="https://github.com/nick-desteffen"><code>@​nick-desteffen</code></a>!)</li> </ul> <h2>2.15.0 / 2022-03-14</h2> <h3>Features</h3> <ul> <li>Expand set of allowed protocols to include <code>sms:</code>. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/228">#228</a>] (Thanks, <a href="https://github.com/brendon"><code>@​brendon</code></a>!)</li> </ul> <h2>2.14.0 / 2022-02-11</h2> <h3>Features</h3> <ul> <li>The <code>#to_text</code> method on <code>Loofah::HTML::{Document,DocumentFragment}</code> replaces <code>&lt;br&gt;</code> line break elements with a newline. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/225">#225</a>]</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/flavorjones/loofah/blob/main/CHANGELOG.md">loofah's changelog</a>.</em></p> <blockquote> <h2>2.19.1 / 2022-12-13</h2> <h3>Security</h3> <ul> <li>Address CVE-2022-23514, inefficient regular expression complexity. See <a href="https://github.com/flavorjones/loofah/security/advisories/GHSA-486f-hjj9-9vhh">GHSA-486f-hjj9-9vhh</a> for more information.</li> <li>Address CVE-2022-23515, improper neutralization of data URIs. See <a href="https://github.com/flavorjones/loofah/security/advisories/GHSA-228g-948r-83gx">GHSA-228g-948r-83gx</a> for more information.</li> <li>Address CVE-2022-23516, uncontrolled recursion. See <a href="https://github.com/flavorjones/loofah/security/advisories/GHSA-3x8r-x6xp-q4vm">GHSA-3x8r-x6xp-q4vm</a> for more information.</li> </ul> <h2>2.19.0 / 2022-09-14</h2> <h3>Features</h3> <ul> <li>Allow SVG 1.0 color keyword names in CSS attributes. These colors are part of the <a href="https://www.w3.org/TR/css-color-3/#svg-color">CSS Color Module Level 3</a> recommendation released 2022-01-18. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/243">#243</a>]</li> </ul> <h2>2.18.0 / 2022-05-11</h2> <h3>Features</h3> <ul> <li>Allow CSS property <code>aspect-ratio</code>. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/236">#236</a>] (Thanks, <a href="https://github.com/louim"><code>@​louim</code></a>!)</li> </ul> <h2>2.17.0 / 2022-04-28</h2> <h3>Features</h3> <ul> <li>Allow ARIA attributes. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/232">#232</a>, <a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/233">#233</a>] (Thanks, <a href="https://github.com/nick-desteffen"><code>@​nick-desteffen</code></a>!)</li> </ul> <h2>2.16.0 / 2022-04-01</h2> <h3>Features</h3> <ul> <li>Allow MathML elements <code>menclose</code> and <code>ms</code>, and MathML attributes <code>dir</code>, <code>href</code>, <code>lquote</code>, <code>mathsize</code>, <code>notation</code>, and <code>rquote</code>. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/231">#231</a>] (Thanks, <a href="https://github.com/nick-desteffen"><code>@​nick-desteffen</code></a>!)</li> </ul> <h2>2.15.0 / 2022-03-14</h2> <h3>Features</h3> <ul> <li>Expand set of allowed protocols to include <code>sms:</code>. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/228">#228</a>] (Thanks, <a href="https://github.com/brendon"><code>@​brendon</code></a>!)</li> </ul> <h2>2.14.0 / 2022-02-11</h2> <h3>Features</h3> <ul> <li>The <code>#to_text</code> method on <code>Loofah::HTML::{Document,DocumentFragment}</code> replaces <code>&lt;br&gt;</code> line break elements with a newline. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/225">#225</a>]</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/flavorjones/loofah/commit/3f8806300089135f7832a59aa2689a6674d37897"><code>3f88063</code></a> version bump to v2.19.1</li> <li><a href="https://github.com/flavorjones/loofah/commit/9a8dadbcfd94a0bfc3cd0413b8a7d9efee00a5c8"><code>9a8dadb</code></a> docs: preserve the context and decision record</li> <li><a href="https://github.com/flavorjones/loofah/commit/86f7f6364491b0099d215db858ecdc0c89ded040"><code>86f7f63</code></a> fix: replace recursive approach to cdata with escaping solution</li> <li><a href="https://github.com/flavorjones/loofah/commit/415677f3cf7f9254f42f811e784985cd63c7407f"><code>415677f</code></a> fix: do not allow &quot;image/svg+xml&quot; in data URIs</li> <li><a href="https://github.com/flavorjones/loofah/commit/84ca20c58a0e8addf08a2cfc8b6fca4d7d10f033"><code>84ca20c</code></a> refactor: extract scrub_uri_attribute for downstream use</li> <li><a href="https://github.com/flavorjones/loofah/commit/47a835afbfffcb8c51c17ce50b5171c823c51b57"><code>47a835a</code></a> ci: pin psych to v4 until v5 builds properly on CI</li> <li><a href="https://github.com/flavorjones/loofah/commit/a6e0a1ab90675a17b1b2be189129d94139e4b143"><code>a6e0a1a</code></a> fix: replace slow regex attribute check with crass parser</li> <li><a href="https://github.com/flavorjones/loofah/commit/ea853aaa8d3aa3ebeebe6029877bbbe582aee140"><code>ea853aa</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/247">#247</a> from flavorjones/flavorjones-downstream-test-rhs</li> <li><a href="https://github.com/flavorjones/loofah/commit/e1f2a4b15c5a611780f93d87544f91365c4a02dd"><code>e1f2a4b</code></a> ci: test downstream rails-html-sanitizer</li> <li><a href="https://github.com/flavorjones/loofah/commit/79d65a0e8b042847240e355dbdfd0f43ccda7647"><code>79d65a0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/245">#245</a> from flavorjones/flavorjones-fix-ruby-2.5-ci</li> <li>Additional commits viewable in <a href="https://github.com/flavorjones/loofah/compare/v2.2.3...v2.19.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=loofah&package-manager=bundler&previous-version=2.2.3&new-version=2.19.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/RileySeaburg/ruby/network/alerts). </details>
codetether[bot] commented 2026-06-04 16:01:59 +00:00 (Migrated from github.com)

🛠️ CodeTether Fix

Picked up this request for PR #21 on branch dependabot/bundler/loofah-2.19.1. I’m preparing the workspace and will push changes directly to the existing PR branch if the task succeeds. I will also make sure the branch is mergeable with master.

## 🛠️ CodeTether Fix Picked up this request for PR #21 on branch `dependabot/bundler/loofah-2.19.1`. I’m preparing the workspace and will push changes directly to the existing PR branch if the task succeeds. I will also make sure the branch is mergeable with `master`.
codetether[bot] commented 2026-06-14 02:21:44 +00:00 (Migrated from github.com)

🛠️ CodeTether Fix

I couldn't prepare the PR workspace.

Error: Failed to write Git credential helper script /workspace/repos/.3a046400c17cc33f-git-credential-helper

## 🛠️ CodeTether Fix I couldn't prepare the PR workspace. Error: Failed to write Git credential helper script /workspace/repos/.3a046400c17cc33f-git-credential-helper
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/bundler/loofah-2.19.1:dependabot/bundler/loofah-2.19.1
git switch dependabot/bundler/loofah-2.19.1

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff dependabot/bundler/loofah-2.19.1
git switch dependabot/bundler/loofah-2.19.1
git rebase master
git switch master
git merge --ff-only dependabot/bundler/loofah-2.19.1
git switch dependabot/bundler/loofah-2.19.1
git rebase master
git switch master
git merge --no-ff dependabot/bundler/loofah-2.19.1
git switch master
git merge --squash dependabot/bundler/loofah-2.19.1
git switch master
git merge --ff-only dependabot/bundler/loofah-2.19.1
git switch master
git merge dependabot/bundler/loofah-2.19.1
git push origin master
Sign in to join this conversation.
No description provided.