Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump symfony/http-client from 6.4.12 to 6.4.14 #12

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 6, 2024

Bumps symfony/http-client from 6.4.12 to 6.4.14.

Release notes

Sourced from symfony/http-client's releases.

v6.4.14

Changelog (symfony/http-client@v6.4.13...v6.4.14)

v6.4.13

Changelog (symfony/http-client@v6.4.12...v6.4.13)

  • no significant changes
Commits
  • 05d88cb Merge branch '5.4' into 6.4
  • 224124d bug #58704 [HttpClient] fix for HttpClientDataCollector fails if proc_open is...
  • aa7bebe [HttpClient] Fix Process-based escaping in HttpClientDataCollector
  • e9b0846 fix for HttpClientDataCollector fails if proc_open is disabled via php.ini . ...
  • ebcaeea [HttpClient] Filter private IPs before connecting when Host == IP
  • 509d0e8 [HttpClient] Fix class requirement message
  • 9990ced Merge branch '5.4' into 6.4
  • 54118c6 Add PR template and auto-close PR on subtree split repositories
  • See full diff 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 <dependency name> 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.

Summary by Sourcery

Chores:

  • Bump symfony/http-client from version 6.4.12 to 6.4.14 to incorporate the latest security and bug fixes.

Bumps [symfony/http-client](https://github.com/symfony/http-client) from 6.4.12 to 6.4.14.
- [Release notes](https://github.com/symfony/http-client/releases)
- [Changelog](https://github.com/symfony/http-client/blob/7.1/CHANGELOG.md)
- [Commits](symfony/http-client@v6.4.12...v6.4.14)

---
updated-dependencies:
- dependency-name: symfony/http-client
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Nov 6, 2024
Copy link

trag-bot bot commented Nov 6, 2024

👋 Hey! As a free user, you're receiving reviews for every 5th PR. Upgrade to get reviews on every pull request and boost your code quality! Learn more here 🚀

Copy link

sourcery-ai bot commented Nov 6, 2024

Reviewer's Guide by Sourcery

This is a dependency update PR that bumps symfony/http-client from version 6.4.12 to 6.4.14. The update includes important security fixes and bug fixes, notably addressing CVE-2024-50342 related to private IP filtering and fixing an issue with HttpClientDataCollector when proc_open is disabled.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Dependency version update in composer.lock
  • Update symfony/http-client from 6.4.12 to 6.4.14
  • Include security fix for private IP filtering (CVE-2024-50342)
  • Fix HttpClientDataCollector functionality when proc_open is disabled
composer.lock

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

trag-bot bot commented Nov 6, 2024

1. Updated the version of the `symfony/http-client` package from `v6.4.12` to `v6.4.14` in the `composer.lock` file.
2. Changed the Git reference for the `symfony/http-client` package to `05d88cbd816ad6e0202edd9a9963cb9d615b8826`.
3. Updated the download URL for the `symfony/http-client` package to reflect the new version reference.
4. Modified the source URL for the `symfony/http-client` package to point to the new version branch.
5. Updated the `time` field for the `symfony/http-client` package to `2024-11-05T16:39:55+00:00`.
6. Updated the version of the `symfony/http-client-contracts` package (not shown in the provided diff but implied).
7. Ensured that all references in the `composer.lock` file are consistent with the new version of the `symfony/http-client`.
8. Verified that the changes align with the latest release notes for the `symfony/http-client` package.
9. Ensured that the updated package version is compatible with existing dependencies.
10. Prepared the project for the next development cycle with the latest package updates.

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!

Copy link
Author

dependabot bot commented on behalf of github Nov 13, 2024

Superseded by #16.

@dependabot dependabot bot closed this Nov 13, 2024
@dependabot dependabot bot deleted the dependabot/composer/symfony/http-client-6.4.14 branch November 13, 2024 16:47
@github-actions github-actions bot removed dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Nov 13, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants