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

Update dependency symfony/process to v7.1.7 [SECURITY] #912

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
symfony/process (source) 7.1.3 -> 7.1.7 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2024-51736

Description

On Window, when an executable file named cmd.exe is located in the current working directory it will be called by the Process class when preparing command arguments, leading to possible hijacking.

Resolution

The Process class now uses the absolute path to cmd.exe.

The patch for this issue is available here for branch 5.4.

Credits

We would like to thank Jordi Boggiano for reporting the issue and Nicolas Grekas for providing the fix.


Release Notes

symfony/process (symfony/process)

v7.1.7

Compare Source

v7.1.6

Compare Source

v7.1.5

Compare Source

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


Configuration

📅 Schedule: Branch creation - "" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Nov 6, 2024
@renovate renovate bot force-pushed the renovate/packagist-symfony-process-vulnerability branch from 8f03d1e to 8b6a10e Compare November 6, 2024 15:54
Copy link

codecov bot commented Nov 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.98%. Comparing base (481c201) to head (a14ff13).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #912   +/-   ##
=========================================
  Coverage     99.98%   99.98%           
  Complexity     3116     3116           
=========================================
  Files           533      533           
  Lines          9214     9214           
=========================================
  Hits           9213     9213           
  Misses            1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/packagist-symfony-process-vulnerability branch from 8b6a10e to 3831618 Compare November 6, 2024 22:38
@renovate renovate bot force-pushed the renovate/packagist-symfony-process-vulnerability branch from 3831618 to a14ff13 Compare November 8, 2024 22:46
@frankdekker frankdekker merged commit 6b0cc19 into master Nov 9, 2024
5 checks passed
@frankdekker frankdekker deleted the renovate/packagist-symfony-process-vulnerability branch November 9, 2024 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

1 participant