Remix.run Logo
Seattle3503 4 hours ago

Do these impact static builds?

rich_harris 3 hours ago | parent | next [-]

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!

khromov 3 hours ago | parent | prev [-]

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.