authentik: flag with knownVulnerabilities (#361567)

This commit is contained in:
Aleksana
2024-12-04 17:29:02 +08:00
committed by GitHub
+6
View File
@@ -30,6 +30,12 @@ let
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ jvanbruegge risson ];
knownVulnerabilities = [
"CVE-2024-52307"
"CVE-2024-52287"
"CVE-2024-52289"
"Authentik 2024.6.x is end-of-life, consider using https://github.com/nix-community/authentik-nix for an up-to-date alternative"
];
};
website = buildNpmPackage {