Skip to content

🚨 [security] Update webmock 3.18.1 → 3.25.2 (minor)#65

Merged
klaustopher merged 1 commit intomasterfrom
depfu/update/webmock-3.25.2
Oct 26, 2025
Merged

🚨 [security] Update webmock 3.18.1 → 3.25.2 (minor)#65
klaustopher merged 1 commit intomasterfrom
depfu/update/webmock-3.25.2

Conversation

@depfu
Copy link
Contributor

@depfu depfu bot commented Oct 26, 2025


🚨 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.

↗️ addressable (indirect, 2.8.1 → 2.8.7) · Repo · Changelog

Release Notes

2.8.7 (from changelog)

  • Allow public_suffix 6 (#535)

2.8.6 (from changelog)

  • Memoize regexps for common character classes (#524)

2.8.5 (from changelog)

  • Fix thread safety issue with encoding tables (#515)
  • Define URI::NONE as a module to avoid serialization issues (#509)
  • Fix YAML serialization (#508)

2.8.4 (from changelog)

  • Restore Addressable::IDNA.unicode_normalize_kc as a deprecated method (#504)

2.8.3 (from changelog)

  • Fix template expand level 2 hash support for non-string objects (#499, #498)

2.8.2 (from changelog)

  • Improve cache hits and JIT friendliness (#486)
  • Improve code style and test coverage (#482)
  • Ensure reset of deferred validation (#481)
  • Resolve normalization differences between IDNA::Native and IDNA::Pure (#408, #492)
  • Remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) (accidentally reverted by #449 merge but added back in #492)

Does any of this look wrong? Please let us know.

↗️ crack (indirect, 0.4.5 → 1.0.1) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 23 commits:

↗️ hashdiff (indirect, 1.0.1 → 1.2.1) · Repo · Changelog

Release Notes

1.2.1 (from changelog)

1.2.0 (from changelog)

  • Added :preserve_key_order option to maintain original hash key order #99 (@robkiessling)

1.1.2 (from changelog)

1.1.1 (from changelog)

1.1.0 (from changelog)

  • Add ignore_keys option (#86 @MatzFan)
  • Remove pinned version of rake < 11
  • Bump rspec dep ~> 3.5
  • Bump rubocop dep >= 1.52.1
  • Bump rubocop-rspec dep > 1.16.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 32 commits:

↗️ public_suffix (indirect, 5.0.1 → 6.0.2) · Repo · Changelog

Release Notes

6.0.2 (from changelog)

Changed

  • Updated definitions.

6.0.1 (from changelog)

Changed

  • Updated definitions.

6.0.0 (from changelog)

Same as 5.1.0. Re-releasing as a major version change due to a major ruby version requirement change.

Changed

  • Updated definitions.
  • Minimum Ruby version is 3.0

5.1.1 (from changelog)

No significant changes. Releasing a mini version to address 5.1.0 release with major ruby requirement change (GH-315).

5.1.0 (from changelog)

Changed

  • Updated definitions.
  • Minimum Ruby version is 3.0

5.0.5 (from changelog)

Changed

  • Updated definitions.

5.0.4 (from changelog)

Changed

5.0.3 (from changelog)

Fixed

  • Fixed automated release workflow.

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.

↗️ rexml (indirect, 3.3.9 → 3.4.4) · Repo · Changelog

Security Advisories 🚨

🚨 REXML has DoS condition when parsing malformed XML file

Impact

The REXML gems from 3.3.3 to 3.4.1 have a DoS vulnerability when parsing XML containing multiple XML declarations.
If you need to parse untrusted XMLs, you may be impacted to these vulnerabilities.

Patches

REXML gems 3.4.2 or later include the patches to fix these vulnerabilities.

Workarounds

Don't parse untrusted XMLs.

References

Release Notes

3.4.4

Improvement

  • Accept REXML::Document.new("") for backward compatibility
    • GH-296
    • GH-295
    • Patch by NAITOH Jun
    • Reported by Joe Rafaniello

Thanks

  • NAITOH Jun

  • Joe Rafaniello

3.4.3

Improvement

  • Reject no root element XML as an invalid XML
    • GH-289
    • GH-291
    • Patch by NAITOH Jun
    • Reported by Sutou Kouhei

Fixes

  • Fixed an issue with IOSource#read_until when reaching the end of a file
    • GH-287
    • GH-288
    • Patch by NAITOH Jun
    • Reported by Jason Thomas

Thanks

  • NAITOH Jun

  • Sutou Kouhei

  • Jason Thomas

3.4.2

Improvement

  • Improved performance.

  • Raise appropriate exception when failing to match start tag in DOCTYPE

  • Deprecate accepting array as an element in XPath.match, first and each

    • GH-252
    • Patch by tomoya ishida
  • Don't call needless encoding_updated

    • GH-259
    • Patch by Sutou Kouhei
  • Reuse XPath::match

  • Cache redundant calls for doctype

  • Use Safe Navigation (&.) from Ruby 2.3

  • Remove redundant return statements

  • Added XML declaration check & Source#skip_spaces method

    • GH-282
    • Patch by NAITOH Jun
    • Reported by Sofi Aberegg

Fixes

  • Fix docs typo

    • GH-248
    • Patch by James Coleman
  • Fix reverse sort in xpath_parser

    • GH-251
    • Patch by tomoya ishida
  • Fix duplicate responses in XPath following, following-sibling, preceding, preceding-sibling

  • Fix wrong Encoding resolution

    • GH-258
    • Patch by Sutou Kouhei
  • Handle nil when parsing fragment

  • [Documentation] Use # to reference instance methods

  • Fix & Deprecate REXML::Text#text_indent

  • remove bundler from dev deps

  • remove ostruct from dev deps

Thanks

  • NAITOH Jun

  • tomoya ishida

  • James Coleman

  • pboling

  • Sutou Kouhei

  • Sofi Aberegg

3.4.1

Improvement

Fixes

  • Fix serialization of ATTLIST is incorrect

Thanks

  • NAITOH Jun

  • OlofKalufs

3.4.0

Improvement

  • Improved performance.

  • JRuby: Improved parse performance.

    • GH-219
    • Patch by João Duarte
  • Added support for reusing pull parser.

  • Improved error handling when source is IO.

Thanks

  • NAITOH Jun

  • João Duarte

  • Dmitry Pogrebnoy

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 53 commits:

🆕 bigdecimal (added, 3.3.1)


Depfu Status

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
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Oct 26, 2025
@coveralls
Copy link

Coverage Status

coverage: 100.0%. remained the same
when pulling 2cd56a4 on depfu/update/webmock-3.25.2
into e97f939 on master.

1 similar comment
@coveralls
Copy link

Coverage Status

coverage: 100.0%. remained the same
when pulling 2cd56a4 on depfu/update/webmock-3.25.2
into e97f939 on master.

@klaustopher klaustopher merged commit 31ee889 into master Oct 26, 2025
2 checks passed
@depfu depfu bot deleted the depfu/update/webmock-3.25.2 branch October 26, 2025 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants