post: Advance main to 26.05dev#893
Merged
Merged
Conversation
Addresses High/Critical findings in Triton 26.04 source scan:
7907f47 to
41e33b5
Compare
This was referenced Apr 28, 2026
whoisj
approved these changes
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): #49752351
What does the PR do?
Backports security dependency bumps from r26.04 (TRI-937) to main — updates Go, Java, and JavaScript grpc-generated package versions to address known vulnerabilities.
Changed files include:
src/grpc_generated/go/go.mod,src/grpc_generated/go/go.sum, Javapom.xmlfiles,src/grpc_generated/javascript/package.json,src/grpc_generated/javascript/package-lock.json.Checklist
Commit Type:
feat(A new feature)fix(A bug fix)docs(Documentation-only changes)style(Changes that do not affect the meaning of the code — formatting, whitespace, etc.)refactor(A code change that neither fixes a bug nor adds a feature)perf(A code change that improves performance)test(Adding missing tests or correcting existing tests)build(Changes that affect the build system or external dependencies)ci(Changes to CI configuration files and scripts)chore(Other changes that don't modify src or test files)Related PRs:
Where should the reviewer start?
src/grpc_generated/go/go.mod,src/grpc_generated/javascript/package.jsonTest plan:
Release-maintenance change; no new behaviour introduced.
Caveats:
None.
Background
Part of TRI-912 post-26.04 release maintenance: advance all Triton
main/masterbranches to 26.05 / 2.69.0dev before the NGC 26.04 container is published.Related Issues:
Resolves: TRI-912