[ prog / sol / mona ]

prog


Open source software will wipe your disk if you're Russian

41 2022-08-14 12:17

Are Rust's package manager (Cargo) and Go's go get secure? I heard that npm used to not check anything.

>>38

Common Lisp
Scheme

There is the GNU Guix package manager (that can be used on other distros).

I think the best way to avoid these attacks is to use version pinning for all dependencies.

This.

You should (be able to) pin all dependencies to a particular version/commit. And all packages should be signed.

44


VIP:

do not edit these