🚨 [security] Update webmock 3.18.1 → 3.25.2 (minor)#65
Merged
klaustopher merged 1 commit intomasterfrom Oct 26, 2025
Merged
Conversation
1 similar comment
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.
🚨 Your current dependencies have known security vulnerabilities 🚨
This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ webmock (3.18.1 → 3.25.2) · Repo · Changelog
Release Notes
Too many releases to show here. View the full release notes.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
2.8.7 (from changelog)
2.8.6 (from changelog)
2.8.5 (from changelog)
2.8.4 (from changelog)
2.8.3 (from changelog)
2.8.2 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 23 commits:
Bump version to v1.0.1Bump actions/checkout from 4 to 5 (#88)Add dependabot to keep CI up-to-date (#87)Fix deprecation warnings for Minitest 6 (#86)Handle new "No root element" error from REXML #84 (#85)Merge pull request #83 from kiskoza/github-actions-os-fixUpdate Github Action OS to ubuntu-latestMerge pull request #81 from kiskoza/ruby-3-4Add Ruby 3.4 to the CI matrixBump version to v1.0.0 to indicate that the gem is stable (#80)chore: add bundler gem tasksNew release (#79)Merge pull request #68 from voxik/patch-2Merge pull request #77 from kiskoza/parse-datesFix parse issue with consecutive datesMerge pull request #75 from koic/add_bigdecimal_to_runtime_dependencyMerge pull request #78 from kiskoza/ci/remove-allow-failuresRemove allow failures from stable ruby versionsMerge pull request #74 from dmorehouse/masterUse GitHub actions (#76)Add BigDecimal to gem dependencyAdd Ruby 3.1 support that is backwards compatibleShip LICENSE file with the gemRelease Notes
1.2.1 (from changelog)
1.2.0 (from changelog)
1.1.2 (from changelog)
1.1.1 (from changelog)
1.1.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 32 commits:
Link to users and issues/PRs in changelogAdd release noteMerge pull request #101 from liufengyun/krzysiek1507-patch-1Use HTTPS for the source in the GemfileRelease 1.1.3Merge pull request #99 from robkiessling/preserve-key-orderFixed rubocop offensesAdded :preserve_key_order option to maintain original hash key orderRelease 1.1.2Merge pull request #96 from olleolleolle/patch-2Merge pull request #95 from olleolleolle/patch-1CI: Use bundler-cache in ruby/setup-rubyCI: Quote the '3.0' in YAML, to make it render as a full stringBump version to 1.1.1Merge pull request #94 from amatsuda/exclude_specs_from_gem_packageMerge pull request #93 from MatzFan/ignore_keys_fixExclude spec files from gem packagefix #88 bug in ignore_keys optionMerge pull request #91 from nishidayuya/chore_follow_rubocop_changeschore: migrate from Metrics/LineLength to Layout/LineLengthchore: follow rubocop changesMerge pull request #90 from nishidayuya/ci_add_github_actions_workflowdocs: fix repository path to original repository ownerdocs: add badge for GitHub Actionsci: add GitHub Actions workflowMerge pull request #89 from IvanVIII/masterUpdate changelog.mdUpdate version number in spec to v1.1.0Bump version to v1.1.0Merge pull request #87 from MatzFan/ignore_keysadd README suggestion re custom comparisonadd ignore_keys options, fixes #86Release Notes
6.0.2 (from changelog)
6.0.1 (from changelog)
6.0.0 (from changelog)
5.1.1 (from changelog)
5.1.0 (from changelog)
5.0.5 (from changelog)
5.0.4 (from changelog)
5.0.3 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Security Advisories 🚨
🚨 REXML has DoS condition when parsing malformed XML file
Release Notes
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 53 commits:
Add 3.4.4 entry (#297)Accept `REXML::Document.new("")` for backward compatibility (#295)Bump versionAdd 3.4.3 entry (#293)Reject no root element XML as an invalid XML (#291)The Zlib::GzipReader in JRuby does not behave as expected with REXML, so the test is skipped (#292)Fixed an issue with `IOSource#read_until` when reaching the end of a file (#288)Bump versionAdd 3.4.2 entry (#284)Added XML declaration check & `Source#skip_spaces` method (#282)Bump actions/checkout from 4 to 5 (#283)Remove ostruct from dev deps (#281)Remove bundler from dev deps (#277)Fix & Deprecate REXML::Text#text_indent (#275)Fix a bug that XPath can't be used for no document element (#268)Remove redundant return statements (#266)Use Safe Navigation (&.) from Ruby 2.3 (#265)Avoid redundant calls for doctype (#264)docs: Use # to reference instance methods (#270)Reuse XPath.match (#263)Don't call needless encoding_updated (#259)Fix wrong Encoding resolution (#258)Improve `Text.check` performance (#256)Improve using `//` in XPath performance (#249)Deprecate accepting array as an element in XPath.match, first and each (#252)Fix duplicate responses in XPath following, following-sibling, preceding, preceding-sibling (#255)Fix reverse sort in xpath_parser (#251)NEWS.md : Fix the mentioned of the PR in CVE-2024-35176. (#253)Fix docs typo in code example (#248)Raise appropriate exception when failing to match start tag in DOCTYPE (#247)Improve CDATA and comment parse performance (#246)Improve comment parse performance (#245)Improve CDATA parse performance (#244)Bump versionAdd 3.4.1 entry (#239)Reduced regular expression processing in the form of processing white space first (#237)Changed benchmark target to Ruby latest (#236)Fix serialization of ATTLIST is incorrect (#234)Added rdoc as a development dependency (for Ruby 3.5+) (#235)Use `StringScanner#peek_byte` to get double or single quotation mark (#227)Optimize `IOSource#read_until` method by using `StringScanner#check_until(string)` (#226)Bump versionAdd 3.4.0 entryrelease: use Trusted PublishingRemove old code for Ruby 1.8 (#223)test: Fix NameError: uninitialized constant REXML::Parsers::PullParser (#222)Fix error handling when parsing XML via IO.pipe (#221)parser pull: Add support for reusing parser (#220)Stop requiring stringio dynamically (#219)Clarify variable name (#218)Add `IOSource#match?` method (#216)test jruby: omit fragile testBump version🆕 bigdecimal (added, 3.3.1)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands