update: 2025.4.3 -> 2025.4.4, fix CVE-2025-53942

See https://docs.goauthentik.io/docs/security/cves/CVE-2025-53942
This commit is contained in:
Maximilian Bosch 2025-07-22 16:55:55 +02:00
parent 1a4d6a5dd6
commit 7bb4dfd067
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

8
flake.lock generated
View file

@ -3,16 +3,16 @@
"authentik-src": { "authentik-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1751031262, "lastModified": 1753187283,
"narHash": "sha256-SNgRMQUjL3DTlWkMyRMan+pY1FfIV+DMeq5BiTM0N0k=", "narHash": "sha256-sJQ1crUhw8CsafTgMacF8bJx6OdVSo8qYam3a4dWp2Q=",
"owner": "goauthentik", "owner": "goauthentik",
"repo": "authentik", "repo": "authentik",
"rev": "b34665fabd8d938d81ce871a4e86ca528c5f253b", "rev": "e10dfdb33f8c41486726fad6087fffa1afd0c428",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "goauthentik", "owner": "goauthentik",
"ref": "version/2025.4.3", "ref": "version/2025.4.4",
"repo": "authentik", "repo": "authentik",
"type": "github" "type": "github"
} }

View file

@ -42,7 +42,7 @@
}; };
authentik-src = { authentik-src = {
# change version string in outputs as well when updating # change version string in outputs as well when updating
url = "github:goauthentik/authentik/version/2025.4.3"; url = "github:goauthentik/authentik/version/2025.4.4";
flake = false; flake = false;
}; };
}; };
@ -67,7 +67,7 @@
... ...
}: }:
let let
authentik-version = "2025.4.3"; # to pass to the drvs of some components authentik-version = "2025.4.4"; # to pass to the drvs of some components
in in
{ {
systems = import inputs.systems; systems = import inputs.systems;