You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR remediation bumps three vulnerable dependencies: Next.js 15.5.15 → 15.5.18 (frontend), urllib3 2.6.3 → 2.7.0 (Python), and langchain-core 1.2.22 → 1.3.3 (Python, via a new override-dependencies entry in pyproject.toml). The lockfile changes are minimal, internally consistent, and all package hashes are present. The langchain-core upgrade pulls in one new transitive dependency (langchain-protocol 0.0.15) which only depends on typing-extensions.
Confidence Score: 5/5
Safe to merge — purely dependency version bumps with no application logic changes.
All four files contain only dependency version updates. Lockfile hashes are consistent, package-lock.json is fully aligned, and the only new transitive dependency (langchain-protocol) is a minimal shim. No custom rules are violated.
No files require special attention.
Important Files Changed
Filename
Overview
pyproject.toml
Adds langchain-core>=1.3.3 override to force a patched version; straightforward and consistent with existing override pattern.
uv.lock
Bumps langchain-core 1.2.22 → 1.3.3 and urllib3 2.6.3 → 2.7.0; introduces one new transitive dep (langchain-protocol 0.0.15). All hashes present and consistent.
agentex-ui/package.json
Pins next to 15.5.18 (up from 15.5.15) to address CVE findings.
agentex-ui/package-lock.json
All ten Next.js package entries consistently updated to 15.5.18; diff is small and well-scoped.
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Trivy Scan - HIGH/CRITICAL CVEs] --> B{Affected Components}
B --> C[Next.js - Frontend]
B --> D[urllib3 - Python HTTP]
B --> E[langchain-core - Python AI]
C --> C1[15.5.15 → 15.5.18\npackage.json + package-lock.json]
D --> D1[2.6.3 → 2.7.0\nuv.lock]
E --> E1[1.2.22 → 1.3.3\npyproject.toml override + uv.lock]
E1 --> E2[New transitive dep:\nlangchain-protocol 0.0.15]
C1 --> F[Trivy Scan Clean]
D1 --> F
E2 --> F
Next steps: Take a moment to review the security alert above. Review
the linked package source code to understand the potential risk. Ensure the
package is not malicious before proceeding. If you're unsure how to proceed,
reach out to your security team or ask the Socket team for help at
support@socket.dev.
Suggestion: It is advisable to proceed with caution. Engage in a review of the package's security aspects and consider reaching out to the package maintainer for the latest information or patches.
Mark the package as acceptable risk. To ignore this alert only
in this pull request, reply with the comment
@SocketSecurity ignore npm/next@15.5.18. You can
also ignore all packages with @SocketSecurity ignore-all.
To ignore an alert for all future pull requests, use Socket's Dashboard to
change the triage state of this alert.
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
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.
Summary
Verification
Greptile Summary
This PR remediation bumps three vulnerable dependencies: Next.js
15.5.15 → 15.5.18(frontend),urllib3 2.6.3 → 2.7.0(Python), andlangchain-core 1.2.22 → 1.3.3(Python, via a newoverride-dependenciesentry inpyproject.toml). The lockfile changes are minimal, internally consistent, and all package hashes are present. Thelangchain-coreupgrade pulls in one new transitive dependency (langchain-protocol 0.0.15) which only depends ontyping-extensions.Confidence Score: 5/5
Safe to merge — purely dependency version bumps with no application logic changes.
All four files contain only dependency version updates. Lockfile hashes are consistent, package-lock.json is fully aligned, and the only new transitive dependency (
langchain-protocol) is a minimal shim. No custom rules are violated.No files require special attention.
Important Files Changed
langchain-core>=1.3.3override to force a patched version; straightforward and consistent with existing override pattern.langchain-core1.2.22 → 1.3.3 andurllib32.6.3 → 2.7.0; introduces one new transitive dep (langchain-protocol 0.0.15). All hashes present and consistent.nextto15.5.18(up from15.5.15) to address CVE findings.Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[Trivy Scan - HIGH/CRITICAL CVEs] --> B{Affected Components} B --> C[Next.js - Frontend] B --> D[urllib3 - Python HTTP] B --> E[langchain-core - Python AI] C --> C1[15.5.15 → 15.5.18\npackage.json + package-lock.json] D --> D1[2.6.3 → 2.7.0\nuv.lock] E --> E1[1.2.22 → 1.3.3\npyproject.toml override + uv.lock] E1 --> E2[New transitive dep:\nlangchain-protocol 0.0.15] C1 --> F[Trivy Scan Clean] D1 --> F E2 --> FReviews (1): Last reviewed commit: "fix: remediate agentex trivy findings" | Re-trigger Greptile