Skip to content

Commit a5a8e00

Browse files
committed
ADD: runcvm example
1 parent 4f3803c commit a5a8e00

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

cve-report.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
NAME INSTALLED TYPE VULNERABILITY SEVERITY EPSS RISK
2+
busybox 1.37.0-r19 apk CVE-2024-58251 Low < 0.1% (7th) < 0.1
3+
busybox-binsh 1.37.0-r19 apk CVE-2024-58251 Low < 0.1% (7th) < 0.1
4+
ssl_client 1.37.0-r19 apk CVE-2024-58251 Low < 0.1% (7th) < 0.1
5+
busybox 1.37.0-r19 apk CVE-2025-46394 Low < 0.1% (4th) < 0.1
6+
busybox-binsh 1.37.0-r19 apk CVE-2025-46394 Low < 0.1% (4th) < 0.1
7+
ssl_client 1.37.0-r19 apk CVE-2025-46394 Low < 0.1% (4th) < 0.1

docs/example/runcvm.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: '3.9'
2+
services:
3+
test1:
4+
image: nginx
5+
restart: always
6+
deploy:
7+
runtime: "runcvm"
8+
placement:
9+
attributes:
10+
- "runcvm: True"

0 commit comments

Comments
 (0)