web-proxy
                                
                                
                                
                                    web-proxy copied to clipboard
                            
                            
                            
                        [Security] Bump zendframework/zend-diactoros from 1.7.1 to 1.8.6
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(). PerPSR-7, it now no longer allows values other than
null, arrays, or objects.#325 changes the behavior of each of
Request,ServerRequest, andResponsein relation to the validation of header values. Previously, we allowed empty arrays to be provided viawithHeader(); 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 of0(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(). PerPSR-7, it now no longer allows values other than
null, arrays, or objects.#325 changes the behavior of each of
Request,ServerRequest, andResponsein relation to the validation of header values. Previously, we allowed empty arrays to be provided viawithHeader(); 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 of0(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
... (truncated)
- Nothing.
 
Commits
20da13bMerge branch 'feature/325-integration-tests'5758b2eAdds CHANGELOG entry for #325e367b20Removes two invalid tests62124e0Set password segment of user info if not null3db54a5Adds validation towithParsedBody()4a957e0Ensure we only store the values of arrays provided as headersee4bcdcEnsure that an empty array cannot be provided as a set of headers6328ae3Incorporate feedbacka47aba7cs9ca94c5Add integration tests- 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 cancel mergewill cancel a previously requested merge@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@dependabot badge mewill 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.