mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-09 16:18:34 +01:00
[Backport release-25.05] lima: add meta.knownVulnerabilities (#459225)
This commit is contained in:
commit
67ca06296a
|
|
@ -91,5 +91,13 @@ buildGoModule rec {
|
||||||
changelog = "https://github.com/lima-vm/lima/releases/tag/v${version}";
|
changelog = "https://github.com/lima-vm/lima/releases/tag/v${version}";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ anhduy ];
|
maintainers = with maintainers; [ anhduy ];
|
||||||
|
knownVulnerabilities = [
|
||||||
|
"There are some CVEs in the nerdctl dependency. Has been fixed in Nixpkgs unstable."
|
||||||
|
"CVE-2024-25621"
|
||||||
|
"CVE-2025-64329"
|
||||||
|
"CVE-2025-31133"
|
||||||
|
"CVE-2025-52565"
|
||||||
|
"CVE-2025-52881"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue