I’m trying to understand the current security model for production application subnets.
Should canister state still be considered readable by a malicious node provider, or does confidential execution / SEV-SNP now protect canister memory on production subnets?
The reason I’m asking is that I’m evaluating whether storing sensitive application state in canister memory is considered safe today, or whether developers should still assume that node providers may inspect canister state.