Denial of service and source code exposure in React Server Components
1–10 of 232 posts
Re: Denial of service and source code exposure in React Server Components
#2Re: Denial of service and source code exposure in React Server Components
#3I remember when the point of an SPA was to not have all these elaborate conversations with the server. Just "here's the whole app, now only ask me for raw data."
Re: Denial of service and source code exposure in React Server Components
#4Re: Denial of service and source code exposure in React Server Components
#5Im confused, did the update from last week for the RCE bug also include fixes for these new CVEs or will I need to update again? npm audit says theres no issues
> These issues are present in the patches published last week.
> The patches published last week are vulnerable.
> If you already updated for the Critical Security Vulnerability, you will need to update again.
Re: Denial of service and source code exposure in React Server Components
#6I remember when the point of an SPA was to not have all these elaborate conversations with the server. Just "here's the whole app, now only ask me for raw data."
Re: Denial of service and source code exposure in React Server Components
#7I remember when the point of an SPA was to not have all these elaborate conversations with the server. Just "here's the whole app, now only ask me for raw data."
That was indeed one of the main points of SPAs, but React Server Components are generally not used for pure SPAs.
Re: Denial of service and source code exposure in React Server Components
#8I remember when the point of an SPA was to not have all these elaborate conversations with the server. Just "here's the whole app, now only ask me for raw data."
Now they are shoving server rendering into react native…
Re: Denial of service and source code exposure in React Server Components
#9React2Shell and related RSC vulnerabilities threat brief - Cloudflare
https://blog.cloudflare.com/react2shell-rsc-vulnerabilities-... (https://news.ycombinator.com/item?id=46237515)
Re: Denial of service and source code exposure in React Server Components
#10Seems to affect 14.x, 15.x and 16.x.