security: Bump vulnerable client deps (TRI-937)#891
Merged
Conversation
Addresses nSpect High/Critical findings in Triton 26.04 source scan: JavaScript (src/grpc_generated/javascript): - @grpc/proto-loader ^0.7.8 -> ^0.8.0 - Add overrides for protobufjs ^7.5.5 - Fixes CVE-2023-36665 (Critical, prototype pollution) - Fixes CVE-2026-41242 / BDSA-2026-7420, BDSA-2026-7553 (High, RCE) Go (src/grpc_generated/go): - google.golang.org/grpc v1.77.0 -> v1.80.0 - Fixes CVE-2026-33186 / BDSA-2026-4421 (High, :path auth bypass; patched in v1.79.3+) Java (src/grpc_generated/java): - io.grpc artifacts 1.59.1 -> 1.80.0 (bundled Netty 4.1.130+) - tomcat-annotations-api 11.0.11 -> 11.0.21 - Fixes CVE-2025-55163 (High, Netty MadeYouReset DDoS) - Fixes BDSA-2026-2348 / CVE-2026-24734 (Tomcat OCSP bypass) - Fixes BDSA-2026-6722 / CVE-2026-24880 (Tomcat request smuggling) - Fixes BDSA-2026-6723 / CVE-2026-29146 (Tomcat padding oracle) - Fixes BDSA-2026-6784 / CVE-2026-34486 (Tomcat cluster plaintext)
pskiran1
approved these changes
Apr 23, 2026
mc-nv
added a commit
that referenced
this pull request
Apr 28, 2026
Addresses High/Critical findings in Triton 26.04 source scan:
mc-nv
added a commit
that referenced
this pull request
Apr 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CI (internal): [#49253202](http://tritonserver.local/ci/pipelines/49253202)
Description
Routine dependency maintenance for the
client/generated gRPC bindings. Bumps dependencies flagged by the internal security scan for the 26.04 release.Changes
JavaScript (
src/grpc_generated/javascript/)@grpc/proto-loader^0.7.8→^0.8.0overridespin forprotobufjs^7.5.5package-lock.json(lockfileVersion 3)Go (
src/grpc_generated/go/)google.golang.org/grpcv1.77.0→v1.80.0Java (
src/grpc_generated/java/library/,.../examples/)io.grpc:*artifacts1.59.1→1.80.0tomcat-annotations-api11.0.11→11.0.21Affected Files
src/grpc_generated/javascript/package.jsonsrc/grpc_generated/javascript/package-lock.jsonsrc/grpc_generated/go/go.modsrc/grpc_generated/go/go.sumsrc/grpc_generated/java/library/pom.xmlsrc/grpc_generated/java/examples/pom.xmlTest plan
49253202onmchornyi/TRI-937/client-fixes.