fix(agentex-ui): bump uuid 11.1.0 -> 11.1.1 (CVE-2026-41907) - #362
Merged
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
broc-bozeman
approved these changes
Jul 14, 2026
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.
Summary
Bumps the direct dependency
uuidinagentex-uifrom 11.1.0 → 11.1.1 to remediate a vulnerability flagged by Trivy on thegolden/agentex-uicontainer image.uuid(node-pkg, direct dependency)11.1.0→11.1.1agentex-ui/(built byagentex-ui/Dockerfilevianpm ci)CVEs closed
Fixed versions upstream are 11.1.1, 12.0.1, 13.0.1; this PR takes the lowest fix (11.1.1), which stays on the same major and requires no code changes.
How verified
uuidconstraint raised to^11.1.1inagentex-ui/package.json;agentex-ui/package-lock.jsonrefreshed withnpm install --package-lock-only.node_modules/uuidto11.1.1; the vulnerableuuid-11.1.0.tgzis gone from the lockfile and the installed tree.uuidentry only (lockfileVersion: 3preserved).npm cisucceeds against the new lock; installeduuidis11.1.1.Linear
Resolves GFDVR-17705 (child: GFDVR-17709).
🤖 Generated with Claude Code
Greptile Summary
This PR bumps the
uuiddirect dependency inagentex-uifrom11.1.0to11.1.1to remediate CVE-2026-41907 (GHSA-w5hq-g745-h8pq), an out-of-bounds write vulnerability in the v3/v5/v6 buffer APIs. The change is minimal and isolated to theuuidpackage entry.agentex-ui/package.json: version constraint raised from^11.1.0to^11.1.1agentex-ui/package-lock.json: lock entry updated to11.1.1with new integrity hash; alicense: "MIT"field is also added (pulled from updated registry metadata, expected)Confidence Score: 5/5
Safe to merge — this is a single-package patch bump with no API changes required and a verified fix for the flagged CVE.
The diff is limited to the uuid package entry in package.json and package-lock.json. The CVE (out-of-bounds write in buffer-accepting uuid APIs) is confirmed real and fixed in 11.1.1. The integrity hash in the lockfile is consistent with the new version, lockfileVersion 3 is preserved, and no other packages are affected. The extra license field added to the lockfile is standard registry metadata included by npm for this release.
No files require special attention.
Important Files Changed
Reviews (1): Last reviewed commit: "fix(agentex-ui): bump uuid 11.1.0 -> 11...." | Re-trigger Greptile