python3Packages.bentoml: mark insecure

This commit is contained in:
Robert Schütz
2026-07-12 12:56:33 -07:00
parent d9cd59c37e
commit d634535db1
@@ -248,6 +248,14 @@ buildPythonPackage {
description = "Build Production-Grade AI Applications";
homepage = "https://github.com/bentoml/BentoML";
changelog = "https://github.com/bentoml/BentoML/releases/tag/${src.tag}";
knownVulnerabilities = [
"CVE-2026-27905"
"CVE-2026-33744"
"CVE-2026-35043"
"CVE-2026-35044"
"CVE-2026-44345"
"CVE-2026-44346"
];
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
happysalada