🚨 [security] Update httparty 0.23.2 → 0.24.0 (major) #1361
Merged
+4
−4
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?
✳️ httparty (0.23.2 → 0.24.0) · Repo · Changelog
Security Advisories 🚨
🚨 httparty Has Potential SSRF Vulnerability That Leads to API Key Leakage
Commits
See the full diff on Github. The new version differs by 9 commits:
Release 0.24.0Merge pull request #830 from jnunemaker/fix-ssrf-base-uri-bypassfix: prevent SSRF via absolute URL bypassing base_uri (GHSA-hm5p-x4rq-38w4)Merge pull request #829 from jnunemaker/memoryfeat: stream multipart file uploads to reduce memory usageMerge pull request #828 from jnunemaker/issue-826feat: set Content-Type for Hash body in requestsMerge pull request #823 from jnunemaker/mixed-encodingsForce binary encoding throughoutRelease Notes
4.0.1
4.0.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 40 commits:
Bump version to v4.0.1 (#477)Remove "Which version should you select" section (#476)Remove unused variable (and add test for it) (#475)Merge pull request #474 from ruby/exclude-dependabot-updateExclude dependabot updates from release noteBump version to v4.0.0 (#472)Deprecate ludcmp, jacobian and newton (#471)Remove deprecated method BigDecimal#precs (#470)Better rounding of BigMath.atan(nearly_one, prec) (#469)Merge pull request #468 from ruby/dependabot/github_actions/step-security/harden-runner-2.14.0Bump step-security/harden-runner from 2.13.3 to 2.14.0Implement BigMath.frexp and ldexp with exponent of 10 (#448)Fix lgamma precision when gamma(negative_x).abs nearly equals 1 (#467)Fix lgamma precision around 1 and 2 (#466)Fix inaccurate calculation (last digit) and add a workaround for add/sub hang bug (#465)Merge pull request #463 from tas50/masterFix typos + improve copy/paste in readmeImplement BigMath.gamma and BigMath.lgamma (#451)Implement BigMath.erf(x, prec) and BigMath.erfc(x, prec) (#357)Merge pull request #461 from ruby/dependabot/github_actions/step-security/harden-runner-2.13.3Merge pull request #462 from ruby/dependabot/github_actions/actions/checkout-6.0.1Bump actions/checkout from 6.0.0 to 6.0.1Bump step-security/harden-runner from 2.13.2 to 2.13.3Cast divmod quotient to int (#312)Change remainder/modulo/divmod test of +0/-0 type tolerant (#460)Add missing BigMath test for jruby (#459)Merge pull request #457 from ruby/dependabot/github_actions/actions/checkout-6.0.0Bump actions/checkout from 5.0.1 to 6.0.0Merge pull request #456 from ruby/dependabot/github_actions/actions/checkout-6.0.0Bump actions/checkout from 5.0.0 to 6.0.0Don't use assert_separatly if not needed (#455)Bump step-security/harden-runner from 2.13.1 to 2.13.2 (#454)Fix incorrect exception when exponent is fractional for Infinity base (#453)Make BigMath.exp and log also a module_method (#452)Add missing bigmath precision test, add missing indent (#450)Merge pull request #449 from ruby/update-actionsUpdate the latest versions of actionsFix fast-path of frac and _decimal_shift affected by BigDecimal.limit (#447)Implement major math functions (#336)Fix x**y, x.power(y, 0) and x.sqrt(0) calculates huge digits if precision limit is huge (#445)Release Notes
0.8.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 36 commits:
Bump version to 0.8.0Add push workflow and update release rake taskDocument Ruby 4 supportRefactorRemove test skipsIncrease branch coverage to 100%Fix tests on WindowsDrop support for JRubyAdd type checking with RBS and SteepMore refactoringMore test cleanupKill remaining mutantsCleanup testsKill mutantsSuppress oga warningsAdd mutant100% c0 code coverageCovert from RSpec to Minitest100% documentation coverageMore refactoringExtract modules and constants into separate filesUpdate workflowsExtract global variables into SpeedTest moduleReplace @xml instance variables with let(:xml) declarationsRefactorRefactor code into Helpers modulerake standard:fixMake parsing errors inspectable with cause and xml accessorsFix inconsistent whitespace handling across parsersFix constant lookup in parser require guardsAdd SAX parsers for Nokogiri and LibXMLChange bigdecimal dependency to >= 3.1, < 5Revert "Pass symbol as an argument to proc instead of a block"Add per-parse :parser option to MultiXml.parsePass symbol as an argument to proc instead of a blockUpdate bigdecimal depdnency to ~> 4.0Depfu 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