Unverified Commit 05a16610 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #223828 from dotlambda/mlflow-insecure

parents 003c2e39 744c81ef
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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"
    ];
  };
}