-
Notifications
You must be signed in to change notification settings - Fork 8
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
[Change]: Ability to forbid copy and paste #53
Comments
We've had a fair few discussions about this in hIC and it boils down to the fact that it's technically almost impossible to block paste into a TRE. |
Interesting finding @drchriscole a couple of TREs do facilitate pasting into, or have a data in facility. |
@drchriscole Do you mean, for example, emulating keyboard input through software, hardware, macros? You could get a microcontroller to present as a keyboard and type anything you wanted. Maybe that kind of thing could be prevented with managed devices or secure rooms? |
@JimMadge yes that's basically it. |
I think the requirement could be "allow pasting in to be disabled" rather than "must be disabled"? |
I think that kind of wording, "it must be possible to X" rather than "must do X" may be useful to design a specification that is flexible to different requirements while not imposing restrictive controls when it isn't necessary. |
Why would a trusted research environment allow data to be taken out? Would that not break the "trust" of setting? Are people referring to the results data to be "copied and pasted"? Do we need to be much more specific about what is affected by this "copy and paste"? Getting some data into a table within a research projects TRE is one of the first steps for research to start. being able to copy a data grid and paste into a table within the research projects TRE is surely an advantageous thing. So 6.2 should offer a specification for that and it should not be forbidden. Conversely, getting a set of sensitive data selected from within the TRE and copying it and pasting it into a data grid OUTSIDE the TRE (excel say) should be forbidden. Arguing that non sensitive data copying and pasting should be allowed is not fixing the problem. The TRE should make it easy to process the data inside so there is no need to take stuff out elsewhere. But creating "outputs" that are safe and then copying these outside the TRE is a natural result of research and so must be allowed. Governing this seems the issue. Perhaps we need to follow the maxim "build to help the business manage itself not to mange the business". So perhaps we need a set of logging routines and processing this to create reporting that highlights where people have done a inside to outside copy and paste such that the project and local governance of research process can take their (appropriate) responsibility and ownership. So what is the context of the "copy and paste"? |
This has been added here as:
Based on @drchriscole suggestion that it's almost impossible to block paste into a TRE, I think it's fine we haven't mentioned that, even as an optional recommendation |
Summary
The percentage splits of responses to the SATRE survey questions copy/paste when logged into a TRE.
Source
SATRE specification survey responses
Detail
Survey results:
6.1.a. From inside to outside
6.2.a. From outside to inside
Where
TRE required features and TRE optional features
Proposal
Who can help
Anyone
Specification section
https://satre-specification.readthedocs.io/en/latest/pillars/computing_technology.html#user-interface (see #110)
The text was updated successfully, but these errors were encountered: