logoalt Hacker News

Seattle350301/15/20262 repliesview on HN

Do these impact static builds?


Replies

rich_harris01/15/2026

No, if you're using `adapter-static` (or, if not using SvelteKit at all, just not doing any dynamic server-rendering) then you are not affected. But upgrade anyway!

show 1 reply
khromov01/15/2026

Not from my reading. DoS are irrelevant, remote functions exploits don't apply and from my reading neither does the "XSS via hydratable" since a prerequisite is hydratable() which is a Remote Functions feature.