From 0747c0ebf4722e74dbc685c3501ed8e1ded33f61 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Thu, 1 Jun 2023 21:09:30 +0200 Subject: [PATCH] openssl: Ignore 1.1.1u being vulnerable along with 1.1.1t --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 6701a83..9b8f89f 100644 --- a/flake.nix +++ b/flake.nix @@ -33,6 +33,7 @@ config.permittedInsecurePackages = [ "openssl-1.1.1t" + "openssl-1.1.1u" ]; };