[Backport release-26.05] angie: mark as vulnerable due to insufficient nixpkgs maintainer attention (#548563)

This commit is contained in:
Thomas Gerbet
2026-08-02 21:04:12 +00:00
committed by GitHub

View File

@@ -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."
];
};
}