Skip to content

fix(deps): lift tiptap, js-yaml and nodemailer past three high advisories - #26

Merged
theRealBithive merged 1 commit into
mainfrom
fix/audit-tiptap-js-yaml-nodemailer
Sep 9, 2026
Merged

theRealBithive merged 1 commit into
mainfrom
fix/audit-tiptap-js-yaml-nodemailer

Conversation

@theRealBithive

Copy link
Copy Markdown
Owner

Why

The audit gate (bun scripts/audit-check.ts, part of the required check job) started failing every pull request today, first seen on #25, on three high advisories reachable from the running service:

package advisory fixed in change
@tiptap/core GHSA-j95f-988m-3j2f, quadratic ReDoS in Markdown attribute parsing 3.30.5 overrides for core/pm/suggestion 3.30.1 → 3.30.6
js-yaml GHSA-2883-xcg3-v3hh, merge-key CPU exhaustion 4.3.2 override 4.3.1 → 4.3.2 (transitive via the TanStack start plugin)
nodemailer GHSA-2x7j-588g-ccc2, quadratic addressparser 9.1.0 packages/email ^9.0.5 → ^9.1.1

Staying on the minors we run: tiptap 3.30.x (the extension packages were already at 3.30.2, ahead of the pinned core), nodemailer major 9. The tiptap bump also clears the moderate mergeAttributes __proto__ advisory; nodemailer 9.1.1 also clears three moderate recipient-domain validation bypasses.

What changes after deploying

Outbound mail goes through nodemailer 9.1.1, whose address parser rejects recipient strings it used to mis-parse (RFC 5322 comments, IDN look-alikes). Nothing else in the running service changes.

Verification

  • The lockfile diff is exactly these five packages.
  • Locally: audit gate PASS: no un-allowlisted production high/critical advisories., typecheck 0 errors, lint unchanged (two pre-existing warnings), editor + e-mail + sanitizer + shared suites: 836 passed, 4 skipped.

🤖 Generated with Claude Code

…ries

The audit gate started failing every pull request today on three high
advisories reachable from the running service:

- @tiptap/core GHSA-j95f-988m-3j2f, quadratic ReDoS in Markdown attribute
  parsing (fixed in 3.30.5). The core/pm/suggestion overrides move from
  3.30.1 to 3.30.6, the last patch of the minor we run; the extension
  packages stay at 3.30.2, as they were already ahead of the pinned core.
  This also clears the moderate mergeAttributes `__proto__` advisory.
- js-yaml GHSA-2883-xcg3-v3hh, merge-key CPU exhaustion (fixed in 4.3.2).
  Transitive via the TanStack start plugin; the override moves 4.3.1 -> 4.3.2.
- nodemailer GHSA-2x7j-588g-ccc2, quadratic addressparser (fixed in 9.1.0),
  plus three moderate recipient-domain validation bypasses fixed in 9.1.1.
  packages/email moves from ^9.0.5 to ^9.1.1, staying on major 9.

After deploying: outbound mail goes through nodemailer 9.1.1, whose address
parser rejects recipient strings it used to mis-parse (RFC 5322 comments,
IDN look-alikes); nothing else in the running service changes. The lockfile
diff is exactly these five packages. Typecheck, lint, the editor, e-mail,
sanitizer and shared suites (836 tests) and the audit gate pass locally.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@theRealBithive
theRealBithive merged commit 814bf41 into main Sep 9, 2026
11 checks passed
@theRealBithive
theRealBithive deleted the fix/audit-tiptap-js-yaml-nodemailer branch September 9, 2026 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants