This is an automated email from the ASF dual-hosted git repository.
kpumuk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 9b10484ca THRIFT-6148: Enforce complete Ruby Header frame limits
(#3712)
add e6d57386c THRIFT-6149: Avoid decoding skipped Ruby strings (#3713)
No new revisions were added by this update.
Summary of changes:
lib/rb/lib/thrift/protocol/base_protocol.rb | 6 +++++-
lib/rb/lib/thrift/protocol/binary_protocol.rb | 4 ++++
lib/rb/lib/thrift/protocol/compact_protocol.rb | 4 ++++
lib/rb/lib/thrift/protocol/header_protocol.rb | 4 ++++
lib/rb/lib/thrift/protocol/json_protocol.rb | 4 ++++
lib/rb/lib/thrift/protocol/protocol_decorator.rb | 4 ++++
lib/rb/spec/binary_protocol_spec_shared.rb | 10 ++++++++++
lib/rb/spec/compact_protocol_spec.rb | 12 ++++++++++++
lib/rb/spec/header_protocol_spec.rb | 7 +++++++
lib/rb/spec/json_protocol_spec.rb | 21 +++++++++++++++++++++
lib/rb/spec/protocol_decorator_spec.rb | 11 +++++++++++
11 files changed, 86 insertions(+), 1 deletion(-)