Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
malkia
19y ago
0 comments
Save
Share
Isn't there a risk, that someone can (accidentally or not) enter hash-code of someone else's "closure"?
0 comments
3 comments · 3 top-level
top
newest
oldest
mdakin
19y ago
One could avoid that problem by keeping track of the owner of each closure and ensuring the user is properly authenticated before calling the closure.
pg
19y ago
The code explicitly protects against that.
papersmith
19y ago
If access to the closures are session-specific, you'll have to hijack the session to do that.
j
/
k
navigate · click thread line to collapse