oRastor / jira-client

A simple PHP JIRA REST client
MIT License
20 stars 18 forks source link

Bump guzzlehttp/guzzle from 6.2.0 to 6.2.1 #23

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps guzzlehttp/guzzle from 6.2.0 to 6.2.1.

Release notes

Sourced from guzzlehttp/guzzle's releases.

6.2.1 release

  • Addressing HTTP_PROXY security vulnerability, CVE-2016-5385: https://httpoxy.org/. Please update to this version of Guzzle in order to mitigate the vulnerability when sending Guzzle requests inside of a CGI application.
  • Fixing timeout bug with StreamHandler
  • Only read up to Content-Length in PHP StreamHandler to avoid timeouts when a server does not honor Connection: close.
  • Ignore URI fragment when sending requests.
Changelog

Sourced from guzzlehttp/guzzle's changelog.

6.2.1 - 2016-07-18

  • Address HTTP_PROXY security vulnerability, CVE-2016-5385: https://httpoxy.org/
  • Fixing timeout bug with StreamHandler: guzzle/guzzle#1488
  • Only read up to Content-Length in PHP StreamHandler to avoid timeouts when a server does not honor Connection: close.
  • Ignore URI fragment when sending requests.
Commits
  • 3f808fb 6.2.1 release
  • 9d521b2 Addressing HTTP_PROXY security vulnerability, CVE-2016-5385
  • 10a49d5 Merge pull request #1510 from guzzle/stream-read-content-length
  • 5b3279a Do not drain on HEAD requests
  • 90a08e8 Merge pull request #1511 from cheprasov/equal-to-identical
  • 80af242 Merge pull request #1513 from javiereguiluz/patch-1
  • 71960d8 Merge pull request #1514 from Tobion/ignore-fragment
  • 4908639 ignore URI fragment when dereferencing
  • c554a22 Fixed a PHP namespace
  • a6ed049 Only read up to Content-Length in stream wrapper
  • 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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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](https://github.com/oRastor/jira-client/network/alerts).
dependabot[bot] commented 2 years ago

Superseded by #24.