Commit e01d3ca
fix(telemetry): scope-ignore unreachable esbuild advisories
wrangler pins esbuild exactly (0.27.3) and even wrangler@4.100.0 has
not adopted the patched 0.28.1 line, so no in-range update can clear
GHSA-gv7w-rqvm-qjhr (high, Deno-only binary integrity — this worker
builds on Node) or GHSA-g7r4-m6w7-qqqr (low, esbuild dev server on
Windows — never started here). Ignore both via auditConfig in
pnpm-workspace.yaml with removal trigger documented in README:
drop the entries when wrangler ships esbuild >=0.28.1.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 54dcbea commit e01d3ca
2 files changed
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
0 commit comments