SDL_ttf: unmark insecure

This commit is contained in:
Peder Bergebakken Sundt
2025-03-27 02:42:58 +01:00
parent 3818e5372e
commit d665abcac6
+2 -1
View File
@@ -48,7 +48,8 @@ stdenv.mkDerivation (finalAttrs: {
maintainers = lib.teams.sdl.members ++ (with lib.maintainers; [ ]);
inherit (SDL.meta) platforms;
knownVulnerabilities = [
"CVE-2022-27470"
# CVE applies to SDL2 https://github.com/NixOS/nixpkgs/pull/274836#issuecomment-2708627901
# "CVE-2022-27470"
];
};
})