🚨 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.
Nokogiri 1.13.8, 1.13.9 fails to check the return value from xmlTextReaderExpand in the method Nokogiri::XML::Reader#attribute_hash. This can lead to a null pointer exception when invalid markup is being parsed.
For applications using XML::Reader to parse untrusted inputs, this may potentially be a vector for a denial of service attack.
Mitigation
Upgrade to Nokogiri >= 1.13.10.
Users may be able to search their code for calls to either XML::Reader#attributes or XML::Reader#attribute_hash to determine if they are affected.
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 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)
🚨 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?
↗️ nokogiri (indirect, 1.13.9 → 1.13.10) · Repo · Changelog
Security Advisories 🚨
🚨 Unchecked return value from xmlTextReaderExpand
Commits
See the full diff on Github. The new version differs by 7 commits:
version bump to v1.13.10
Merge pull request #2715 from sparklemotion/flavorjones-fix-reader-error-handling_v1.13.x
fix(cruby): XML::Reader#attribute_hash returns nil on error
Merge pull request #2717 from sparklemotion/flavorjones-lock-psych-to-fix-build_v1.13.x
test: skip large cdata test on system libxml2
dep(dev): pin psych to v4 until v5 builds in CI
style(rubocop): disable Minitest/EmptyLineBeforeAssertionMethods
↗️ racc (indirect, 1.6.0 → 1.6.1) · Repo · Changelog
Release Notes
1.6.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 39 commits:
Bump version to 1.6.1
Merge pull request #198 from ruby/flavorjones-update-ci-pipeline-20221123
ci: update jruby versions and add truffleruby
Merge pull request #197 from jwillemsen/patch-3
Update racc.gemspec
Merge pull request #196 from jwillemsen/patch-3
Update README.rdoc
Merge pull request #195 from jwillemsen/patch-3
Update racc.en.rhtml
Merge pull request #194 from enebo/jruby_racc_find
Merge pull request #193 from okuramasafumi/patch-1
Make racc test more flexible (for JRuby).
Fix documentation directory name in README
Merge pull request #191 from nobu/fix-regexp-option
Fix flag to `Regexp.new`
Merge pull request #189 from nobu/strip-trailing-spaces
Strip trailing whitespaces [ci skip]
Show diffs
Strip trailing whitespaces at the last line of actions
Merge pull request #188 from nobu/nodoc-parseerror
[DOC] Remove stale `Object::ParseError` documentation
Merge pull request #187 from ruby/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
Merge pull request #186 from ruby/add-dependabot
Added dependabot
Merge pull request #184 from simi/patch-1
Fix typo in sample/calc.y.
ci: fix name of default branch
Merge pull request #181 from ruby/flavorjones-update-ci-with-ruby31
ci: update to cover Ruby 3.1
Merge pull request #180 from k0kubun/rubyvm-mjit
s/RubyVM::JIT/RubyVM::MJIT/g
Merge pull request #179 from jwillemsen/patch-3
Update README.rdoc
Merge pull request #178 from nobu/fix-names
Fix a private method name
Fix typo in a local variable name
Merge pull request #173 from ruby/ci-use-cache-add-jruby93
CI: Add JRuby 9.3, use bundler-cache
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