🚨 [security] Update actionpack 6.1.7.6 → 6.1.7.7 (patch) #371
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 🚨
🚨 Possible Sensitive Session Information Leak in Active Storage
Release Notes
6.1.7.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 3 commits:
Preparing for 6.1.7.7 release
update changelog
Merge pull request #48869 from brunoprietog/disable-session-active-storage-proxy-controllers
✳️ rails (6.1.7.6 → 6.1.7.7) · Repo
Release Notes
6.1.7.7
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 3 commits:
Preparing for 6.1.7.7 release
update changelog
Merge pull request #48869 from brunoprietog/disable-session-active-storage-proxy-controllers
Release Notes
6.1.7.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 3 commits:
Preparing for 6.1.7.7 release
update changelog
Merge pull request #48869 from brunoprietog/disable-session-active-storage-proxy-controllers
Release Notes
6.1.7.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 3 commits:
Preparing for 6.1.7.7 release
update changelog
Merge pull request #48869 from brunoprietog/disable-session-active-storage-proxy-controllers
Release Notes
6.1.7.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 3 commits:
Preparing for 6.1.7.7 release
update changelog
Merge pull request #48869 from brunoprietog/disable-session-active-storage-proxy-controllers
Release Notes
6.1.7.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 3 commits:
Preparing for 6.1.7.7 release
update changelog
Merge pull request #48869 from brunoprietog/disable-session-active-storage-proxy-controllers
Release Notes
6.1.7.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 3 commits:
Preparing for 6.1.7.7 release
update changelog
Merge pull request #48869 from brunoprietog/disable-session-active-storage-proxy-controllers
Release Notes
6.1.7.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 3 commits:
Preparing for 6.1.7.7 release
update changelog
Merge pull request #48869 from brunoprietog/disable-session-active-storage-proxy-controllers
Release Notes
6.1.7.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 3 commits:
Preparing for 6.1.7.7 release
update changelog
Merge pull request #48869 from brunoprietog/disable-session-active-storage-proxy-controllers
Security Advisories 🚨
🚨 Possible Sensitive Session Information Leak in Active Storage
Release Notes
6.1.7.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 3 commits:
Preparing for 6.1.7.7 release
update changelog
Merge pull request #48869 from brunoprietog/disable-session-active-storage-proxy-controllers
Release Notes
6.1.7.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 3 commits:
Preparing for 6.1.7.7 release
update changelog
Merge pull request #48869 from brunoprietog/disable-session-active-storage-proxy-controllers
Release Notes
1.2.3
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 25 commits:
1.2.3
Add `TimerTask.new(interval_type:)` option to configure interval calculation
docs: update promises grammar (#1026)
docs: fix typo in throttle docs (#1024)
Add Ruby 3.3 in CI
Remove AtomicReferenceMapBackend and CheapLockable
Fix some typos
Fix spurious return in Promises#wait_until_resolved
Fix compile error on FreeBSD 14
Drop dependency on mutex_m
Expose the number of threads that are actively executing tasks with `ThreadPoolExecutor#active_count`. (#1002)
Update the list of maintainers
Allow TimerTask to be initialized with a specified Executor
Use executor from arg in then_on/rescue_on/chain_on for Promises
Allow TimerSet to safely handle an executor raising `RejectedExecutionError` (#999)
Fix sporadic failures testing with JRuby (#1012)
Fix DaemonThreadFactory - reuse single Java thread factory
Fix doc typo: yeild → yield
Fix broken CI due to rake-compiler error on Ruby < 2.6
Fix TimerTask example output (#1003)
Fix TimerTask docs to not refer to `#execute` as "blocking" (#996)
Fix TimerTask `:execution_interval` docs
Update comment about ::Array on CRuby, it's not fully thread-safe
Update comment about ::Hash on CRuby, it's not fully thread-safe
Check the first Concurrent::Map default_proc argument is a Concurrent::Map in more tests
Release Notes
1.14.3
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 28 commits:
Bump to 1.14.4
Merge pull request #687 from ruby-i18n/undo-racc-dep
Remove 3.0 x rails-main action run
Use strictly ruby 3 point 0, not latest Ruby 3
undo strict racc dependency on this branch
Bump to 1.14.3
Merge pull request #683 from fatkodima/add-inspect-to-fallbacks
Merge branch 'master' into add-inspect-to-fallbacks
Merge pull request #684 from ruby-i18n/update-workflows
Clearly specify which versions of Ruby + Rails we support
Add back Ruby 3.0 support
Use actions/checkout@v4, as Node 16 actions have been deprecated
Bump Mocha deps to v2 to fix build issue
Specify racc as a dependency
Update workflows
Implement `Fallbacks#inspect` and `Fallbacks#empty?`
Merge pull request #678 from fatkodima/fix-interpolate-reserved-keywords
Raise when translated entry contains interpolations for reserved keywords and no substitutions provided
Merge pull request #677 from fatkodima/update-mocha
Update `mocha` gem
Merge pull request #669 from kbrock/regex2
Merge pull request #668 from kbrock/regex
Bump to 1.14.2
Merge pull request #671 from ruby-i18n/exists-pass-options
Pass options to along to exists? super calls
condense to TOKENIZER
Speed up INTERPOLATION_SYNTAX
Improve TOKENIZER by 23%
Security Advisories 🚨
🚨 Possible Denial of Service Vulnerability in Rack Header Parsing
🚨 Possible DoS Vulnerability with Range Header in Rack
🚨 Denial of Service Vulnerability in Rack Content-Type Parsing
Release Notes
2.2.8.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 4 commits:
bump version
Avoid 2nd degree polynomial regexp in MediaType
Return an empty array when ranges are too large
Fixing ReDoS in header parsing
Release Notes
6.1.7.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 3 commits:
Preparing for 6.1.7.7 release
update changelog
Merge pull request #48869 from brunoprietog/disable-session-active-storage-proxy-controllers
Release Notes
2.6.13 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 13 commits:
Ready for 2.6.13
Document null inflector and case-insensitive file systems
Add test coverage for symlinks and for_gem
Merge pull request #286 from m-nakamura145/update-actions-checkout
Bump actions/checkout
Revise the conceptual translation of for_gem
Delete comment in Kernel#require decoration
Merge pull request #279 from stevenharman/typo_and_doc_tweeks
Fix small typo & clarify some grammar in the docs
Merge pull request #278 from m-nakamura145/update-ci-matrix
Add Ruby 3.3 to CI matrix
Revise docs re the null inflector and Rails
Provide a null inflector
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