-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Replace os/exec with golang.org/x/sys/execabs (#386)
Package execabs is a drop-in replacement for os/exec that requires PATH lookups to find absolute paths. This change guarantees that the SDK will never run a git binary from the current working directory. See discussion in https://blog.golang.org/path-security.
- Loading branch information
1 parent
64ad662
commit bd116d6
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters