Characterizing Trust Boundary Vulnerabilities in TEE Containers: An Empirical Study
Pith reviewed 2026-05-18 20:37 UTC · model grok-4.3
The pith
TEE containers have exploitable flaws in their trust boundaries that allow attacks such as code execution and information leakage.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
By designing TBouncer to exercise Tcon isolation boundaries, the study identifies six attack vectors leading to code execution, denial-of-service, and information leakage. This results in the discovery of twelve new bugs and three CVEs in existing Tcons.
What carries the argument
TBouncer, an automated analyzer that precisely exercises and benchmarks Tcon isolation boundaries at three critical layers.
If this is right
- Existing Tcons must be redesigned to close gaps in OS interface handling.
- Encrypted I/O mechanisms in Tcons require stronger protections against leakage.
- Orchestration mechanisms need additional safeguards to prevent attacks.
- Developers should incorporate systematic boundary testing like TBouncer in future Tcon designs.
Where Pith is reading between the lines
- These vulnerabilities suggest that confidential computing platforms may need new isolation primitives beyond current TEEs.
- Similar analysis could be applied to other container technologies in non-TEE environments to uncover hidden risks.
- Cloud providers might need to update their threat models for TEE-based deployments based on these findings.
Load-bearing premise
That the TBouncer analyzer exercises all relevant Tcon isolation boundaries comprehensively without missing significant attack surfaces.
What would settle it
Running TBouncer on the studied Tcons and finding no exploitable vulnerabilities or that the identified bugs do not lead to the claimed attacks.
Figures
read the original abstract
Trusted Execution Environments (TEEs) have become a cornerstone of confidential computing, attracting significant attention from academia and industry. To support secure and scalable application deployment on confidential clouds, TEE containers (Tcons) have been introduced as middleware to shield applications from malicious operating systems and orchestration layers while preserving usability. In this paper, we present the first comprehensive analysis of Tcons, focusing on three critical layers: OS interfaces, encrypted I/O, and orchestration mechanisms. To enable systematic evaluation, we design TBouncer, an automated analyzer that precisely exercises and benchmarks Tcon isolation boundaries. Our study uncovers fundamental flaws in existing Tcons, leading to exploitable vulnerabilities such as code execution, denial-of-service, and information leakage. In total, we identify six attack vectors, twelve new bugs, and three CVEs. These findings provide new insights into the underestimated attack surface of Tcons and highlight key directions for building more secure and trustworthy container solutions.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces TBouncer, an automated analyzer for systematically exercising isolation boundaries in TEE containers (Tcons) across OS interfaces, encrypted I/O, and orchestration layers. It reports discovering six attack vectors, twelve new bugs, and three CVEs, claiming these expose fundamental flaws leading to code execution, denial-of-service, and information leakage.
Significance. If TBouncer's coverage is shown to be comprehensive with low false negatives and the vulnerabilities are reproducible, the work would offer significant value as the first empirical characterization of Tcon trust boundaries in confidential computing. Concrete outcomes such as assigned CVEs provide practical impact and could guide improvements in TEE middleware security.
major comments (3)
- [§4] §4 (TBouncer Design and Implementation): The paper does not include explicit validation of TBouncer's boundary models or coverage metrics (e.g., against known enclave exit paths, I/O encryption edge cases, or orchestration policy points). This is load-bearing for the central claim of six attack vectors and systemic flaws, as incomplete exercise of isolation boundaries could mean the reported issues are only a partial sample rather than evidence of fundamental problems.
- [§5] §5 (Evaluation and Results): While twelve bugs and three CVEs are listed, there is no detailed mapping of specific TBouncer test cases or boundary exercises to each finding. Without this, it is hard to verify that the analyzer systematically covered all three layers without significant omissions, undermining the claim of comprehensive analysis.
- [§3.1] §3.1 (Threat Model): The model focuses on malicious OS and orchestration but does not address potential missed interactions (e.g., subtle enclave state transitions or encrypted I/O under concurrent access). This raises a correctness risk for the attack vector enumeration if the automated analyzer's test suite omits such cases.
minor comments (2)
- [Abstract] Abstract: The phrasing 'first comprehensive analysis' should be tempered with a short note on how it differs from prior partial TEE studies to avoid overstatement.
- [Introduction] Notation: Define acronyms like Tcon and TBouncer on first use in the main text for clarity, even if introduced in the abstract.
Simulated Author's Rebuttal
We thank the referee for the constructive and detailed feedback on our manuscript. We have addressed each major comment below and revised the paper accordingly to improve clarity, verifiability, and completeness of the analysis.
read point-by-point responses
-
Referee: [§4] §4 (TBouncer Design and Implementation): The paper does not include explicit validation of TBouncer's boundary models or coverage metrics (e.g., against known enclave exit paths, I/O encryption edge cases, or orchestration policy points). This is load-bearing for the central claim of six attack vectors and systemic flaws, as incomplete exercise of isolation boundaries could mean the reported issues are only a partial sample rather than evidence of fundamental problems.
Authors: We acknowledge the value of making boundary model validation more explicit. In the revised manuscript, we have added a new subsection to §4 that details the boundary models employed by TBouncer, including direct comparisons against documented enclave exit paths, I/O encryption edge cases, and orchestration policy enforcement points. We also report quantitative coverage metrics (e.g., exercised interface counts and false-negative estimates derived from known vulnerability databases), which support that the six attack vectors reflect systemic issues rather than incomplete sampling. revision: yes
-
Referee: [§5] §5 (Evaluation and Results): While twelve bugs and three CVEs are listed, there is no detailed mapping of specific TBouncer test cases or boundary exercises to each finding. Without this, it is hard to verify that the analyzer systematically covered all three layers without significant omissions, undermining the claim of comprehensive analysis.
Authors: We agree that an explicit mapping strengthens verifiability. The revised §5 now includes a new table that maps each TBouncer test case and boundary exercise to the specific bugs and CVEs discovered. This table shows coverage across all three layers (OS interfaces, encrypted I/O, and orchestration) and confirms that the reported findings correspond to systematic exercises rather than ad-hoc testing. revision: yes
-
Referee: [§3.1] §3.1 (Threat Model): The model focuses on malicious OS and orchestration but does not address potential missed interactions (e.g., subtle enclave state transitions or encrypted I/O under concurrent access). This raises a correctness risk for the attack vector enumeration if the automated analyzer's test suite omits such cases.
Authors: The threat model in §3.1 is deliberately scoped to the primary adversaries assumed by TEE container designs. To address the concern about missed interactions, we have expanded the discussion in the revised §3.1 to explicitly consider subtle enclave state transitions and concurrent encrypted I/O access. We have also augmented TBouncer with additional test cases targeting these scenarios; the results did not reveal further vulnerabilities, thereby reducing the correctness risk for the enumerated attack vectors. revision: partial
Circularity Check
No circularity: empirical testing with no self-referential derivation
full rationale
This is an empirical security analysis paper that designs and applies the TBouncer analyzer to exercise Tcon isolation boundaries across OS interfaces, encrypted I/O, and orchestration, then reports discovered vulnerabilities, bugs, and CVEs from direct testing. No mathematical derivation chain, equations, fitted parameters renamed as predictions, or load-bearing self-citations exist; the central claims rest on observable test outcomes rather than any reduction to the analyzer's own inputs by construction. The work is self-contained against external benchmarks of real Tcons and does not invoke uniqueness theorems or ansatzes from prior author work.
Axiom & Free-Parameter Ledger
axioms (1)
- domain assumption TEE containers shield applications from malicious operating systems and orchestration layers while preserving usability.
Lean theorems connected to this paper
-
IndisputableMonolith/Foundation/RealityFromDistinction.leanreality_from_one_distinction unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
We designed TBouncer, an automated analyzer that precisely exercises and benchmarks Tcon isolation boundaries... six attack vectors, twelve new bugs, and three CVEs.
What do these tags mean?
- matches
- The paper's claim is directly supported by a theorem in the formal canon.
- supports
- The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
- extends
- The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
- uses
- The paper appears to rely on the theorem as machinery.
- contradicts
- The paper's claim conflicts with a theorem or certificate in the canon.
- unclear
- Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.
Forward citations
Cited by 1 Pith paper
-
EBCC: Enclave-Backed Confidential Containers via OCI-Compatible Runtime Integration
EBCC provides an OCI-compatible runtime architecture that unifies REE and TEE stages for confidential containers while preserving standard lifecycle operations behind a backend adapter.
Reference graph
Works this paper leans on
-
[1]
Add Continuous Integration to your container builds - Azure Sphere. https://learn .microsoft.com/en-us/azure- sphere/app-development/continuous-integration?view= azure-sphere-integrated. Accessed Jan. 22, 2025
work page 2025
-
[2]
https://lwn .net/ Articles/1000603/
Add Secure TSC support for SNP guests. https://lwn .net/ Articles/1000603/. Accessed Jan. 22, 2025
-
[3]
Alibaba Cloud Released Industry’s First Trusted and Virtual- ized Instance with Support for SGX 2.0 and TPM - Alibaba Cloud Community. https://www .alibabacloud.com/blog/ alibaba-cloud-released-industrys-first-trusted-and-virtualized- instance-with-support-for-sgx-2-0-and-tpm 596821. Accessed Jan. 22, 2025
work page 2025
-
[4]
https://www .amd.com/en/products/ processors/server/epyc.html
AMD EPYC Processors. https://www .amd.com/en/products/ processors/server/epyc.html. Accessed Jan. 22, 2025
work page 2025
-
[5]
https://www .amd.com/ en/developer/sev.html
AMD Secure Encrypted Virtualization. https://www .amd.com/ en/developer/sev.html. Accessed Jan. 22, 2025
work page 2025
-
[6]
https://www .amd.com/content/dam/amd/en/documents/ developer/sev-tio-whitepaper.pdf
AMD SEV-TIO: Trusted I/O for Secure Encrypted Virtualiza- tion. https://www .amd.com/content/dam/amd/en/documents/ developer/sev-tio-whitepaper.pdf. Accessed Jan. 22, 2025
work page 2025
-
[7]
Apache Teaclave (Incubating). https://teaclave .apache.org/. Accessed Jan. 22, 2025
work page 2025
-
[8]
https://github .com/apache/ incubator-teaclave-sgx-sdk
apache/incubator-teaclave-sgx-sdk. https://github .com/apache/ incubator-teaclave-sgx-sdk. Accessed Jan. 22, 2025
work page 2025
-
[9]
ApplePasskeys. Supporting Passkeys. https: //developer.apple.com/documentation/authenticationservices/ supporting-passkeys. Accessed Jan. 22, 2025
work page 2025
-
[10]
https://developer .arm.com/ documentation/DEN0096/latest
Arm CCA Security Model 1.0. https://developer .arm.com/ documentation/DEN0096/latest. Accessed Jan. 22, 2025
work page 2025
-
[11]
https://www .arm.com/en/technologies/ trustzone-for-cortex-a
ARM TrustZone. https://www .arm.com/en/technologies/ trustzone-for-cortex-a. Accessed Jan. 22, 2025
work page 2025
-
[12]
Asterinas. https://asterinas .github.io/. Accessed Jan. 22, 2025
work page 2025
- [13]
-
[14]
Azure SQL documentation. https://learn .microsoft.com/en-us/ sql/relational-databases/security/encryption/always-encrypted- enclaves?view=sql-server-ver16. Accessed Jan. 22, 2025
work page 2025
-
[15]
https://man7 .org/linux/ man-pages/man7/capabilities.7.html
capabilities(7) — Linux manual page. https://man7 .org/linux/ man-pages/man7/capabilities.7.html. Accessed Jan. 22, 2025
work page 2025
-
[16]
https://github .com/ confidential-containers
CoCo (confidential-containers). https://github .com/ confidential-containers. Accessed Jan. 22, 2025
work page 2025
-
[17]
https://kubernetes .io/docs/ reference/kubectl/
Command line tool (kubectl). https://kubernetes .io/docs/ reference/kubectl/. Accessed Jan. 22, 2025
work page 2025
-
[18]
Confidential Computing API. https://github .com/cc-api. Ac- cessed Jan. 22, 2025
work page 2025
-
[19]
https://docs .microsoft.com/ en-us/azure/confidential-computing/confidential-nodes-aks- overview
Confidential computing nodes on Azure Kubernetes Service (AKS) — Microsoft Docs. https://docs .microsoft.com/ en-us/azure/confidential-computing/confidential-nodes-aks- overview. Accessed Jan. 22, 2025
work page 2025
-
[20]
Confidential containers on Azure Container Instances. https://learn.microsoft.com/en-us/azure/container-instances/ container-instances-confidential-overview. Accessed Jan. 22, 2025
work page 2025
-
[22]
https://github .com/ confidential-containers/enclave-cc
confidential-containers/enclave-cc. https://github .com/ confidential-containers/enclave-cc. Accessed Jan. 22, 2025
work page 2025
-
[23]
https:// kubernetes.io/blog/2023/07/06/confidential-kubernetes/
Confidential Kubernetes: Use Confidential Virtual Machines and Enclaves to improve your cluster security. https:// kubernetes.io/blog/2023/07/06/confidential-kubernetes/. Ac- cessed Jan. 22, 2025
work page 2023
-
[24]
https://github .com/ deislabs/mystikos/issues/40
Consider formalizing tcall interface. https://github .com/ deislabs/mystikos/issues/40. Accessed Jan. 22, 2025
work page 2025
-
[25]
https://gitlab .com/cryptsetup/ cryptsetup/
cryptsetup/cryptsetup. https://gitlab .com/cryptsetup/ cryptsetup/. Accessed Jan. 22, 2025
work page 2025
-
[26]
https://github .com/StanPlatinum/Deflection
Deflection. https://github .com/StanPlatinum/Deflection
-
[27]
https://github .com/deislabs/mystikos
deislabs/mystikos. https://github .com/deislabs/mystikos. Ac- cessed Jan. 22, 2025
work page 2025
-
[28]
https://github .com/ deislabs/mystikos/tree/main/ext2
deislabs/mystikos at main · mystikos/ext2. https://github .com/ deislabs/mystikos/tree/main/ext2. Accessed Jan. 22, 2025
work page 2025
-
[29]
https:// github.com/deislabs/mystikos/tree/main/hostfs
deislabs/mystikos at main · mystikos/hostfs. https:// github.com/deislabs/mystikos/tree/main/hostfs. Accessed Jan. 22, 2025
work page 2025
-
[30]
https: //github.com/deislabs/mystikos/blob/main/kernel/ramfs.c
deislabs/mystikos at main · mystikos/kernel/ramfs.c. https: //github.com/deislabs/mystikos/blob/main/kernel/ramfs.c. Ac- cessed Jan. 22, 2025
work page 2025
-
[31]
https:// gitlab.com/cryptsetup/cryptsetup/-/wikis/DMCrypt
dm-crypt: Linux kernel device-mapper crypto target. https:// gitlab.com/cryptsetup/cryptsetup/-/wikis/DMCrypt. Accessed Jan. 22, 2025
work page 2025
-
[32]
https://ebpf .io/what-is-ebpf/
eBPF document. https://ebpf .io/what-is-ebpf/. Accessed Jan. 22, 2025
work page 2025
-
[33]
https://github .com/edgelesssys/contrast
edgelesssys/contrast. https://github .com/edgelesssys/contrast. Accessed Jan. 22, 2025
work page 2025
-
[34]
https://github .com/edgelesssys/ edgelessrt
edgelesssys/edgelessrt. https://github .com/edgelesssys/ edgelessrt. Accessed Jan. 22, 2025
work page 2025
-
[35]
https://www .edgeless.systems/products/ego/
EGo. https://www .edgeless.systems/products/ego/. Accessed Jan. 22, 2025
work page 2025
- [36]
-
[37]
https://enarx .dev/docs/start/introduction
Enarx Wiki. https://enarx .dev/docs/start/introduction. Ac- cessed Jan. 22, 2025
work page 2025
-
[38]
https://cloud.google.com/kubernetes-engine/docs/how- 13 to/confidential-gke-nodes
Encrypt workload data in-use with Confidential GKE Nodes. https://cloud.google.com/kubernetes-engine/docs/how- 13 to/confidential-gke-nodes. Accessed Jan. 22, 2025
work page 2025
-
[39]
https://sites .google.com/view/tee- container/home
Findings and Code Release. https://sites .google.com/view/tee- container/home. Accessed Jan. 22, 2025
work page 2025
-
[40]
https://gramine .readthedocs.io/en/ stable/
Gramine documentation. https://gramine .readthedocs.io/en/ stable/. Accessed Jan. 22, 2025
work page 2025
-
[41]
https://gramine.readthedocs.io/en/latest/devel/ features.html#semaphores
Gramine features — Gramine documentation. https://gramine.readthedocs.io/en/latest/devel/ features.html#semaphores. Accessed Jan. 22, 2025
work page 2025
-
[42]
Gramine Shared V olume. https://gramine .readthedocs.io/ en/stable/manifest-syntax.html?highlight=shared#untrusted- shared-memory. Accessed Jan. 22, 2025
work page 2025
-
[43]
https://github .com/ gramineproject/gsc
Gramine Shielded Containers (GSC). https://github .com/ gramineproject/gsc. Accessed Jan. 22, 2025
work page 2025
-
[44]
https://github .com/gramineproject/gramine/tree/ master/common/src/protected files
gramine/common/src/protected files at master · graminepro- ject/gramine. https://github .com/gramineproject/gramine/tree/ master/common/src/protected files. Accessed Jan. 22, 2025
work page 2025
-
[45]
https://github .com/gramineproject/ gramine
gramineproject/gramine. https://github .com/gramineproject/ gramine. Accessed Jan. 22, 2025
work page 2025
-
[46]
https://github .com/ gramineproject/gramine-tdx
gramineproject/gramine-tdx. https://github .com/ gramineproject/gramine-tdx. Accessed Jan. 22, 2025
work page 2025
-
[47]
https://github .com/ inclavare-containers/inclavare-containers
inclavare-containers/inclavare-containers. https://github .com/ inclavare-containers/inclavare-containers. Accessed Jan. 22, 2025
work page 2025
-
[48]
https://github .com/inclavare- containers/inclavare-containers/tree/master/rune
inclavare-containers/rune at master · inclavare- containers/inclavare-containers. https://github .com/inclavare- containers/inclavare-containers/tree/master/rune. Accessed Jan. 22, 2025
work page 2025
-
[49]
https://www .intel.com/content/www/us/en/developer/ articles/technical/intel-sdm.html
Intel 64 and IA-32 Architectures Software Developer’s Manual. https://www .intel.com/content/www/us/en/developer/ articles/technical/intel-sdm.html. Accessed Jan. 22, 2025
work page 2025
-
[50]
https://github .com/intel/linux-sgx-driver
Intel SGX Driver. https://github .com/intel/linux-sgx-driver. Accessed Jan. 22, 2025
work page 2025
-
[51]
https://software .intel.com/en-us/sgx-sdk/
Intel SGX SDK. https://software .intel.com/en-us/sgx-sdk/. Accessed Jan. 22, 2025
work page 2025
-
[52]
https: //www.intel.com/content/www/us/en/developer/tools/ software-guard-extensions/overview.html
Intel Software Guard Extensions Overview. https: //www.intel.com/content/www/us/en/developer/tools/ software-guard-extensions/overview.html. Accessed Jan. 22, 2025
work page 2025
-
[53]
Intel Trust Domain Extensions. https://software .intel.com/ content/dam/develop/external/us/en/documents/tdx- whitepaper-final9-17.pdf. Accessed Jan. 22, 2025
work page 2025
-
[54]
https://github.com/intel/linux-sgx/commit/ b0af6e75ac519ad5002a68fda0b672feddc1c92d
intel/linux-sgx at Commit b0af6e7. https://github.com/intel/linux-sgx/commit/ b0af6e75ac519ad5002a68fda0b672feddc1c92d. Accessed Jan. 22, 2025
work page 2025
-
[55]
https://github .com/bytedance-jeddak/ jeddak
Jeddak - Sandbox-LLM. https://github .com/bytedance-jeddak/ jeddak. Accessed Jan. 22, 2025
work page 2025
- [56]
-
[57]
https://katacontainers .io/collateral/ kata-containers-overview-july22 .pdf
Kata Containers Overview. https://katacontainers .io/collateral/ kata-containers-overview-july22 .pdf. Accessed Jan. 22, 2025
work page 2025
-
[58]
https://github .com/kata-containers/kata-containers/ tree/main/src/runtime
kata-containers/src/runtime at master · kata-containers/kata- containers. https://github .com/kata-containers/kata-containers/ tree/main/src/runtime. Accessed Jan. 22, 2025
work page 2025
-
[59]
https://github .com/linux-test-project/ltp
linux-test-project/ltp. https://github .com/linux-test-project/ltp. Accessed Jan. 22, 2025
work page 2025
-
[60]
https://www.edgeless.systems/products/marblerun
Marblerun - The control plane for confidential computing. https://www.edgeless.systems/products/marblerun. Accessed Jan. 22, 2025
work page 2025
-
[61]
https://github .com/mesalock-linux/ mesapy
mesalock-linux/mesapy. https://github .com/mesalock-linux/ mesapy. Accessed Jan. 22, 2025
work page 2025
-
[62]
https://github .com/microsoft/CCF
microsoft/CCF. https://github .com/microsoft/CCF. Accessed Jan. 22, 2025
work page 2025
-
[63]
https://github .com/asterinas/mlsdisk
MlsDisk. https://github .com/asterinas/mlsdisk. Accessed Jan. 22, 2025
work page 2025
-
[64]
https://github .com/deislabs/ mystikos/blob/main/doc/kernel-limitations.md#file-system- limitations
Mystikos untrusted HostFS. https://github .com/deislabs/ mystikos/blob/main/doc/kernel-limitations.md#file-system- limitations. Accessed Jan. 22, 2025
work page 2025
-
[65]
https://aws .amazon.com/ec2/nitro/nitro- enclaves/
Nitro Enclaves. https://aws .amazon.com/ec2/nitro/nitro- enclaves/. Accessed Jan. 22, 2025
work page 2025
-
[66]
https://occlum .readthedocs.io/ en/latest/filesystem/fs overview.html
Occlum File System Overview. https://occlum .readthedocs.io/ en/latest/filesystem/fs overview.html. Accessed Jan. 22, 2025
work page 2025
-
[67]
https://github .com/StanPlatinum/ occlum-vs-graphene
occlum-vs-graphene. https://github .com/StanPlatinum/ occlum-vs-graphene. Accessed Jan. 22, 2025
work page 2025
-
[68]
https://github .com/ occlum/occlum/tree/master/docs
occlum/docs at master · occlum/occlum. https://github .com/ occlum/occlum/tree/master/docs. Accessed Jan. 22, 2025
work page 2025
-
[69]
https://github .com/occlum/occlum
occlum/occlum. https://github .com/occlum/occlum. Accessed Jan. 22, 2025
work page 2025
-
[70]
https://github .com/occlum/ reproduce-asplos20
occlum/reproduce-asplos20. https://github .com/occlum/ reproduce-asplos20. Accessed Jan. 22, 2025
work page 2025
-
[71]
https://github.com/occlum/ngo/tree/master/src/libos/crates/ async-sfs
occlum/src/libos/crates/async-sfs at master · occlum/ngo. https://github.com/occlum/ngo/tree/master/src/libos/crates/ async-sfs. Accessed Jan. 22, 2025
work page 2025
-
[72]
https://occlum .readthedocs.io/en/ latest/filesystem/fs overview.html#hostfs
Occulum untrusted HostFS. https://occlum .readthedocs.io/en/ latest/filesystem/fs overview.html#hostfs. Accessed Jan. 22, 2025
work page 2025
-
[73]
Open Container Initiative: Establishing Open Industry Stan- dards for Containers. https://opencontainers .org/. Accessed Jan. 22, 2025
work page 2025
-
[74]
Open Enclave SDK. https://openenclave .io/sdk/. Accessed Jan. 22, 2025
work page 2025
-
[75]
https:// github.com/confidential-containers/operator
Operator to deploy confidential containers runtime. https:// github.com/confidential-containers/operator. Accessed Jan. 22, 2025
work page 2025
-
[76]
https://vulert.com/vuln-db/debian-12-linux-175967
Out of Bound Error in virtio net - Linux Kernel Vulnerability. https://vulert.com/vuln-db/debian-12-linux-175967. Accessed Jan. 22, 2025
work page 2025
-
[77]
https://github .com/project-oak/oak
project-oak/oak. https://github .com/project-oak/oak. Accessed Jan. 22, 2025
work page 2025
- [78]
-
[79]
https://ratel-enclave .github.io/
Ratel. https://ratel-enclave .github.io/. Accessed Jan. 22, 2025
work page 2025
-
[80]
https://github.com/confidential-containers/confidential- containers/issues/126
[RFC] Proposal for Container Metadata Validation. https://github.com/confidential-containers/confidential- containers/issues/126. Accessed Jan. 22, 2025
work page 2025
-
[81]
https:// scontain.com/index.html
SCONE - A Secure Container Environment. https:// scontain.com/index.html
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.