🚨 [security] Update concurrent-ruby 1.3.5 → 1.3.7 (patch)#365
Open
depfu[bot] wants to merge 1 commit into
Open
🚨 [security] Update concurrent-ruby 1.3.5 → 1.3.7 (patch)#365depfu[bot] wants to merge 1 commit into
depfu[bot] wants to merge 1 commit into
Conversation
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?
Security Advisories 🚨
🚨 Concurrent Ruby : `AtomicReference#update` livelocks when the stored value is `Float::NAN`
🚨 Concurrent Ruby: `ReentrantReadWriteLock` read-count overflow grants a write lock without exclusivity
🚨 Concurrent Ruby: ReadWriteLock allows wrong-thread write release and stray read-release counter corruption
Release Notes
1.3.7
1.3.6
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 37 commits:
Release 1.3.7Fix AtomicReference#update livelock when stored value is Float::NAN on JRuby and TruffleRubyFix `ReentrantReadWriteLock` read hold overflow into write-lock bitFix `AtomicReference#update` livelock when stored value is `Float::NAN`Cleanup specFix `ReadWriteLock` wrong-thread write release and stray read releaseAdd Ruby 4.0 in CIAdd SECURITY.md (#1104)Bump actions/upload-pages-artifact from 4 to 5Bump actions/deploy-pages from 4 to 5concurrent-ruby-ext: fix build on Darwin 32-bitIncrease max waiting time in ReentrantReadWriteLock specs to avoid transientsRun the docs workflow when pushing a tagUpdate release post stepsRelease 1.3.6Exclude dependabot updates from release notesThreadPoolExecutor `kill` will `wait_for_termination` in JRuby; ensure TimerSet timer thread shuts down cleanlyFlaky test fix: allow ThreadPool to shutdown before asserting completed_task_count (#1098)Allow TimerTask to be safely restarted after shutdown and avoid duplicate tasks (#1001)Mark RubySingleThreadExecutor as a SerialExecutorServiceAsynchronous pruning for RubyThreadPoolExecutor (#1082)Add Joshua Young to the list of maintainers (#1097)Use typed data APIsUse stdatomic.h on recent macOSBump actions/checkout from 5 to 6Fix multi require concurrent/executor/cached_thread_poolAlways fail-fast: false in CIAvoid creating a Fiber while loading the gemBump actions/checkout from 4 to 5Bump actions/upload-pages-artifact from 3 to 4Fix mistakes in MVar documentationCorrect word in readmeFix typoAdd 3.4 in CIRun tests without the C extension in CIFix guards in specs using C extension classesDocument Bundler workaround for releasing✳️ bundler-audit (0.9.2 → 0.9.3) · Repo · Changelog
Release Notes
0.9.3
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 16 commits:
Updated the ChangeLog for 0.9.3.Version bump to 0.9.3.Added Ruby 4.0 to the CI matrix.Added Ruby 3.5 to the CI matrix.Require rubygems-tasks ~> 0.3 for Ruby 3.5 and 4.0.Allow using bundler 4.xRemove syntax highlighting from example output.Be consistent and only use markdown code fences.Fixed typo in `@return` tag.Update RubyGems in GitHub Actions CI (#406)Added Ruby 3.4 to the GitHub CI matrix.Disable new rubocops.Default `check --database` to `Database::DEFAULT_PATH`.Switched to using `Database::DEFAULT_PATH` instead of `Database.path`.Disable the `Gemspec/RequireMFA` rule since it's not aware of `gemspec.yml`.Added gem metadata and corrected links in gemspec.ymlDepfu 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