π¨ [security] Update symfony/process 5.4.11 β 5.4.46 (patch) #16
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Welcome to Depfu π
This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.
After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.
Let us know if you have any questions. Thanks so much for giving Depfu a try!
π¨ Your current dependencies have known security vulnerabilities π¨
This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
β³οΈ symfony/process (5.4.11 β 5.4.46) Β· Repo Β· Changelog
Security Advisories π¨
π¨ Symfony vulnerable to command execution hijack on Windows with Process class
Release Notes
5.4.46
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 40 commits:
[Process] Fix test
security #cve-2024-51736 [Process] Use %PATH% before %CD% to load the shell on Windows (nicolas-grekas)
[Process] Use %PATH% before %CD% to load the shell on Windows
[Process] Fix escaping /X arguments on Windows
fix the constant being used
fix the path separator being used
minor #58747 [Process] fix the directory separator being used (xabbuh)
minor #58746 [Process] Improve test cleanup by unlinking in a `finally` block (alexandre-daubois)
fix the directory separator being used
ignore case of built-in cmd.exe commands
[Process] Improve test cleanup by unlinking in a `finally` block
[Process] Return built-in cmd.exe commands directly in ExecutableFinder
bug #58723 [Process] Properly deal with not-found executables on Windows (nicolas-grekas)
[Process] Properly deal with not-found executables on Windows
[Process] Fix handling empty path found in the PATH env var with ExecutableFinder
Add PR template and auto-close PR on subtree split repositories
[Process] minor fix
[Process] Fix finding executables independently of open_basedir
Don't use is_resource() on non-streams
Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
Remove calls to `TestCase::iniSet()` and calls to deprecated methods of `MockBuilder`
Auto-close PRs on subtree-splits
[Process] Fix failing tests causing segfaults
[Process] Fix Inconsistent Exit Status in proc_get_status for PHP Versions Below 8.3
Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
[Process] Fixed inconsistent test
[Process] Fix executable finder when the command starts with a dash
always pass microseconds to usleep as integers
[Process] Fix silencing `wait` when using a sigchild-enabled binary
[Process] Fix test case
[PhpUnitBridge] Kill the last concurrent process when it stales for more than 60s
Fix executable bit
[Process] Stop the process correctly even if underlying input stream is not closed:
for #49320
[Tests] Replace `setMethods()` by `onlyMethods()` and `addMethods()`
Fix phpdocs in components
CS fix
Migrate to `static` data providers using `rector/rector`
Update license years (last time)
Bump license year to 2023
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands