[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Software Bill of Materials (SBOM) anyone?
From: |
carlo von lynX |
Subject: |
Re: Software Bill of Materials (SBOM) anyone? |
Date: |
Wed, 8 May 2024 09:48:47 +0200 |
On Tue, May 07, 2024 at 06:25:45PM +0200, Valentin Gagarin wrote:
> curl -L https://nixos.org/nix/install | sh -s -- --daemon
Blind execution of something potentially corrupted coming
from the Internet, and by use of a pipe you don't even have
a way to retroactively find out if your system has been
corrupted by such download.
Who does stuff like that? This is totally irresponsible.