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

fix private tensor disclosure via execute_command #2434

Merged
merged 2 commits into from Aug 2, 2019

Commits on Aug 2, 2019

  1. fix private tensor disclosue

    private tensors aren't meant to be accessible from a remote client,
    however, execute_command was getting any object using his id, this fix
    get the object using the get_obj method that doesn't return private
    tensors
    youben11 committed Aug 2, 2019
    Copy the full SHA
    24361d4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    316a829 View commit details
    Browse the repository at this point in the history