From 13a1f0802e031a1f5df8471cb59503670a249ac1 Mon Sep 17 00:00:00 2001 From: Tom Herbers Date: Sun, 2 Aug 2026 20:50:41 +0200 Subject: [PATCH] angie: mark as vulnerable due to insufficient maintainer attention (cherry picked from commit d9473db7458c718e72161a86af639feb5712dec9) --- pkgs/servers/http/angie/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/servers/http/angie/default.nix b/pkgs/servers/http/angie/default.nix index ee4dd5c50979..3bf1b6145e2e 100644 --- a/pkgs/servers/http/angie/default.nix +++ b/pkgs/servers/http/angie/default.nix @@ -43,5 +43,8 @@ callPackage ../nginx/generic.nix args rec { license = lib.licenses.bsd2; platforms = lib.platforms.all; maintainers = with lib.maintainers; [ izorkin ]; + knownVulnerabilities = [ + "angie is insufficiently maintained in nixpkgs. Security updates are frequently delayed. Please consider stepping up as maintainer or switching to an alternative." + ]; }; }