ladybird: mark vulnerable to CVE-2026-58592

Does not look like it was fixed upstream.
We also appears to be missing proper maintenance within nixpkgs,
the last update has not been backported to 26.05.

Closes #538210
This commit is contained in:
Thomas Gerbet
2026-08-11 09:35:57 +00:00
parent a769e26b6c
commit c3e99a04af

View File

@@ -220,5 +220,8 @@ stdenv.mkDerivation (finalAttrs: {
];
mainProgram = "Ladybird";
broken = stdenv.hostPlatform.isDarwin;
knownVulnerabilities = [
"CVE-2026-58592"
];
};
})