🚨 [security] Update webmock 3.19.1 → 3.24.0 (minor) #391
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.19.1 → 3.24.0) · Repo · Changelog
Release Notes
3.24.0 (from changelog)
3.23.1 (from changelog)
3.23.0 (from changelog)
3.22.0 (from changelog)
3.21.2 (from changelog)
3.21.1 (from changelog)
3.21.0 (from changelog)
3.20.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 72 commits:
Version 3.24.0
.gitignore .tool-versions
Merge pull request #1070 from c960657/em-http-ruby-head
Whitespace
Revert JRuby change
Do not speculate about em-http-request version
Exclude em-http-request on Ruby 3.4
Handle URI::Generic in RequestPattern uri
Merge branch 'master' of github.com:bblimke/webmock
Merge pull request #1068 from rodrigoargumedo/patron-fix
Merge branch 'master' into patron-fix
Raising an ArgumentError when uri is passed as Pathname object to stub_request or assert_requested.
Merge pull request #1065 from c960657/finished-request
Ignore jruby errors on CI for now.
Maybe jruby not jruby-head on CI is more stable?
sudo apt update on CI before apt install
Refactoring to avoid RequestPattern being coupled with JSON or XML parser specific parsing exceptions.
Merge pull request #1066 from c960657/invalid-xml
Fix test
Use Patron::Session instead of Patron namespace
Rescue exceptions
Mock HTTP::Connection#finished_request?
Update CI.yml to run tests on jruby-head
Merge pull request #1061 from postmodern/fix_async_http_client
Also initialize `Async::HTTP::WebMockClientWrapper#endpoint` (closes #1060).
`Async::HTTP::Client#initialize` uses keyword arguments.
Added Ruby 3.3 to the list of supported Ruby versions in README
Version 3.23.1
Merge pull request #1056 from IFTTT/master
Much simpler
Use Async::Socket if is present
Update version.rb
Use single-quotes
Replace Async::IO::Socket usage with stdlib Socket for async-http adapter to remove implicit dependency on async-io
Version 3.23.0
Fixed CI badge.
Fixed HTTP.rb adapter, to allow streaming real responses, when WebMock is enabled.
Use `require_relative' instead of `require`
Version 3.22.0
Since `webmock_responses` and `webmock_request_signatures` in HTTPClient adapter are now thread-local, there is no need to synchronize on mutex in order to access them.
Revert "Revert "Merge pull request #300 from tbeauvais/httpclient_thread_safe""
Version 3.21.2
Fixed type checking in WebMock::Response#assert_valid_body! to correctly identify Hash objects and improved error message.
Updated the list of contributors.
Merge pull request #1016 from spikeheap/master
Version 3.21.1
The stubbed Net::HTTPResponse#uri now returns request.uri, aligning it with the behavior of an actual Net::HTTPResponse.
Version 3.21.0
Merge pull request #1050 from mkmba-nz/webmock_sig_uri_after_filters
Merge pull request #1049 from etiennebarrie/dont-use-deprecated-rack-version
httpclient: include a uri modifying filter in spec tests.
httpclient_adapter: use uri after filters when building req signature
Show deprecation warnings
Don't use deprecated Rack::VERSION in Rack 3
Version 3.20.0
Preserving body encoding, when building request signature for executed HTTP.rb requests.
The default stubbed response body, which is an empty String, is utf-8 encoded.
The default stubbed response body, which is an empty String, is unfrozen String.
Merge pull request #1047 from znz/patch-1
Merge pull request #1038 from instrumentl/typhoeus-timings
Added mutex_m to dev dependencies, for the httpclient specs to pass on Ruby 3.4
Merge pull request #1040 from mattbrictson/fix-async-specs
Updated configuration file for Github Actions CI
Merge pull request #1046 from Earlopain/remove-base64-dep
Merge pull request #1042 from RicardoTrindade/patch-1
Remove redundant freeze
Remove dependency on `base64`
Call detect instead of select..first
Fix failing Async::HTTP specs due to Async API change
Set Typhoeus timing fields when constructing Response objects
Merge pull request #1035 from y-yagi/fix-changelog-entry-for-3191
Fix a changelog entry for 3.19.1
Release Notes
2.8.7 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 14 commits:
Bump version to v1.0.0 to indicate that the gem is stable (#80)
chore: add bundler gem tasks
New release (#79)
Merge pull request #68 from voxik/patch-2
Merge pull request #77 from kiskoza/parse-dates
Fix parse issue with consecutive dates
Merge pull request #75 from koic/add_bigdecimal_to_runtime_dependency
Merge pull request #78 from kiskoza/ci/remove-allow-failures
Remove allow failures from stable ruby versions
Merge pull request #74 from dmorehouse/master
Use GitHub actions (#76)
Add BigDecimal to gem dependency
Add Ruby 3.1 support that is backwards compatible
Ship LICENSE file with the gem
Release Notes
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 19 commits:
Bump version to 1.1.1
Merge pull request #94 from amatsuda/exclude_specs_from_gem_package
Merge pull request #93 from MatzFan/ignore_keys_fix
Exclude spec files from gem package
fix #88 bug in ignore_keys option
Merge pull request #91 from nishidayuya/chore_follow_rubocop_changes
chore: migrate from Metrics/LineLength to Layout/LineLength
chore: follow rubocop changes
Merge pull request #90 from nishidayuya/ci_add_github_actions_workflow
docs: fix repository path to original repository owner
docs: add badge for GitHub Actions
ci: add GitHub Actions workflow
Merge pull request #89 from IvanVIII/master
Update changelog.md
Update version number in spec to v1.1.0
Bump version to v1.1.0
Merge pull request #87 from MatzFan/ignore_keys
add README suggestion re custom comparison
add ignore_keys options, fixes #86
Release Notes
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)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 66 commits:
Release 6.0.1
Updated list from source (#325)
Updated list from source (#324)
Updated list from source (#323)
Updated list from source (#322)
Updated list from source (#321)
Updated list from source (#320)
Updated list from source (#319)
Updated list from source (#318)
Updated list from source (#317)
Updated list from source (#316)
Update mocha requirement from ~> 2.3.0 to ~> 2.4.0 (#313)
Updated list from source (#312)
Release 6.0.0
Release 5.1.0
Updated list from source (#311)
Updated list from source (#310)
Updated list from source (#309)
Updated list from source (#308)
Updated list from source (#307)
Updated list from source (#306)
Updated list from source (#305)
Updated list from source (#304)
Fix rubocop
Update SECURITY.md
Update mocha requirement from ~> 2.2.0 to ~> 2.3.0 (#303)
Updated list from source (#302)
Update psl-update.yml
Updated list from source (#301)
Updated list from source (#300)
Updated list from source (#299)
Updated list from source (#298)
Updated list from source (#297)
Updated list from source (#296)
Updated list from source (#295)
Updated list from source (#294)
Update mocha requirement from ~> 2.1.0 to ~> 2.2.0 (#292)
Remove support for old Ruby
Fix rubocop false positive
Fix rubocop offense
Updated list from source (#293)
Release 5.0.5
Update year
Updated list from source (#291)
Updated list from source (#289)
Updated list from source (#288)
Updated list from source (#287)
Updated list from source (#286)
Updated list from source (#285)
Updated list from source (#284)
Updated list from source (#283)
Bump peter-evans/create-pull-request from 5 to 6 (#282)
Add Ruby 3.3 to CI matrix (#281)
Updated list from source (#280)
Updated list from source (#279)
Updated list from source (#278)
Updated list from source (#277)
Updated list from source (#276)
Updated list from source (#275)
Updated list from source (#274)
Updated list from source (#273)
Updated list from source (#272)
chore(changelog): fix wrong linked pull request (#271)
Updated list from source (#270)
Update release.yml
Update release.yml
Security Advisories 🚨
🚨 REXML denial of service vulnerability
🚨 REXML DoS vulnerability
🚨 REXML DoS vulnerability
🚨 REXML denial of service vulnerability
Release Notes
3.3.8
3.3.7
3.3.6
3.3.5
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.9
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.
🗑️ strscan (removed)
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