Skip to content

Conversation

dependabot[bot]
Copy link

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

Bumps symfony/process from 7.1.5 to 7.1.7.

Release notes

Sourced from symfony/process's releases.

v7.1.7

Changelog (symfony/process@v7.1.6...v7.1.7)

v7.1.6

Changelog (symfony/process@v7.1.5...v7.1.6)

  • no significant changes
Commits
  • 9b8a40b Merge branch '6.4' into 7.1
  • 25214ad Merge branch '5.4' into 6.4
  • 0190687 [Process] Fix test
  • 66716d3 Merge branch '6.4' into 7.1
  • 88638b9 Merge branch '5.4' into 6.4
  • ee75984 security #cve-2024-51736 [Process] Use %PATH% before %CD% to load the shell o...
  • 05c2ccc [Process] Use %PATH% before %CD% to load the shell on Windows
  • f4fb6b8 Merge branch '6.4' into 7.1
  • 0776b99 Merge branch '5.4' into 6.4
  • 284aead Merge branch '6.4' into 7.1
  • 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 <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/process dependency from version 7.1.5 to 7.1.7 to incorporate latest fixes and improvements.

Bumps [symfony/process](https://github.com/symfony/process) from 7.1.5 to 7.1.7.
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/7.1/CHANGELOG.md)
- [Commits](symfony/process@v7.1.5...v7.1.7)

---
updated-dependencies:
- dependency-name: symfony/process
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@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/process from version 7.1.5 to 7.1.7. The update includes several bug fixes and a security patch specifically targeting Windows environments. The changes primarily focus on improving process handling and executable finding on Windows systems.

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

File-Level Changes

Change Details Files
Security patch for Windows process handling
  • Use PATH before CD to load the shell on Windows to address CVE-2024-51736
  • Fix escaping /X arguments on Windows
  • Improve handling of built-in cmd.exe commands in ExecutableFinder
  • Fix handling of not-found executables on Windows
  • Fix handling of empty path found in the PATH environment variable
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/process` package from `v7.1.5` to `v7.1.7` in the `composer.lock` file.
2. Changed the Git reference for the `symfony/process` package to `9b8a40b7289767aa7117e957573c2a535efe6585` to align with the new version.
3. Updated the download URL for the `symfony/process` package to reflect the new version in the `dist` section.
4. Modified the source URL for the `symfony/process` package to point to the new version's branch on GitHub.
5. Updated the `time` field for the `symfony/process` package to `2024-11-06T09:25:12+00:00` to reflect the release date of the new version.
6. Ensured that the `homepage` and `description` fields remain unchanged, maintaining the existing information for the package.
7. Verified that the `require` section of the `composer.lock` file remains intact, ensuring no additional dependencies were altered.
8. Confirmed that the changes are consistent with the latest release notes for `symfony/process` version `7.1.7`.
9. Ensured that the `support` section now points to the correct source URL for the updated version.
10. Prepared the `composer.lock` file for the next deployment, ensuring all dependencies are up to date.

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants