[PR #4] [MERGED] Fix SSRF vulnerability in langsmith dependency #4

Closed
opened 2026-06-05 16:38:10 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/agent-inbox-langgraphjs-example/pull/4
Author: @jkennedyvz
Created: 4/1/2026
Status: Merged
Merged: 4/1/2026
Merged by: @jkennedyvz

Base: mainHead: fix/langsmith-ssrf-vulnerability


📝 Commits (1)

  • 3ce2df5 Fix SSRF vulnerability in langsmith dependency (Dependabot #18)

📊 Changes

2 files changed (+6 additions, -5 deletions)

View changed files

📝 package.json (+2 -1)
📝 yarn.lock (+4 -4)

📄 Description

Summary

  • Resolves Dependabot alert #18: LangSmith Client SDK SSRF via Tracing Header Injection (medium severity)
  • Adds yarn resolution to upgrade transitive langsmith dependency from 0.3.87 to 0.4.12 (patched in 0.4.6)
  • Build verified passing after upgrade

Test plan

  • yarn build passes
  • CI checks pass
  • Verify Dependabot alert #18 is auto-closed after merge

🤖 Generated with Claude Code


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/agent-inbox-langgraphjs-example/pull/4 **Author:** [@jkennedyvz](https://github.com/jkennedyvz) **Created:** 4/1/2026 **Status:** ✅ Merged **Merged:** 4/1/2026 **Merged by:** [@jkennedyvz](https://github.com/jkennedyvz) **Base:** `main` ← **Head:** `fix/langsmith-ssrf-vulnerability` --- ### 📝 Commits (1) - [`3ce2df5`](https://github.com/langchain-ai/agent-inbox-langgraphjs-example/commit/3ce2df5b76e418c2c78b30b8ab07816a4763a4e5) Fix SSRF vulnerability in langsmith dependency (Dependabot #18) ### 📊 Changes **2 files changed** (+6 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+2 -1) 📝 `yarn.lock` (+4 -4) </details> ### 📄 Description ## Summary - Resolves Dependabot alert #18: LangSmith Client SDK SSRF via Tracing Header Injection (medium severity) - Adds yarn resolution to upgrade transitive `langsmith` dependency from `0.3.87` to `0.4.12` (patched in `0.4.6`) - Build verified passing after upgrade ## Test plan - [x] `yarn build` passes - [ ] CI checks pass - [ ] Verify Dependabot alert #18 is auto-closed after merge 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 16:38:10 -04:00
yindo closed this issue 2026-06-05 16:38:10 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/agent-inbox-langgraphjs-example#4