Skip to content

Commit df0d355

Browse files
authored
fix(core): Update UNSAFE_CLASS_NAMES (#13030)
1 parent fd2e094 commit df0d355

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

google-apis-core/lib/google/apis/core/http_command.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,9 @@ def allow_form_encoding?
346346
private
347347

348348
UNSAFE_CLASS_NAMES = [
349-
"Google::Apis::CloudkmsV1::DecryptResponse"
349+
"Google::Apis::CloudkmsV1::DecryptResponse",
350+
"Google::Apis::SecretmanagerV1::SecretPayload",
351+
"Google::Apis::SecretmanagerV1beta1::SecretPayload"
350352
]
351353

352354
def safe_object_representation obj

0 commit comments

Comments
 (0)