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
Fix is to add a -- in the arg list like this: fetch -- remote remotebranch. This may not be a big deal, but it has come up as a security issue with other git wrapper libs.
The text was updated successfully, but these errors were encountered:
git fetch has an extra parameter you could potentially use that executes arbitrary commands: --upload-pack. The issue is here:
workspace-tools/src/git.ts
Line 121 in 24040a5
and
workspace-tools/src/git.ts
Line 129 in 24040a5
Fix is to add a -- in the arg list like this: fetch -- remote remotebranch. This may not be a big deal, but it has come up as a security issue with other git wrapper libs.
The text was updated successfully, but these errors were encountered: