<p dir="auto">Bumps <a href="https://github.com/flavorjones/loofah">loofah</a> from 2.19.0 to 2.19.1.</p>
<details>
<summary>Release notes</summary>
<p dir="auto"><em>Sourced from <a href="https://github.com/flavorjones/loofah/releases">loofah's releases</a>.</em></p>
<blockquote>
<h2 dir="auto">2.19.1 / 2022-12-13</h2>
<h3 dir="auto">Security</h3>
<ul dir="auto">
<li>Address <a title="CVE-2022-23514" data-hovercard-type="advisory" data-hovercard-url="/advisories/GHSA-486f-hjj9-9vhh/hovercard" href="https://github.com/advisories/GHSA-486f-hjj9-9vhh">CVE-2022-23514</a>, 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 <a title="CVE-2022-23515" data-hovercard-type="advisory" data-hovercard-url="/advisories/GHSA-228g-948r-83gx/hovercard" href="https://github.com/advisories/GHSA-228g-948r-83gx">CVE-2022-23515</a>, 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 <a title="CVE-2022-23516" data-hovercard-type="advisory" data-hovercard-url="/advisories/GHSA-3x8r-x6xp-q4vm/hovercard" href="https://github.com/advisories/GHSA-3x8r-x6xp-q4vm">CVE-2022-23516</a>, 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>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p dir="auto"><em>Sourced from <a href="https://github.com/flavorjones/loofah/blob/main/CHANGELOG.md">loofah's changelog</a>.</em></p>
<blockquote>
<h2 dir="auto">2.19.1 / 2022-12-13</h2>
<h3 dir="auto">Security</h3>
<ul dir="auto">
<li>Address <a title="CVE-2022-23514" data-hovercard-type="advisory" data-hovercard-url="/advisories/GHSA-486f-hjj9-9vhh/hovercard" href="https://github.com/advisories/GHSA-486f-hjj9-9vhh">CVE-2022-23514</a>, 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 <a title="CVE-2022-23515" data-hovercard-type="advisory" data-hovercard-url="/advisories/GHSA-228g-948r-83gx/hovercard" href="https://github.com/advisories/GHSA-228g-948r-83gx">CVE-2022-23515</a>, 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 <a title="CVE-2022-23516" data-hovercard-type="advisory" data-hovercard-url="/advisories/GHSA-3x8r-x6xp-q4vm/hovercard" href="https://github.com/advisories/GHSA-3x8r-x6xp-q4vm">CVE-2022-23516</a>, 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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul dir="auto">
<li><a href="https://github.com/flavorjones/loofah/commit/3f8806300089135f7832a59aa2689a6674d37897"><code class="notranslate">3f88063</code></a> version bump to v2.19.1</li>
<li><a href="https://github.com/flavorjones/loofah/commit/9a8dadbcfd94a0bfc3cd0413b8a7d9efee00a5c8"><code class="notranslate">9a8dadb</code></a> docs: preserve the context and decision record</li>
<li><a href="https://github.com/flavorjones/loofah/commit/86f7f6364491b0099d215db858ecdc0c89ded040"><code class="notranslate">86f7f63</code></a> fix: replace recursive approach to cdata with escaping solution</li>
<li><a href="https://github.com/flavorjones/loofah/commit/415677f3cf7f9254f42f811e784985cd63c7407f"><code class="notranslate">415677f</code></a> fix: do not allow "image/svg+xml" in data URIs</li>
<li><a href="https://github.com/flavorjones/loofah/commit/84ca20c58a0e8addf08a2cfc8b6fca4d7d10f033"><code class="notranslate">84ca20c</code></a> refactor: extract scrub_uri_attribute for downstream use</li>
<li><a href="https://github.com/flavorjones/loofah/commit/47a835afbfffcb8c51c17ce50b5171c823c51b57"><code class="notranslate">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 class="notranslate">a6e0a1a</code></a> fix: replace slow regex attribute check with crass parser</li>
<li><a href="https://github.com/flavorjones/loofah/commit/ea853aaa8d3aa3ebeebe6029877bbbe582aee140"><code class="notranslate">ea853aa</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/247" rel="nofollow">#247</a> from flavorjones/flavorjones-downstream-test-rhs</li>
<li><a href="https://github.com/flavorjones/loofah/commit/e1f2a4b15c5a611780f93d87544f91365c4a02dd"><code class="notranslate">e1f2a4b</code></a> ci: test downstream rails-html-sanitizer</li>
<li><a href="https://github.com/flavorjones/loofah/commit/79d65a0e8b042847240e355dbdfd0f43ccda7647"><code class="notranslate">79d65a0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/245" rel="nofollow">#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.19.0...v2.19.1">compare view</a></li>
</ul>
</details>
<br>
<p dir="auto"><a href="https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores"><img src="https://camo.githubusercontent.com/e33ab60a940ae6a626d4913efafaf492adec0848e1582b24e106c23af0acc7bb/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d6c6f6f666168267061636b6167652d6d616e616765723d62756e646c65722670726576696f75732d76657273696f6e3d322e31392e30266e65772d76657273696f6e3d322e31392e31" alt="Dependabot compatibility score" data-canonical-src="https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=loofah&package-manager=bundler&previous-version=2.19.0&new-version=2.19.1" style="max-width: 100%;"></a></p>
<p dir="auto">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 <code class="notranslate">@dependabot rebase</code>.</p>
<hr>
<details>
<summary>Dependabot commands and options</summary>
<br>
<p dir="auto">You can trigger Dependabot actions by commenting on this PR:</p>
<ul dir="auto">
<li><code class="notranslate">@dependabot rebase</code> will rebase this PR</li>
<li><code class="notranslate">@dependabot recreate</code> will recreate this PR, overwriting any edits that have been made to it</li>
<li><code class="notranslate">@dependabot merge</code> will merge this PR after your CI passes on it</li>
<li><code class="notranslate">@dependabot squash and merge</code> will squash and merge this PR after your CI passes on it</li>
<li><code class="notranslate">@dependabot cancel merge</code> will cancel a previously requested merge and block automerging</li>
<li><code class="notranslate">@dependabot reopen</code> will reopen this PR if it is closed</li>
<li><code class="notranslate">@dependabot close</code> will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually</li>
<li><code class="notranslate">@dependabot ignore this major version</code> will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)</li>
<li><code class="notranslate">@dependabot ignore this minor version</code> will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)</li>
<li><code class="notranslate">@dependabot ignore this dependency</code> will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)<br>
You can disable automated security fix PRs for this repo from the <a href="https://github.com/openstreetmap/openstreetmap-website/network/alerts">Security Alerts page</a>.</li>
</ul>
</details>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/openstreetmap/openstreetmap-website/pull/3842'>https://github.com/openstreetmap/openstreetmap-website/pull/3842</a></p>

<h4>Commit Summary</h4>
<ul>
  <li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/3842/commits/1f56885c70fbb251a92a3664fef129627af54ff5" class="commit-link">1f56885</a>  Bump loofah from 2.19.0 to 2.19.1</li>
</ul>

<h4 style="display: inline-block">File Changes </h4> <p style="display: inline-block">(<a href="https://github.com/openstreetmap/openstreetmap-website/pull/3842/files">1 file</a>)</p>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3842/files#diff-89cade48462044ee1b672dc5f4c3ec250fbd29effcd8932096a23c1283c6731f">Gemfile.lock</a>
    (2)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/3842.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/3842.patch</a></li>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/3842.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/3842.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3842">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLL5LFMQ6TOJWUCRHYLWNDLUFANCNFSM6AAAAAAS5ULJZU">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAK2OLKKGFLYW322RUKD2JDWNDLUFA5CNFSM6AAAAAAS5ULJZWWGG33NNVSW45C7OR4XAZNFJFZXG5LFVJRW63LNMVXHIX3JMTHFSHKYOU.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><openstreetmap/openstreetmap-website/pull/3842</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/3842",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/3842",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>