From 15df0170ee4ac81ea7a142fc42a3967f5c31b442 Mon Sep 17 00:00:00 2001 From: Isaac Foster Date: Tue, 21 Jan 2025 16:33:06 -0500 Subject: [PATCH] Update security.md (#141) Signed-off-by: Isaac Foster --- docs/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/security.md b/docs/security.md index 6f0ae841..10f96bd4 100644 --- a/docs/security.md +++ b/docs/security.md @@ -4,7 +4,7 @@ A primary goal of Hyperlight is to safely execute untrusted or unsafe code. ## Threat Model -Hyperlight assumes that guest binaries are untrusted, and are running arbitrary, potentially malicious code. Despite this, the host should never be compromised. This documents outlines some of the steps Hyperlight takes to uphold this strong security guarantee. +Hyperlight assumes that guest binaries are untrusted, and are running arbitrary, potentially malicious code. Despite this, the host should never be compromised. This document outlines some of the steps Hyperlight takes to uphold this strong security guarantee. ### Hypervisor Isolation