unyt-org / datex-core-js-legacy

DATEX Core Library for JavaScript (legacy), fully implemented in TypeScript, used by the UIX Framework
https://unyt.org
3 stars 0 forks source link

Protect pointers per default #47

Closed benStre closed 3 weeks ago

benStre commented 10 months ago

The runtime flag Datex.Runtime.OPTIONS.PROTECT_POINTERS should be set to true per default. Ideally, this is not a breaking change. Remote pointers returned from a function call on the remote endpoint or directly sent from the remote endpoint can still be accessed like before - pointer access permissions are managed automatically in most cases. We just need to make sure there are no edge cases left.

Todo: