Hacker News new | ask | show | jobs
by ComodoHacker 2541 days ago
Does "secure" implies some protections against Spectre-like attacks?
2 comments

No, it is about how v8 is sandboxed
V8 provides some protections against spectre-like attacks, but that's not specific to deno, as Node.js uses V8 as well.

"Secure" in this case refers to being able to not give deno access to the network or filesystem.