lagonapp / lagon

Deploy Serverless Functions at the Edge. Current status: Alpha
https://lagon.app
GNU Affero General Public License v3.0
1.33k stars 62 forks source link

[Question] V8 Isolate Security Model #198

Open brillout opened 2 years ago

brillout commented 2 years ago

I vaguely remember (I could be wrong) that CF mentioned that, because of Spectre attacks and the likes, they had to harden the V8 isolate security model. What's your take on this?

QuiiBz commented 2 years ago

because of Spectre attacks and the likes, they had to harden the V8 isolate security model.

That's true, see their Security Model documentation: https://developers.cloudflare.com/workers/learning/security-model/

An Isolate by itself should be mostly secure, but there are a few important things to keep in mind:

I'm not an expert on this kind of stuff, but we take security very seriously. Feel free (I'm speaking for anyone reading this) to share your knowledge on this topic, that would be greatly appreciated!