[Aikido] Fix 5 critical issues in form-data, @langchain/core, @opentelemetry/auto-instrumentations-node and 3 more#1
Open
aikido-autofix[bot] wants to merge 1 commit into
Conversation
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.
Upgrade dependencies to fix critical HTTP Parameter Pollution (CVE-2025-7783), prompt injection/SSRF risks (CVE-2026-45134), prototype pollution (CVE-2026-40190), and streaming output redaction bypass (CVE-2026-41182).
✅ No breaking changes from either package upgrade affect this codebase.
uuid (10.0.0 => 11.1.1):
The
uuidpackage is not directly imported or used anywhere in the codebaseIt exists only as a transitive dependency through
langchainand@langchain/corepackagesThe node version requirement change (node 16-20) is compatible with this project's requirement of node >=18
langsmith (0.2.5 => 0.6.0):
The
langsmithpackage is not directly imported or used anywhere in the codebaseIt exists only as a transitive dependency through
langchain(^0.2.0) and@langchain/core(^0.1.56) packagesThe only reference to "langsmith" in the code is the
LANGSMITH_HIDDEN_TAGconstant inlangfuse-langchain/src/callback.ts, which is just a string literal used for tag checking and does not interact with the langsmith package APINone of the removed features (legacy evaluators,
wrapAIModel, AI SDK exporter) are used in this codebaseThe pydantic v2 bump is irrelevant as this is a TypeScript/JavaScript project
Since both packages are only transitive dependencies and the codebase does not directly use any of their APIs or features, the breaking changes will not affect this codebase.
All breaking changes by upgrading langsmith from version 0.2.5 to 0.6.0 (CHANGELOG)
✅ 5 CVEs resolved by this upgrade, including 1 critical 🚨 CVE
This PR will resolve the following CVEs:
This issue affects form-data: < 2.5.4, 3.0.0 - 3.0.3, 4.0.0 - 4.0.3.