Merge pull request #223828 from dotlambda/mlflow-insecure

This commit is contained in:
Sandro
2023-03-30 22:41:35 +02:00
committed by GitHub
@@ -84,5 +84,9 @@ buildPythonPackage rec {
changelog = "https://github.com/mlflow/mlflow/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ tbenst ];
knownVulnerabilities = [
"CVE-2023-1176"
"CVE-2023-1177"
];
};
}