global-hack-day-3
global-hack-day-3 copied to clipboard
Bump rack from 1.6.4 to 1.6.12 in /Emerald CI/ruby-example
Bumps rack from 1.6.4 to 1.6.12.
Changelog
Sourced from rack's changelog.
[1.6.12] - 2019-12-08
Security
- [CVE-2019-16782] Prevent timing attacks targeted at session ID lookup. BREAKING CHANGE: Session ID is now a SessionId instance instead of a String. (@tenderlove, @rafaelfranca)
[2.0.7] - 2019-04-02
Fixed
- Remove calls to
#eof?on Rack input inMultipart::Parser, as this breaks the specification. (@matthewd)- Preserve forwarded IP addresses for trusted proxy chains. (@SamSaffron)
[2.0.6] - 2018-11-05
Fixed
- [CVE-2018-16470] Reduce buffer size of
Multipart::Parserto avoid pathological parsing. (@tenderlove)- Fix a call to a non-existing method
#accepts_htmlin theShowExceptionsmiddleware. (@tomelm)- [CVE-2018-16471] Whitelist HTTP and HTTPS schemes in
Request#schemeto prevent a possible XSS attack. (@PatrickTulskie)[2.0.5] - 2018-04-23
Fixed
- Record errors originating from invalid UTF8 in
MethodOverridemiddleware instead of breaking. (@mclark)[2.0.4] - 2018-01-31
Changed
- Ensure the
Lockmiddleware passes the originalenvobject. (@lugray)- Improve performance of
Multipart::Parserwhen uploading large files. (@tompng)- Increase buffer size in
Multipart::Parserfor better performance. (@jkowens)- Reduce memory usage of
Multipart::Parserwhen uploading large files. (@tompng)- Replace ConcurrentRuby dependency with native
Queue. (@devmchakan)Fixed
- Require the correct digest algorithm in the
ETagmiddleware. (@matthewd)Documentation
- Update homepage links to use SSL. (@hugoabonizio)
[2.0.3] - 2017-05-15
Changed
... (truncated)
- Ensure
envvalues are ASCII 8-bit encoded. (@eileencodes)
Commits
de902e4Merge branch '1-6-sec' into 1-6-stableb7d6546Bump versiond3e2f88making diff smaller99a8a87fix memcache tests on 1.6f2cb48efix tests on 1.67ff635cIntroduce a new base class to avoid breaking when upgrading3232f93Add a version prefix to the private id to make easier to migrate old values15da2e5Fallback to the public id when reading the session in the pool adapter1a532d1Also drop the session with the public id when destroying sessions9fe40c6Fallback to the legacy id when the new id is not found- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.