You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We call git manually with ProcessStartInfo in a few places. We should hide this with some sort of wrapper and make sure that all user-controlled arguments that could be passed to git are properly escaped.
The text was updated successfully, but these errors were encountered:
We call git manually with ProcessStartInfo in a few places. We should hide this with some sort of wrapper and make sure that all user-controlled arguments that could be passed to git are properly escaped.
The text was updated successfully, but these errors were encountered: