This is an automated email from the ASF dual-hosted git repository.
jensg pushed a change to branch 0.23.0
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 17f2c13ec Added missing 0.23.0 JIRA tickets to CHANGES.md
new 276ec8839 THRIFT-5929: Fix build failure on PHP 8.5 due to removed
zend_exception_get_default
new 0f8ec9c10 Fix parent class resolution in c_glib generated
dispatch_call Client: c_glib
new a30c552bd Enable TLS hostname verification in TSSLTransportFactory
Client: java
new 4af8c7c87 Add recursion depth limit to Node.js protocol skip() Client:
nodejs
new e24288923 Add input validation to Swift protocol layer Client: swift
new 5e4f01d73 Harden Node.js WebSocket server handling Client: nodejs
new 68ac8e935 Enable TLS hostname verification in TNonblockingSSLSocket
Client: java
new c4cbe43fd Address vulnerabilities in Rack
new e4b684f5f Updated CHANGES.md
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/build.yml | 2 +-
CHANGES.md | 1 +
.../cpp/src/thrift/generate/t_c_glib_generator.cc | 4 +--
.../thrift/transport/TNonblockingSSLSocket.java | 4 +++
.../thrift/transport/TSSLTransportFactory.java | 4 +++
lib/nodejs/lib/thrift/binary_protocol.js | 19 ++++++----
lib/nodejs/lib/thrift/compact_protocol.js | 19 ++++++----
lib/nodejs/lib/thrift/json_protocol.js | 19 ++++++----
lib/nodejs/lib/thrift/web_server.js | 34 +++++++++++++-----
.../ext/thrift_protocol/php_thrift_protocol.cpp | 2 +-
lib/rb/Gemfile | 2 +-
lib/rb/Gemfile.lock | 4 +--
lib/rb/thrift.gemspec | 2 +-
lib/swift/Sources/TCompactProtocol.swift | 4 +++
lib/swift/Sources/TProtocol.swift | 41 +++++++++++++++-------
test/rb/Gemfile | 4 +--
test/rb/Gemfile.lock | 4 +--
17 files changed, 118 insertions(+), 51 deletions(-)