Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-30 | Remove secureexec package | Jesse Duffield | |
From the go 1.19 release notes: Command and LookPath no longer allow results from a PATH search to be found relative to the current directory. This removes a common source of security problems but may also break existing programs that depend on using, say, exec.Command("prog") to run a binary named prog (or, on Windows, prog.exe) in the current directory. See the os/exec package documentation for information about how best to update such programs. | |||
2022-03-25 | no more naked returns | Jesse Duffield | |
2022-03-19 | update linters | Jesse Duffield | |