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 30f14372c Update Apache Thrift DOAP metadata [skip ci]
     add 8e6393a55 THRIFT-6142: Enforce Ruby unframed HeaderTransport limits

No new revisions were added by this update.

Summary of changes:
 lib/rb/ext/binary_protocol_accelerated.c        |   4 +
 lib/rb/ext/compact_protocol.c                   |   4 +
 lib/rb/ext/constants.h                          |   2 +
 lib/rb/ext/thrift_native.c                      |   4 +
 lib/rb/lib/thrift/protocol/binary_protocol.rb   |   3 +
 lib/rb/lib/thrift/protocol/compact_protocol.rb  |   3 +
 lib/rb/lib/thrift/transport/base_transport.rb   |   5 +
 lib/rb/lib/thrift/transport/header_transport.rb |  38 ++++++-
 lib/rb/spec/binary_protocol_accelerated_spec.rb |   3 +-
 lib/rb/spec/binary_protocol_spec.rb             |   3 +-
 lib/rb/spec/compact_protocol_spec.rb            |   3 +-
 lib/rb/spec/header_transport_spec.rb            | 129 ++++++++++++++++++++++++
 12 files changed, 195 insertions(+), 6 deletions(-)

Reply via email to