Skip to content

Commit da6c4b7

Browse files
committed
Add FOSSA scan results to readme.md
Signed-off-by: David Justice <[email protected]>
1 parent f2e7d68 commit da6c4b7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div align="center">
22
<h1>Hyperlight</h1>
33
<img src="https://raw.githubusercontent.com/hyperlight-dev/hyperlight/refs/heads/main/docs/assets/hyperlight-logo.png" width="150px" alt="hyperlight logo"/>
4-
<p><strong>Hyperlight is a lightweight Virtual Machine Manager (VMM) designed to be embedded within applications. It enables safe execution of untrusted code within <i>micro virtual machines</i> with very low latency and minimal overhead.</strong></p>
4+
<p><strong>Hyperlight is a lightweight Virtual Machine Manager (VMM) designed to be embedded within applications. It enables safe execution of untrusted code within <i>micro virtual machines</i> with very low latency and minimal overhead.</strong></p>
55
</div>
66

77
> 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<()> {
6464

6565
// Call a function in the guest
6666
let message = "Hello, World! I am executing inside of a VM :)\n".to_string();
67-
// in order to call a function it first must be defined in the guest and exposed so that
67+
// in order to call a function it first must be defined in the guest and exposed so that
6868
// the host can call it
6969
let result = multi_use_sandbox.call_guest_function_by_name(
7070
"PrintOutput",
@@ -276,6 +276,9 @@ The Hyperlight project Slack is hosted in the CNCF Slack #hyperlight. To join th
276276
277277
For more information, please refer to our compilation of documents in the [`docs/` directory](./docs/README.md).
278278
279+
[![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)
280+
[![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)
281+
279282
## Code of Conduct
280283
281284
See the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md).

0 commit comments

Comments
 (0)