build: Bump jackson-databind from 2.21.2 to 2.21.4 - #911
Closed
mc-nv wants to merge 1 commit into
Closed
Conversation
4 tasks
Contributor
Author
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.
What does the PR do?
Bumps
com.fasterxml.jackson.core:jackson-databindfrom 2.21.2 to 2.21.4 in the Java client. The 26.07 SDK container security scan (Pulse) flags two HIGH advisories against jackson-databind bundled into the Java example fat-JARs (SimpleInferClient.jar,SimpleInferPerf.jar,MemoryGrowthTest.jar):Related Issues / PRs
r26.07: build: Bump jackson-databind from 2.21.2 to 2.21.4 #910Test plan
scan-container:py3-sdksecurity job, which currently fails on these two advisories (internal pipeline 58029553, job 365259903).Caveats
The remaining findings in the scan report (Go stdlib CVEs in the CUDA Nsight Systems
nic_samplerplugin) are third-party toolkit content covered by a temporary GlobalVEX and are not addressable in this repo.Checklist
<commit_type>: <Title>(conventional commit — enforced by theconventional-pre-commithook)pre-commit install && pre-commit run --all-fileslocally and it passes