Skip to content

Commit e8ae69e

Browse files
chore: add CVE-2026-4926 to CHANGELOG (#96)
* chore: add CVE-2026-4926 entry to CHANGELOG Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * chore: add GHSA and mxjg to cspell wordlist Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1bc01e8 commit e8ae69e

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Unreleased
22

3+
### Security
4+
5+
- **CVE-2026-4926**: Upgraded `@modelcontextprotocol/sdk` to `^1.29.0`, resolving `path-to-regexp` to `8.4.1` and fixing the ReDoS vulnerability [GHSA-j3q9-mxjg-w52f](https://github.com/advisories/GHSA-j3q9-mxjg-w52f); regenerated output-validation patch for the new version
6+
37
### Public API
48

59
- **Add `getAllTools` and `getVersionInfo` to public exports**`getAllTools` is now re-exported from `@mapbox/mcp-devkit-server/tools` and `getVersionInfo` (plus `VersionInfo` type) from `@mapbox/mcp-devkit-server/utils`. These are needed by `hosted-mcp-server` to import server functionality via npm packages instead of submodule filesystem paths.

cspell.config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"isochrone",
88
"mapbox",
99
"mmss",
10-
"tilequery"
10+
"tilequery",
11+
"GHSA",
12+
"mxjg"
1113
],
1214
"ignorePaths": [
1315
"node_modules",

0 commit comments

Comments
 (0)