This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+5 more
Affected surfaces
Summary
AI summaryFixes verification diagnosis for handlers using Node's crypto imports, correcting timing‑safe comparison detection.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Fixes verification diagnosis for handlers using Node's crypto imports. Fixes verification diagnosis for handlers using Node's crypto imports. Source: llm_adapter@2026-06-09 Confidence: high |
— |
Full changelog
Patch Changes
- Fix verification diagnosis for handlers that verify via a bare named-import of Node's crypto
(import { createHmac, timingSafeEqual } from 'node:crypto'). The reachability helpers now
recognize the unqualifiedcreateHmac/timingSafeEqual/compare_digestcall shapes (in
lock-step), so a handler that computes an HMAC but compares it with!==is reported as
missing-timing-safe-equal(timing-unsafe comparison) rather than mislabeled
missing-signature-verification, and a handler that verifies withtimingSafeEqualno longer
trips a falsemissing-timing-safe-equal. Diagnosis accuracy only — no severity or detection-
coverage change. Most visible on n8n-style trigger nodes.- @hookwarden/[email protected]
- @hookwarden/[email protected]
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Hookwarden
All releases →Related context
Beta — feedback welcome: [email protected]