> On Oct 22, 2024, at 7:08 PM, nisp1953 <nisp6...@gmail.com> wrote:
> 
> I thought pledge and unveil were supposed to stop this kind of
> behavior?

pledge and unveil are supposed to stop software from doing things it is not 
supposed to do. `go get` is probably supposed to download files and install 
them to the ~/go directory, so when you ask it to do that, that’s what it does. 
If you don’t want to download untrusted code, don’t download it.

Reply via email to