From da6c4b75bda03d334a883f4fbdd488d4e6624703 Mon Sep 17 00:00:00 2001 From: David Justice Date: Tue, 29 Apr 2025 15:36:25 -0400 Subject: [PATCH] Add FOSSA scan results to readme.md Signed-off-by: David Justice --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d60ca43f..257a36937 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

Hyperlight

hyperlight logo -

Hyperlight is a lightweight Virtual Machine Manager (VMM) designed to be embedded within applications. It enables safe execution of untrusted code within micro virtual machines with very low latency and minimal overhead.

+

Hyperlight is a lightweight Virtual Machine Manager (VMM) designed to be embedded within applications. It enables safe execution of untrusted code within micro virtual machines with very low latency and minimal overhead.

> Note: Hyperlight is a nascent project with an evolving API and no guaranteed support. Assistance is provided on a @@ -64,7 +64,7 @@ fn main() -> hyperlight_host::Result<()> { // Call a function in the guest let message = "Hello, World! I am executing inside of a VM :)\n".to_string(); - // in order to call a function it first must be defined in the guest and exposed so that + // in order to call a function it first must be defined in the guest and exposed so that // the host can call it let result = multi_use_sandbox.call_guest_function_by_name( "PrintOutput", @@ -276,6 +276,9 @@ The Hyperlight project Slack is hosted in the CNCF Slack #hyperlight. To join th For more information, please refer to our compilation of documents in the [`docs/` directory](./docs/README.md). +[![FOSSA License Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fhyperlight-dev%2Fhyperlight.svg?type=shield&issueType=license)](https://app.fossa.com/projects/git%2Bgithub.com%2Fhyperlight-dev%2Fhyperlight?ref=badge_shield&issueType=license) +[![FOSSA Security Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fhyperlight-dev%2Fhyperlight.svg?type=shield&issueType=security)](https://app.fossa.com/projects/git%2Bgithub.com%2Fhyperlight-dev%2Fhyperlight?ref=badge_shield&issueType=security) + ## Code of Conduct See the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md).