Unverified Commit 7c99282e authored by Marcus Ramberg's avatar Marcus Ramberg Committed by GitHub
Browse files

google-cloud-sdk: CVE-2026-27459 (#502987)

parents 0b30a585 25b47d8e
Loading
Loading
Loading
Loading
+1 −17
Original line number Diff line number Diff line
@@ -26,24 +26,8 @@

let
  python3 = python312;
  # include a compatible pyopenssl version: https://github.com/NixOS/nixpkgs/issues/379291
  # remove ASAP: https://github.com/googleapis/google-api-python-client/issues/2554
  pythonCustom = python3.override {
    self = pythonCustom;
    packageOverrides = _: super: {
      pyopenssl = super.pyopenssl.overridePythonAttrs (old: rec {
        version = "24.2.1";
        src = old.src.override {
          tag = version;
          hash = "sha256-/TQnDWdycN4hQ7ZGvBhMJEZVafmL+0wy9eJ8hC6rfio=";
        };
        # 36 failed tests
        doCheck = false;
      });
    };
  };

  pythonEnv = pythonCustom.withPackages (
  pythonEnv = python3.withPackages (
    p:
    with p;
    [