Advertisement · 728 × 90

Posts by ティント

omg yayy!! so happy to see youre back in japan again!!

4 days ago 1 0 1 0
Post image

Warzone Joker Limner

Acrylic, pencil and marker on canvas

1 month ago 191 38 0 0
A drawing of a dragon, claws up, on thin brown paper with glowing amber eyes.

A drawing of a dragon, claws up, on thin brown paper with glowing amber eyes.

The backside of the object showing the 9v battery powering it, the bodged circuit, leads puncturing and suspending the paper, and plastic and metal enclosures focusing the amber light.

The backside of the object showing the 9v battery powering it, the bodged circuit, leads puncturing and suspending the paper, and plastic and metal enclosures focusing the amber light.

glowing eyes idea

1 month ago 125 12 2 0
Post image

haiku

3 months ago 192 32 4 1
Post image
1 month ago 169 34 1 0
Post image
1 month ago 418 74 4 1
Post image

after Kaoru Fujiwara

2 months ago 71 26 0 0
Post image

memory

1 month ago 2666 629 8 1

snorf snof

1 month ago 1 1 0 0
Post image
1 month ago 5 0 1 0
Advertisement

you're welcome 🤗

1 month ago 2 1 1 0
Post image
3 months ago 1173 312 16 1
Video

The art, and the artist

7 months ago 460 62 5 2
Post image

art I made for @aurawolfie.bsky.social ✨🌊!!!

3 months ago 394 99 7 0
Post image

Portrait of my reflection in the window

4 months ago 900 241 8 1

good read 10/10 🏆

4 months ago 1 0 0 0
A chubby wooden kitty looking content, arms resting on his belly

A chubby wooden kitty looking content, arms resting on his belly

I hope his peace is contagious

4 months ago 2647 913 12 5
Advertisement
Post image

a thief in the paint

4 months ago 561 90 4 0

if a gamma ray burst type event happened I would simply dodge. not worried about it

4 months ago 33 5 6 1
Post image

cawm

4 months ago 622 127 1 0
Storm Show
Storm Show YouTube video by Oneohtrix Point Never - Topic

youtu.be/hCbwx2hA5mM

4 months ago 1 0 0 0

BB is peak 🎩

4 months ago 1 0 0 0
Post image
4 months ago 1401 387 7 1
Post image

Do it now

4 months ago 3174 545 17 2
Advertisement

One clarification: While the vulnerability is present regardless of Server Actions, it technically leverages Server Functions, which is a shared component in RSC's architecture.

It was the fact that other RSC features relied on Server Functions that led to every RSC app having a vulnerable endpoint

4 months ago 2 0 0 0

Ultimately, what you will need to check varies on the framework and architecture of your app. Different frameworks have different patterns, some more idiomatic, some with more sharp edges, but all very new and unfamiliar to most engineers.

4 months ago 1 0 1 0

So just like in any backend scenario handling untrusted input, you would perform validation and other checks, inside of that server action function.

My personal opinion is that exactly what validation needs to be performed in your average React app with a Server Action, can be extremely unclear.

4 months ago 1 0 1 0

To answer your question about the security boundary of Server Actions: The action has to be in a file marked with the directive 'use server' which indicates it will execute on the server. The client calls the function with the arguments from a separate file. These arguments are untrusted input.

4 months ago 0 0 1 0

From a dev's perspective, those are React Server Actions. Generally, most apps built in React use a mix of client and server components, with the latter benefitting from features like streaming, which use the deserializer. This vulnerability would have been present regardless of Server Actions.

4 months ago 1 0 1 0