mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 04:25:14 +00:00
authentik: flag with knownVulnerabilities
The bump to 2024.10.x is currently stalled in #345940. The fix for CVE-2024-52289 involves a backward incompatible API and DB change so it is also not great for a backport even if we cherry-picks the security fixes. Given no NixOS module is available in nixpkgs marking the package with `knownVulnerabilities` should have a limited impact.
This commit is contained in:
parent
16873e4e8b
commit
384f6f592b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user