Skip to content

Commit bcc07e4

Browse files
Update apps/site/pages/en/blog/vulnerability/january-2026-dos-mitigation-async-hooks.md
Co-authored-by: Joyee Cheung <[email protected]> Signed-off-by: Matteo Collina <[email protected]>
1 parent a6e6bc3 commit bcc07e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/pages/en/blog/vulnerability/january-2026-dos-mitigation-async-hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ The error originated in **user code** (the recursive pattern), but because it ma
296296
297297
While this issue has significant practical impact, we want to be clear about why Node.js is treating this fix as a mere mitigation of security vulnerability risks at large:
298298
299-
### Stack Overflow Is Not Specified Behavior
299+
### Stack Space Exhaustion Is Not Specified Behavior
300300
301301
The "Maximum call stack size exceeded" error is not part of the ECMAScript specification. The specification assumes infinite stack space; imposing a limit and throwing an error is simply behavior that JavaScript engines implement on a best-effort basis. Building a security model on top of an undocumented, unspecified feature that isn't guaranteed to work consistently would be unreliable.
302302

0 commit comments

Comments
 (0)