Skip to content

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

Description

@RubendeBruin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions