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

Save models to yaml or similar to work around security risks when sharing models #211

Open
RubendeBruin opened this issue Nov 28, 2024 · 0 comments

Comments

@RubendeBruin
Copy link
Owner

Issue:
When sharing models with a client via a .dave file the code in the .dave file is executed on the machine of the client. This is a security risk.

Proposal:

  • Disable all code-running facilities in DAVE viewer program.
  • Save the model to yaml or similar instead and load from there.

Implementation:

  • Mark all primary setters for all node types with a tag, for example #primary
  • Add this to the automatic documentation
  • Based on the automatic documentation, create a writer and a reader
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