Skip to content

[Security] Bump rack from 1.5.2 to 1.6.9 - #43

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/rack-1.6.9
Closed

[Security] Bump rack from 1.5.2 to 1.6.9#43
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/rack-1.6.9

Conversation

@dependabot-preview

Copy link
Copy Markdown

Bumps rack from 1.5.2 to 1.6.9. This update includes security fixes.

Vulnerabilities fixed

Potential Denial of Service Vulnerability in Rack
Carefully crafted requests can cause a SystemStackError and potentially
cause a denial of service attack.

All users running an affected release should upgrade.

Patched versions: [">= 1.6.2", "> 1.5.4", "> 1.4.6"]
Unaffected versions: []

Changelog

Sourced from rack's changelog.

Sun Dec 4 18:48:03 2015 Jeremy Daer jeremydaer@gmail.com

  • First-party "SameSite" cookies. Browsers omit SameSite cookies
    from third-party requests, closing the door on many CSRF attacks.

Pass same_site: true (or :strict) to enable:
response.set_cookie 'foo', value: 'bar', same_site: true
or same_site: :lax to use Lax enforcement:
response.set_cookie 'foo', value: 'bar', same_site: :lax

Based on version 7 of the Same-site Cookies internet draft:
https://tools.ietf.org/html/draft-west-first-party-cookies-07

Thanks to Ben Toews (mastahyeti) and Bob Long (bobjflong) for
updating to drafts 5 and 7.

Tue Nov 3 16:17:26 2015 Aaron Patterson tenderlove@ruby-lang.org

  • Add Rack::Events middleware for adding event based middleware:
    middleware that does not care about the response body, but only cares
    about doing work at particular points in the request / response
    lifecycle.

Thu Oct 8 14:58:46 2015 Aaron Patterson tenderlove@ruby-lang.org

  • Add Rack::Request#authority to calculate the authority under which
    the response is being made (this will be handy for h2 pushes).

Tue Oct 6 13:19:04 2015 Aaron Patterson tenderlove@ruby-lang.org

  • Add Rack::Response::Helpers#cache_control and cache_control=.
    Use this for setting cache control headers on your response objects.

Tue Oct 6 13:12:21 2015 Aaron Patterson tenderlove@ruby-lang.org

  • Add Rack::Response::Helpers#etag and etag=. Use this for
    setting etag values on the response.

Sun Oct 3 18:25:03 2015 Jeremy Daer jeremydaer@gmail.com

  • Introduce Rack::Response::Helpers#add_header to add a value to a
    multi-valued response header. Implemented in terms of other
    Response#*_header methods, so it's available to any response-like
    class that includes the Helpers module.

  • Add Rack::Request#add_header to match.

Fri Sep 4 18:34:53 2015 Aaron Patterson tenderlove@ruby-lang.org

  • Rack::Session::Abstract::ID IS DEPRECATED. Please switch to
    ... (truncated)
Commits
  • 617aac0 bump version for release
  • dc017e7 Merge pull request #1237 from eileencodes/backport-1137
  • 4d6965a Backport pull request #1137 from unabridged/fix-eof-failure
  • 90afdf3 bump version
  • db51ed1 Merge pull request #1170 from rack/1-8-fix
  • c6eae80 Merge pull request #1169 from eileencodes/fix-mistake-in-encoding-change
  • d6df4dd Ruby 1.8 doesn't know about encodings
  • b62cd8a Fix mistake in encoding change
  • 51e8891 Bump rack version for release
  • c7ee52f Ensure env values are ASCII 8BIT encoded
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot ignore this [minor|major] version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use [this|these] label[s] will set the current labels as the default for future PRs for this repo and language

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [rack](https://github.com/rack/rack) from 1.5.2 to 1.6.9. **This update includes security fixes.**
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/master/HISTORY.md)
- [Commits](rack/rack@1.5.2...1.6.9)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview

Copy link
Copy Markdown
Author

Superseded by #50.

@dependabot-preview
dependabot-preview Bot deleted the dependabot/bundler/rack-1.6.9 branch November 6, 2018 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant