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.
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
Use "symfony/process" for command argument escaping #146
Use "symfony/process" for command argument escaping #146
Changes from all commits
29c5579
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 60 in src/SVNBuddy/Application.php
src/SVNBuddy/Application.php#L60
Check warning on line 49 in src/SVNBuddy/Command/CleanupCommand.php
src/SVNBuddy/Command/CleanupCommand.php#L49
Check warning on line 178 in src/SVNBuddy/Command/CommitCommand.php
src/SVNBuddy/Command/CommitCommand.php#L178
Check warning on line 182 in src/SVNBuddy/Command/CommitCommand.php
src/SVNBuddy/Command/CommitCommand.php#L181-L182
Check warning on line 186 in src/SVNBuddy/Command/CommitCommand.php
src/SVNBuddy/Command/CommitCommand.php#L186
Check warning on line 190 in src/SVNBuddy/Command/CommitCommand.php
src/SVNBuddy/Command/CommitCommand.php#L190
Check warning on line 193 in src/SVNBuddy/Command/CommitCommand.php
src/SVNBuddy/Command/CommitCommand.php#L193
Check warning on line 558 in src/SVNBuddy/Command/MergeCommand.php
src/SVNBuddy/Command/MergeCommand.php#L557-L558
Check warning on line 561 in src/SVNBuddy/Command/MergeCommand.php
src/SVNBuddy/Command/MergeCommand.php#L561
Check warning on line 670 in src/SVNBuddy/Command/MergeCommand.php
src/SVNBuddy/Command/MergeCommand.php#L670
Check warning on line 674 in src/SVNBuddy/Command/MergeCommand.php
src/SVNBuddy/Command/MergeCommand.php#L673-L674
Check warning on line 710 in src/SVNBuddy/Command/MergeCommand.php
src/SVNBuddy/Command/MergeCommand.php#L710
Check warning on line 715 in src/SVNBuddy/Command/MergeCommand.php
src/SVNBuddy/Command/MergeCommand.php#L712-L715
Check warning on line 719 in src/SVNBuddy/Command/MergeCommand.php
src/SVNBuddy/Command/MergeCommand.php#L717-L719
Check warning on line 722 in src/SVNBuddy/Command/MergeCommand.php
src/SVNBuddy/Command/MergeCommand.php#L721-L722
Check warning on line 724 in src/SVNBuddy/Command/MergeCommand.php
src/SVNBuddy/Command/MergeCommand.php#L724
Check warning on line 76 in src/SVNBuddy/Command/RevertCommand.php
src/SVNBuddy/Command/RevertCommand.php#L76
Check warning on line 90 in src/SVNBuddy/Command/UpdateCommand.php
src/SVNBuddy/Command/UpdateCommand.php#L90
Check warning on line 94 in src/SVNBuddy/Command/UpdateCommand.php
src/SVNBuddy/Command/UpdateCommand.php#L93-L94
Check warning on line 98 in src/SVNBuddy/Command/UpdateCommand.php
src/SVNBuddy/Command/UpdateCommand.php#L98
Check warning on line 101 in src/SVNBuddy/Command/UpdateCommand.php
src/SVNBuddy/Command/UpdateCommand.php#L101