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

This commit is contained in:
Marcus Ramberg
2026-03-27 13:23:04 +00:00
committed by GitHub
+1 -17
View File
@@ -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;
[