Skip to content

Commit

Permalink
🎉 CVE-2024-23897 v1.0.1 fix errors describe
Browse files Browse the repository at this point in the history
  • Loading branch information
wjlin0 committed Jan 28, 2024
1 parent 4f8101e commit e1ef4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/runner/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func ParseOptions() *types.Options {
)
flagSet.CreateGroup("config", "Config",
flagSet.StringSliceVarP(&options.Command, "command", "c", nil, "JinKens Command to run. (e.g. -c 'who-am-i')", goflags.FileCommaSeparatedStringSliceOptions),
flagSet.StringSliceVarP(&options.Args, "args", "a", nil, "The file path that needs to be read. (e.g. -f /etc/passwd)", goflags.CommaSeparatedStringSliceOptions),
flagSet.StringSliceVarP(&options.Args, "args", "a", nil, "JinKens Command args.", goflags.CommaSeparatedStringSliceOptions),
flagSet.BoolVarP(&options.Exec, "exec", "e", false, "JinKens Execute command."),
flagSet.BoolVarP(&options.ListAvailableCommands, "list-available-commands", "lac", false, "List available commands."),
)
Expand Down

0 comments on commit e1ef4e0

Please sign in to comment.