Re: [go-nuts] Tool to check binaries for vulnerabilities

2022-04-19 Thread Michel Casabianca
Thank you very much for your feedback. I have made a new 0.7.0 release including your suggestions : https://github.com/intercloud/gobinsec/releases/tag/0.7.0 Enjoy! Le lundi 18 avril 2022 à 14:48:55 UTC+2, Michel Casabianca a écrit : > Thank you very much for this feedback. I have made a pull r

Re: [go-nuts] Tool to check binaries for vulnerabilities

2022-04-18 Thread Michel Casabianca
Thank you very much for this feedback. I have made a pull request to use debug/buildinfo.ReadFile as suggested: https://github.com/intercloud/gobinsec/pull/7 This is far better than calling go on command line. Best regards Le vendredi 15 avril 2022 à 11:11:09 UTC+2, se...@liao.dev a écrit : >

Re: [go-nuts] Tool to check binaries for vulnerabilities

2022-04-18 Thread Michel Casabianca
Thank you for your feedback. Nevertheless, I don't call go anymore using debug/buildinfo.ReadFile, as suggested by another feedback below. Le jeudi 14 avril 2022 à 23:55:27 UTC+2, kortschak a écrit : > On Thu, 2022-04-14 at 03:05 -0700, Michel Casabianca wrote: > > Any comment and contribution w

Re: [go-nuts] Tool to check binaries for vulnerabilities

2022-04-15 Thread 'Sean Liao' via golang-nuts
If you only need to target 1.18+, you can use `debug/buildinfo.ReadFile` which doesn't require shelling out to go On Fri, Apr 15, 2022 at 7:03 AM Zhaoxun Yan wrote: > That sounds great! Thanks. > > 在2022年4月15日星期五 UTC+8 05:55:27 写道: > >> On Thu, 2022-04-14 at 03:05 -0700, Michel Casabianca wrote

Re: [go-nuts] Tool to check binaries for vulnerabilities

2022-04-14 Thread Zhaoxun Yan
That sounds great! Thanks. 在2022年4月15日星期五 UTC+8 05:55:27 写道: > On Thu, 2022-04-14 at 03:05 -0700, Michel Casabianca wrote: > > Any comment and contribution welcome. > > Can I suggest that you use golang.org/x/sys/execabs rather than os/exec > in ExecCommand? > > > -- You received this message b

Re: [go-nuts] Tool to check binaries for vulnerabilities

2022-04-14 Thread 'Dan Kortschak' via golang-nuts
On Thu, 2022-04-14 at 03:05 -0700, Michel Casabianca wrote: > Any comment and contribution welcome. Can I suggest that you use golang.org/x/sys/execabs rather than os/exec in ExecCommand? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsub