Skip to content

Commit b88ed8d

Browse files
authored
build(deps-dev): bump loofah from 2.25.0 to 2.25.1 (#226)
Bumps [loofah](https://github.com/flavorjones/loofah) from 2.25.0 to 2.25.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.25.1 / 2026-03-17</h2> <ul> <li>Ensure <code>Loofah::HTML5::Scrub.allowed_uri?</code> recognizes unescaped whitespace entities and rejects schemas containing them. See <a href="https://github.com/flavorjones/loofah/security/advisories/GHSA-46fp-8f5p-pf2m">GHSA-46fp-8f5p-pf2m</a>. <a href="https://redirect.github.com/flavorjones/loofah/issues/302">#302</a> <a href="https://github.com/flavorjones"><code>@​flavorjones</code></a></li> </ul> </blockquote> </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.25.1 / 2026-03-17</h2> <ul> <li>Ensure <code>Loofah::HTML5::Scrub.allowed_uri?</code> recognizes unescaped whitespace entities and rejects schemas containing them. See <a href="https://github.com/flavorjones/loofah/security/advisories/GHSA-46fp-8f5p-pf2m">GHSA-46fp-8f5p-pf2m</a>. <a href="https://redirect.github.com/flavorjones/loofah/issues/302">#302</a> <a href="https://github.com/flavorjones"><code>@​flavorjones</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/flavorjones/loofah/commit/c895c8b2ac9c7255ca10c4e3083b8f0b019b7189"><code>c895c8b</code></a> version bump to v2.25.1</li> <li><a href="https://github.com/flavorjones/loofah/commit/f4ebc9c5193dde759a57541062e490e86fc7c068"><code>f4ebc9c</code></a> Merge pull request <a href="https://redirect.github.com/flavorjones/loofah/issues/302">#302</a> from flavorjones/flavorjones/better-allowed-uri</li> <li><a href="https://github.com/flavorjones/loofah/commit/9f4e5dbd79f63775b3ad6196fa391f8e807da156"><code>9f4e5db</code></a> Update <code>allowed_uri?</code> to handle unescaped whitespace entities</li> <li><a href="https://github.com/flavorjones/loofah/commit/e6f47515f642b1868f9025e85429301fa6f8bb20"><code>e6f4751</code></a> doc: Move security reporting to Github</li> <li>See full diff in <a href="https://github.com/flavorjones/loofah/compare/v2.25.0...v2.25.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.25.0&new-version=2.25.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/github/rubocop-rails-accessibility/network/alerts). </details>
2 parents 67971e9 + 104fc7b commit b88ed8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ GEM
4747
language_server-protocol (3.17.0.5)
4848
lint_roller (1.1.0)
4949
logger (1.7.0)
50-
loofah (2.25.0)
50+
loofah (2.25.1)
5151
crass (~> 1.0.2)
5252
nokogiri (>= 1.12.0)
5353
mcp (0.8.0)

0 commit comments

Comments
 (0)