firely-net-sdk icon indicating copy to clipboard operation
firely-net-sdk copied to clipboard

Should all file accesses in the SDK go through an interface?

Open ewoutkramer opened this issue 5 months ago • 1 comments

Java has an IFileAccessor class now that can make sure that you can only access a subdirectory, the whole filesystem or nothing at all. This was a result of a security review of the Java stack. Would we need something like that too?

ewoutkramer avatar Sep 24 '24 00:09 ewoutkramer