Skip to content

Commit

Permalink
Merge pull request from GHSA-x5c7-x7m2-rhmf
Browse files Browse the repository at this point in the history
Initial patch for advisory
  • Loading branch information
ajvb committed Apr 8, 2021
2 parents 1931931 + e5bf171 commit 706d0c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/sops/edit.go
Expand Up @@ -6,8 +6,8 @@ import (
"os"

"crypto/md5"
exec "golang.org/x/sys/execabs"
"io"
"os/exec"
"strings"

"bufio"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -42,7 +42,7 @@ require (
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43 // indirect
golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43
google.golang.org/api v0.7.0
google.golang.org/grpc v1.27.0
google.golang.org/protobuf v1.25.0
Expand Down

0 comments on commit 706d0c7

Please sign in to comment.