From 5dd384bf137734e8db52f5dc89d51c72bc6f283b Mon Sep 17 00:00:00 2001 From: Isaac Foster Date: Fri, 17 Jan 2025 11:59:28 -0500 Subject: [PATCH] Update security.md 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 bff64e44f..6e6235eb3 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