ekinhbayar / gitamp

Listen to music generated by events across github.
MIT License
29 stars 10 forks source link

Bump amphp/http from 1.6.2 to 1.7.3 #66

Open dependabot[bot] opened 3 months ago

dependabot[bot] commented 3 months ago

Bumps amphp/http from 1.6.2 to 1.7.3.

Release notes

Sourced from amphp/http's releases.

1.7.3

What's Changed

  • Security: Fix Denial of Service via HTTP/2 CONTINUATION Frames by @​kelunik

References

Full Changelog: https://github.com/amphp/http/compare/v1.7.2...v1.7.3

1.7.2

What's Changed

Full Changelog: https://github.com/amphp/http/compare/v1.7.1...v1.7.2

1.7.1

  • Fixed header validation regex to allow names containing *, +, and . (#19)

1.7.0

  • Expose frame and byte count metrics in Http2Parser
  • Reduce strtolower calls, improving performance
  • Relax parsing strictness for request cookies to ignore empty trailing semicolons (amphp/http#18)

1.6.3

  • Removed flood protection from Http2Parser It's not the task of a parser to apply policy decisions. Additionally, the current policy doesn't work correctly in all normal situations, e.g. larger uploads will trigger this in the client, because the server will send many window increments before sending any payload bytes.
Commits
  • 3a33e68 Merge pull request from GHSA-qjfw-cvjf-f4fm
  • 68c61d2 Use older version of php-cs-config
  • 4d21ac9 Make implicit nullable types explicit (#28)
  • 0d729b0 fix validate header with dot (#19)
  • b654546 Extend check to discard empty request cookies (#18)
  • 2437d31 Add check to discard empty request cookies (#18)
  • 9e429aa Reduce strtolower calls
  • 5006170 Move ini values to setup step
  • 5043560 Fix passing flags to PHP instead of phpunit
  • 3ec9cf7 Enable exceptions for assertions
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ekinhbayar/gitamp/network/alerts).