Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

[Security] Bump zendframework/zend-diactoros from 1.7.1 to 1.8.6 #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps zendframework/zend-diactoros from 1.7.1 to 1.8.6. This update includes security fixes.

Vulnerabilities fixed

Sourced from The PHP Security Advisories Database.

URL Rewrite vulnerability

Affected versions: >=1.0.0, <1.8.4

Release notes

Sourced from zendframework/zend-diactoros's releases.

zend-diactoros 1.8.6

Added

  • Nothing.

Changed

  • #325 changes the behavior of ServerRequest::withParsedBody(). Per

  • PSR-7, it now no longer allows values other than null, arrays, or objects.

  • #325 changes the behavior of each of Request, ServerRequest, and
    Response in relation to the validation of header values. Previously, we
    allowed empty arrays to be provided via withHeader(); however, this was
    contrary to the PSR-7 specification. Empty arrays are no longer allowed.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #325 ensures that Uri::withUserInfo() no longer ignores values of
    0 (numeric zero).

  • #325 fixes how header values are merged when calling
    withAddedHeader(), ensuring that array keys are ignored.

zend-diactoros 1.8.5

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

... (truncated)
Changelog

Sourced from zendframework/zend-diactoros's changelog.

1.8.6 - 2018-09-05

Added

  • Nothing.

Changed

  • #325 changes the behavior of ServerRequest::withParsedBody(). Per

  • PSR-7, it now no longer allows values other than null, arrays, or objects.

  • #325 changes the behavior of each of Request, ServerRequest, and
    Response in relation to the validation of header values. Previously, we
    allowed empty arrays to be provided via withHeader(); however, this was
    contrary to the PSR-7 specification. Empty arrays are no longer allowed.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #325 ensures that Uri::withUserInfo() no longer ignores values of
    0 (numeric zero).

  • #325 fixes how header values are merged when calling
    withAddedHeader(), ensuring that array keys are ignored.

1.8.5 - 2018-08-10

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.
... (truncated)
Commits
  • 20da13b Merge branch 'feature/325-integration-tests'
  • 5758b2e Adds CHANGELOG entry for #325
  • e367b20 Removes two invalid tests
  • 62124e0 Set password segment of user info if not null
  • 3db54a5 Adds validation to withParsedBody()
  • 4a957e0 Ensure we only store the values of arrays provided as headers
  • ee4bcdc Ensure that an empty array cannot be provided as a set of headers
  • 6328ae3 Incorporate feedback
  • a47aba7 cs
  • 9ca94c5 Add integration tests
  • 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 cancel merge will cancel a previously requested merge
  • @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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

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)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant