From da6eb8eac3b1cc3318fbee2e50504242338a6065 Mon Sep 17 00:00:00 2001 From: fossabot Date: Tue, 10 Jun 2025 14:32:12 -0400 Subject: [PATCH] Add license scan report and status Signed-off-by: David Justice --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7bfc7102e..45f04b70b 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.
We are a Cloud Native Computing Foundation sandbox project.

+

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.
We are a Cloud Native Computing Foundation sandbox project.

> Note: Hyperlight is a nascent project with an evolving API and no guaranteed support. Assistance is provided on a @@ -57,7 +57,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: i32 = multi_use_sandbox.call_guest_function_by_name( "PrintOutput", @@ -266,3 +266,7 @@ See the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code [kvm]: https://help.ubuntu.com/community/KVM/Installation [whp]: https://devblogs.microsoft.com/visualstudio/hyper-v-android-emulator-support/#1-enable-hyper-v-and-the-windows-hypervisor-platform + + +## FOSSA Status +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fhyperlight-dev%2Fhyperlight.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fhyperlight-dev%2Fhyperlight?ref=badge_large)