Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stack cleaning between trusted and untrusted code #96

Open
globusharris opened this issue Aug 22, 2019 · 0 comments
Open

Stack cleaning between trusted and untrusted code #96

globusharris opened this issue Aug 22, 2019 · 0 comments
Assignees

Comments

@globusharris
Copy link

globusharris commented Aug 22, 2019

R exhibits the following behavior:

foo <- function(){
  x <- 5
}
y <- foo() #y is assigned to 5

This could mean that things that we don't want to be on the stack stay on the stack. Should make sure this isn't happening over divide between trusted and untrusted portions of the codebase. Probably impossible to fully guarantee but could make sure that at least a confused researcher doesn't accidentally publish things that they shouldn't.

@globusharris globusharris self-assigned this Aug 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant