fix(deps): bump langsmith 0.8.9 β 0.9.3 (GHSA-f4xh-w4cj-qxq8)#131
Open
bepcyc wants to merge 1 commit into
Open
fix(deps): bump langsmith 0.8.9 β 0.9.3 (GHSA-f4xh-w4cj-qxq8)#131bepcyc wants to merge 1 commit into
bepcyc wants to merge 1 commit into
Conversation
The SCA gate (scripts/scan.sh, SEC-R13.2) fails on a HIGH advisory in the transitive langsmith pin: GHSA-f4xh-w4cj-qxq8 - LangSmith SDK TracingMiddleware: arbitrary server-side file read (fixed upstream in 0.8.18). langsmith is pulled in transitively via langchain-core. uv resolves the upgrade to 0.9.3, the latest release compatible with the existing langchain-core / langgraph pins; the change is lockfile-only and touches no other package. This advisory is unrelated to the README work on this branch, but it blocks the SCA gate on every PR (and main) until the lock is bumped, so it is included here to get the branch green. It can be split into its own PR if a docs-only change is preferred. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018NhEyetbQCmnw8obPg7Awp
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.
Splits the dependency fix out of #130 (the #114 docs PR) so the security bump can land on its own and #130 stays docs-only.
What
The SCA gate (
scripts/scan.sh, SEC-R13.2 β Trivy overuv.lock) fails on a newly-published HIGH advisory in the transitivelangsmithpin:langsmithis pulled in transitively vialangchain-core.uv lock --upgrade-package langsmithresolves it to 0.9.3 (the latest release compatible with the existinglangchain-core/langgraphpins). The change is lockfile-only and moves no other package.Why a bump, not a
.trivyignoreentry.trivyignoreis β per its own header β reserved for base-image OS CVEs with no upstream fix that aren't reachable at runtime. This is a fixable application dependency, so the correct remediation is the bump.Scope / impact
uv.lock(+7 / β3).main(the advisory turns the lockfile red regardless of the diff, since Trivy re-pulls its DB each run).π€ Generated with Claude Code
https://claude.ai/code/session_018NhEyetbQCmnw8obPg7Awp
Generated by Claude Code