[bundler] Bump the monthly group with 2 updates#210
Merged
Conversation
Bumps the monthly group with 2 updates: [loofah](https://github.com/flavorjones/loofah) and [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer). Updates `loofah` from 2.25.1 to 2.25.2 - [Release notes](https://github.com/flavorjones/loofah/releases) - [Changelog](https://github.com/flavorjones/loofah/blob/main/CHANGELOG.md) - [Commits](flavorjones/loofah@v2.25.1...v2.25.2) Updates `rails-html-sanitizer` from 1.7.0 to 1.7.1 - [Release notes](https://github.com/rails/rails-html-sanitizer/releases) - [Changelog](https://github.com/rails/rails-html-sanitizer/blob/main/CHANGELOG.md) - [Commits](rails/rails-html-sanitizer@v1.7.0...v1.7.1) --- updated-dependencies: - dependency-name: loofah dependency-version: 2.25.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: monthly - dependency-name: rails-html-sanitizer dependency-version: 1.7.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: monthly ... Signed-off-by: dependabot[bot] <support@github.com>
ahaverbuch
approved these changes
Jul 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the monthly group with 2 updates: loofah and rails-html-sanitizer.
Updates
loofahfrom 2.25.1 to 2.25.2Release notes
Sourced from loofah's releases.
Changelog
Sourced from loofah's changelog.
Commits
2706d7eversion bump to v2.25.21afde0cMerge pull request #308 from flavorjones/security-2252f1be9d8Updateallowed_uri?to decode semicolon-less numeric character references5e91af8Updateallowed_uri?to handle named whitespace character references20867b9Properly restrict SVG href attributes5f3bff4test: opt into JSON comment parsing for sanitizer testdata (#307)b07713dtest: do not run in verbose modebabe7a8doc: update CHANGELOGa8d8d96Merge pull request #305 from flavorjones/drop-protocol-typob52f4b0version bump to 2.25.2.beta1Updates
rails-html-sanitizerfrom 1.7.0 to 1.7.1Release notes
Sourced from rails-html-sanitizer's releases.
Changelog
Sourced from rails-html-sanitizer's changelog.
Commits
4f37e3dversion bump to v1.7.1b4673b9Merge pull request #223 from rails/svg-href-local-ref74dcb80Properly restrict SVG href attributes11ee440Adjust data: URI mediatype tests for loofah 2.25.2 (#222)bc9622cHarden GitHub Actions workflows (#220)3459ffddep(dev): update nokogiri (#219)8aa4bb2build(deps-dev): bump concurrent-ruby from 1.3.6 to 1.3.7 (#218)4ddc0c7dep(dev): update development dependencies (#217)f87abb4Merge pull request #215 from yuri-zubov/reduce-gem-size527b317Reduce gem size by excluding test filesDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsNote
Low Risk
Lockfile-only transitive security patches to HTML sanitizers; intended to reduce XSS risk with no app code changes, though custom sanitizer allowlists (e.g. SVG
use) should be smoke-tested.Overview
Gemfile.lockonly: bumpsloofahfrom 2.25.1 to 2.25.2 andrails-html-sanitizerfrom 1.7.0 to 1.7.1, with the sanitizer now requiringloofah~> 2.25, >= 2.25.2.These are security-focused patch releases on the HTML sanitization stack (pulled in via Rails
actionpack/actionview). Loofah 2.25.2 tightensallowed_uri?(numeric refs without semicolons,	/
scheme splitting,data:mediatype parsing, dropsfeedprotocol) and restricts bothhrefandxlink:hrefon SVG reference elements. rails-html-sanitizer 1.7.1 aligns SVGhrefhandling with loofah and raises the minimum loofah version.No application source changes—dependency resolution and checksums only.
Reviewed by Cursor Bugbot for commit 0ef4fa5. Bugbot is set up for automated code reviews on this repo. Configure here.