Y
Hacker News
new
|
ask
|
show
|
jobs
by
ComodoHacker
2541 days ago
Does "secure" implies some protections against Spectre-like attacks?
2 comments
fanf2
2541 days ago
No, it is about how v8 is sandboxed
link
snek
2541 days ago
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.
link