chore(security): patch 7 Dependabot alerts#1580
Merged
Merged
Conversation
- Bump uuid 11.0.2 -> 11.1.1 in agent, datasource-customizer, datasource-toolkit (fixes GHSA / alerts 344, 345, 346, 347 — missing buffer bounds check in v3/v5/v6) - Add resolution to bump uuid under @langchain/langgraph-sdk to ^13.0.1 (fixes alert 348) - Add resolutions to bump ip-address under socks and express-rate-limit to ^10.1.1 (fixes alert 349 — XSS in Address6 HTML methods; forest-ip-utils v5 line unaffected) - Add resolution to bump fast-xml-parser under @aws-sdk/xml-builder to ^5.7.0 (fixes alert 340 — XML comment/CDATA injection) - Remove 5 redundant resolutions (micromatch, axios, follow-redirects, hono, lodash-es) whose natural resolution already satisfies the original pin.
|
Coverage Impact This PR will not change total coverage. 🚦 See full report on Qlty Cloud »🛟 Help
|
matthv
approved these changes
May 15, 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
7 fixed, 0 ignored, 13 deferred, 4 resolutions added, 5 resolutions removed. | label: 🔒 security applied
Fixed
packages/agentpackages/datasource-customizerpackages/datasource-toolkituuid@^11chain remained)**/@langchain/langgraph-sdk/uuid→^13.0.1**/socks/ip-addressand**/express-rate-limit/ip-address→^10.1.1**/@aws-sdk/xml-builder/fast-xml-parser→^5.7.0Ignored
(none)
Deferred
Alerts opened less than 7 days ago — held over to the next run:
>=8.0.0, <=8.22.0(sanitizeFilter $nor injection)<4.12.16(bodyLimit bypass, JSX HTML injection)<=1.1.6<=3.1.1<4.12.18(Cache Vary, JWT NumericDate, CSS injection)<0.6.0Resolutions added
All four placed at the root
package.json. Yarn classic doesn't honor workspace-level resolutions when the parent of the vulnerable package is a transitive (not a workspace's direct dep), so all four had to live at the root. Each is parent-scoped via**/<parent>/<pkg>so the pin only applies inside the affected chain.**/@langchain/langgraph-sdk/uuid→^13.0.1@forestadmin/ai-proxy→@langchain/langgraph@^1.1.0→@langchain/langgraph-sdk@~1.7.31.7.x,1.8.x, and1.9.xof@langchain/langgraph-sdkstill declaresuuid: ^13.0.0; bumping@langchain/langgraph-sdkdoes not change the sub-dep range, only a uuid resolution does.**/parent/pkg)**/socks/ip-address→^10.1.1socks-proxy-agent→sockssocks@^2.6.2..^2.8.4lock-pinned to2.8.7; yarn 1 won't refresh a transitive oninstallwithout a resolution or upgrading every consumer manually. Resolution is the narrowest knob. Separateforest-ip-utils → ip-address@5.9.4chain left untouched (different major; not in the alert's range list).**/express-rate-limit/ip-address→^10.1.1@modelcontextprotocol/sdk→express-rate-limitexpress-rate-limit@8.3.1hard-pinsip-address: "10.1.0"as an exact version; only a resolution overrides an exact transitive pin without modifying upstream.**/@aws-sdk/xml-builder/fast-xml-parser→^5.7.0@aws-sdk/client-s3→@aws-sdk/xml-builder@aws-sdk/xml-builder@3.972.16hard-pinsfast-xml-parser: "5.5.8". Bumping@aws-sdk/client-s3would refreshxml-builderonly on a full lockfile regen and pulls in many unrelated 3.972.x bumps; a scoped resolution is the smallest knob.Resolutions removed
package.jsonmicromatch: ^4.0.8micromatch@4.0.8with or without the entry.package.jsonaxios: ^1.15.0axios@1.15.2either way.package.jsonfollow-redirects: ^1.16.0follow-redirects@1.16.0either way.package.jsonhono: ^4.12.12hono@4.12.14either way.package.jsonlodash-es: ^4.18.0lodash-es@4.18.1either way.Each removal was verified one-at-a-time by removing the entry, running
yarn install, and confirmingyarn why <pkg>reported a version>=the original pin. Other entries (tar,lerna/**/glob,semantic-release,qs,@hono/node-server,langsmith,lodash) are NOT redundant — removing them either downgrades a transitive below the security floor (e.g.qs→body-parser#qs@6.13.0,lodash→forest-cli#lodash@4.17.23) or breaks resolution outright (semantic-release). They were kept.Risks
@langchain/langgraph-sdk).socksandexpress-rate-limit; we don't import the package directly. The 10.x line is API-compatible with 10.0.x for the methods these parents use.@aws-sdk/xml-builder; we don't import it directly. AWS SDK pinned5.5.8exactly but tests against 5.x range.No source code changes; behavior beyond the patched vulnerabilities is unchanged.
Manual testing
Covered by CI.
Validation
✅ CI green
Note
Patch 7 Dependabot security alerts by updating vulnerable dependencies
micromatch,axios,follow-redirects,hono, andlodash-esfrom the root package.json, replacing them with patched overrides forip-address(^10.1.1),fast-xml-parser(^5.7.0), anduuid(^13.0.1).uuidfrom 11.0.2 to 11.1.1 inpackages/agent,packages/datasource-customizer, andpackages/datasource-toolkit.Macroscope summarized d099a77.