mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2026-04-23 07:20:44 +08:00
chore: upgrade go mod library
This commit is contained in:
+1
-1
@@ -17,5 +17,5 @@ func (c *candidate) Path() string {
|
||||
}
|
||||
|
||||
func (c *candidate) Metadata() ([]byte, error) {
|
||||
return exec.Command(c.path, MetadataSubcommandName).Output()
|
||||
return exec.Command(c.path, MetadataSubcommandName).Output() // #nosec G204 -- ignore "Subprocess launched with a potential tainted input or cmd arguments"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user