You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically thinking about additional security checks to ensure we are locking down Electron as we should be.
There is what seems to be a useful Electron checklist of security recommendations here.
It seems we should verify that we are following these recommendations, and where applicable, add tests to confirm that these recommendations are effective and do not regress.
Other specific acceptance criteria that we must test to ensure we meet:
Nothing is written to the file system when no write permissions have been granted.
Ensure no network requests are sent out when not authorised.
The text was updated successfully, but these errors were encountered:
Specifically thinking about additional security checks to ensure we are locking down Electron as we should be.
There is what seems to be a useful Electron checklist of security recommendations here.
It seems we should verify that we are following these recommendations, and where applicable, add tests to confirm that these recommendations are effective and do not regress.
Other specific acceptance criteria that we must test to ensure we meet:
The text was updated successfully, but these errors were encountered: