mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
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:
@@ -220,5 +220,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
mainProgram = "Ladybird";
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
knownVulnerabilities = [
|
||||
"CVE-2026-58592"
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user