Re: [go-nuts] McAfee and the module cache on WSL: rename : permission denied

2020-03-12 Thread Jonathan Reiter
I don't think McAfee ENS officially supports WSL. At least that was the case in 2018 when I last tried. This would probably be evident in its labelling WSL /tmp writes as the beginnings of an attack - you could always check your scan logs (at %ProgramData%\McAfee\Endpoint Security\Logs) to see wha

Re: [go-nuts] where is temp file created by http server

2020-07-16 Thread Jonathan Reiter
See the multipart function definition. Line 86 deals with the actual temp file writes. https://golang.org/src/mime/multipart/formdata.go?s=3015:3047#L34 Do note that under certain conditions, a multipart form might hold on closing and deleting the multipart files in temp. Debugging async code and

Re: [go-nuts] Is Go a security malware risk?

2022-08-26 Thread Jonathan Reiter
Hi there, I agree with Holloway here, and raise a very specific point. If the poster's fear is with a new language bringing additional polymorphism to malware, I would say there are *far* easier ways to permute a binary and thus make it resistant to either reversing or signature based detection. P