Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 23, 2019

Bumps rest-client from 1.7.2 to 1.8.0.

Changelog

Sourced from rest-client's changelog.

1.8.0

  • Security: implement standards compliant cookie handling by adding a
    dependency on http-cookie. This breaks compatibility, but was necessary to
    address a session fixation / cookie disclosure vulnerability.
    (#369 / CVE-2015-1820)

    Previously, any Set-Cookie headers found in an HTTP 30x response would be
    sent to the redirection target, regardless of domain. Responses now expose a
    cookie jar and respect standards compliant domain / path flags in Set-Cookie
    headers.

1.7.3

  • Security: redact password in URI from logs (#349 / OSVDB-117461)
  • Drop monkey patch on MIME::Types (added type_for_extension method, use
    the public interface instead.
Commits
  • 92bc04d Version 1.8.0
  • 2038aa6 Add history notes for 1.8.0.
  • d2b6247 Update version spec test.
  • 07e5aff Version 1.8.0.rc1
  • f468c5f Merge pull request #365 from rest-client/ab-cookies
  • c215b22 Fix up cookie redirect functionality and tests.
  • 12e9231 Add cookie jar for handling HTTP redirection.
  • 37d92c0 Add dependency on http-cookie gem.
  • 988d5a8 Tag version 1.7.3
  • 778e1ea Import history from 2.0.x branch.
  • 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 recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|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 these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will 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.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant