Commit 9abe2d4
fix: override uuid to ^14.0.0 to patch GHSA-w5hq-g745-h8pq (#1147)
* fix: override uuid to ^14.0.0 to patch GHSA-w5hq-g745-h8pq
Fixes SOU-981
Adds a yarn resolution forcing `uuid@^14.0.0` across the workspace,
consolidating the five vulnerable copies (9.0.1, 10.0.0, 11.1.0, 13.0.0)
pulled transitively via bullmq, @sentry/webpack-plugin, @posthog/ai,
@langchain/core, langchain, langsmith, @langchain/langgraph, and
@langchain/langgraph-sdk into a single non-vulnerable version.
GHSA-w5hq-g745-h8pq describes missing buffer bounds checks in uuid's
v3/v5/v6 APIs when a caller-provided `buf` is passed. A call-site audit
showed the vulnerable code path is not reachable in this tree (no
consumer passes a `buf` argument), so the override is a cleanup to
silence SCA alerts rather than a fix for a live runtime issue.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* docs: add CHANGELOG entry for uuid bump
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* changelog edit
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 0eb791b commit 9abe2d4
3 files changed
Lines changed: 7 additions & 32 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21831 | 21831 | | |
21832 | 21832 | | |
21833 | 21833 | | |
21834 | | - | |
21835 | | - | |
21836 | | - | |
21837 | | - | |
21838 | | - | |
21839 | | - | |
21840 | | - | |
21841 | | - | |
21842 | | - | |
21843 | | - | |
21844 | | - | |
21845 | | - | |
21846 | | - | |
21847 | | - | |
21848 | | - | |
21849 | | - | |
21850 | | - | |
21851 | | - | |
21852 | | - | |
21853 | | - | |
21854 | | - | |
| 21834 | + | |
| 21835 | + | |
| 21836 | + | |
21855 | 21837 | | |
21856 | 21838 | | |
21857 | | - | |
21858 | | - | |
21859 | | - | |
21860 | | - | |
21861 | | - | |
21862 | | - | |
21863 | | - | |
21864 | | - | |
21865 | | - | |
21866 | | - | |
| 21839 | + | |
21867 | 21840 | | |
21868 | 21841 | | |
21869 | 21842 | | |
| |||
0 commit comments