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
commit 05a166109f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
];
};
}