Skip to content

Commit 6a06b27

Browse files
authored
[24.11] teleport: mark as insecure (#416179)
2 parents c223077 + 3141a8e commit 6a06b27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/servers/teleport/generic.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,5 +265,8 @@ buildGoModule rec {
265265
broken =
266266
stdenv.hostPlatform.parsed.cpu.bits < 64
267267
|| (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64);
268+
knownVulnerabilities = [
269+
"Security fixes need a newer Go version in the toolchain, which will not be available in 24.11."
270+
];
268271
};
269272
}

0 commit comments

Comments
 (0)