{{ message }}
Commit 98f42ea
fix(core): avoid caching missing locale data
Only cache locale data loaded from the global locale registry when an actual locale entry is found.
This prevents attacker-controlled missing locale identifiers from being retained indefinitely in SSR when locale lookup falls back to a parent locale or the built-in English locale, avoiding unbounded process memory growth in locale-aware pipes and formatters.1 parent 417a407 commit 98f42ea
2 files changed
Lines changed: 20 additions & 1 deletion

0 commit comments