HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Tomuus

no profile record

comments

Tomuus
·5 months ago·discuss
Object capabilities, like capnweb/capnproto?
Tomuus
·7 months ago·discuss
The vulnerable code exists inside of the React Flight wire protocol that is used by Next.js but also Vite, Parcel, Waku and any other custom RSC implementation that exists. Your comment was accurate circa 2019 but not since React released server components.
Tomuus
·7 months ago·discuss
This POC is not realistic and doesn't work against production builds of Next.js. It requires explicit exposure of gadgets by the user (eg. vm.runInContext) so is invalid as noted on https://react2shell.com
Tomuus
·7 months ago·discuss
The React Server Components wire format (Flight) is relatively novel and very new (it has existed in React stable for just a year). This is not a simple JSON parsing bug.
Tomuus
·9 months ago·discuss
Record types are now "on protocol", you resolve them via a similar mechanism as in the article. https://atproto.com/specs/lexicon#lexicon-publication-and-re...
Tomuus
·4 years ago·discuss
Unsafe does not turn off the borrow checker

https://steveklabnik.com/writing/you-can-t-turn-off-the-borr...