mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-08-04 21:00:35 +00:00
Parser hardening for the kube-apiserver CBOR deserializer (PRs #750, #753, #757): fixes tag-1 epoch float64 overflow into time.Time fields (directly reachable via DecTagOptional decode path), RawMessage clone defense, and keyasint type-confusion fixes.