Bug#958563: ITP: shellescape -- Escape arbitrary strings for use as command line arguments

2020-04-24 Thread Paul Wise
On Fri, 2020-04-24 at 10:37 -0700, Bradford Boyle wrote: > It looks like it currently is using `exec.Command` to call `/bin/sh` > that is being passed the result of the shellescaped string. Thanks for providing the details of what is happening. > Instead of passing through `sh`, just use

Bug#958563: ITP: shellescape -- Escape arbitrary strings for use as command line arguments

2020-04-24 Thread Bradford Boyle
On Fri, Apr 24, 2020 at 4:55 AM Paul Wise wrote: > > On Thu, Apr 23, 2020 at 6:54 PM Bradford D. Boyle wrote: > > > This package is needed for barnard > > It would be a lot better to make barnard use the Go exec functions > instead of using this module: > > https://golang.org/pkg/os/exec/ >

Bug#958563: ITP: shellescape -- Escape arbitrary strings for use as command line arguments

2020-04-24 Thread Paul Wise
On Thu, Apr 23, 2020 at 6:54 PM Bradford D. Boyle wrote: > This package is needed for barnard It would be a lot better to make barnard use the Go exec functions instead of using this module: https://golang.org/pkg/os/exec/ -- bye, pabs https://wiki.debian.org/PaulWise

Bug#958563: ITP: shellescape -- Escape arbitrary strings for use as command line arguments

2020-04-23 Thread Bradford D. Boyle
Package: wnpp Severity: wishlist Owner: Bradford D. Boyle * Package name: shellescape Version : 1.2.2-1 Upstream Author : Alessio Treglia * URL : https://github.com/alessio/shellescape * License : Expat Programming Lang: Go Description : Escape