v0.11.3
Dependency maintenance. No rule changed, nothing was added or removed from the
catalog, and the MCP surface is byte-identical, so a tag that passed on 0.11.2
produces the same findings on 0.11.3.
Security
-
Three transitive dev-dependencies of
@vscode/vscehad advisories open
against the versions the extension pinned. All three are packaging-time
tools, so none of them ship in the CLI, the WASM package, or the published
extensions.undici7.28.0 → 7.29.0, clearing five advisories: GHSA-4cwx-7wf7-3272
(high, cross-user information disclosure and parse-time crash via
degenerate private cache directives), GHSA-8xcm-r25x-g524 (downstream
response desynchronization via the retry interceptor),
GHSA-m8rv-5g2x-5cg5 (CRLF injection via a blob-like bodytypeproperty),
GHSA-jr45-8vmc-qm54 (cross-user information disclosure via whitespace
around equals inCache-Controldirectives), and GHSA-v3r7-h72x-cjcm
(cookie attribute injection via an unsanitized domain and unparsed
setCookiefields).brace-expansion5.0.8 → 5.0.9 (GHSA-rgw5-rvv9-x895, high): denial of
service via unbounded intermediate arrays, which bypasses the
CVE-2026-14257 mitigation.fast-uri3.1.4 → 3.1.5 (GHSA-7p8r-x3mc-p8w7, high): host confusion via a
backslash authority introducer.
-
brace-expansionandfast-uriwere both pinned in 0.10.1 against earlier
advisories. Each of those pins has now been superseded by a new finding
against the version that fixed the last one. -
npm audit: 0 vulnerabilities invscode/,npm/,chrome/and the root
workspace.cargo audit: no known vulnerabilities across 252 crates.
Maintenance
rmcp2.2.0 → 3.0.1, a major version of the MCP SDK. 3.0 makes
schema_for_outputinfallible: it returnsArc<JsonObject>where 2.x
returnedOption<Arc<JsonObject>>. vastlint's local wrapper existed only to
unwrap thatOption, so it is gone and the upstream function is aliased at
the import instead. The server still advertises protocol version
2024-11-05, the sametoolscapability and the same seven tools, so MCP
clients see no change.toml1.1.3+spec-1.1.0 → 1.1.4+spec-1.1.0, semver-compatible inside the
existing range. Lockfile-only.- CI action pins refreshed:
github/codeql-action/upload-sarif4.37.3 →
4.37.4,docker/login-action4.5.1 → 4.6.0. - VS Code extension:
@types/node26.1.1 → 26.1.2 (dev-dependency).