Commit 161b51b
authored
Added ip-address override (#27688)
no ref
A newly-published moderate XSS advisory landed against `ip-address`'s
`Address6` HTML-emitting methods (the helpers that produce HTML
representations of IPv6 addresses). Affected versions are `<=10.1.0`;
fixed upstream in `10.2.0`.
In our tree it reaches as `sqlite3 > node-gyp > make-fetch-happen >
socks-proxy-agent > socks > ip-address`, so it's a build-time chain
(sqlite3 native compilation) rather than runtime — the practical risk
surface is limited. The override is still worth taking because the fix
is a same-major patch and the override is mechanical.1 parent 0dd90fd commit 161b51b
2 files changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments