test fixes and new product advisories work

This commit is contained in:
master
2026-01-28 02:30:48 +02:00
parent 82caceba56
commit 644887997c
288 changed files with 69101 additions and 375 deletions

View File

@@ -0,0 +1,26 @@
[
{
"event_type": 2,
"timestamp_ns": 900000000000,
"pid": 1234,
"cgroup_id": 1234567890,
"comm": "myapp",
"payload": {
"ppid": 1,
"filename": "/app/bin/myapp",
"argv": ["myapp", "--config", "/etc/myapp/config.yaml"]
}
},
{
"event_type": 2,
"timestamp_ns": 850000000000,
"pid": 5678,
"cgroup_id": 9876543210,
"comm": "nginx",
"payload": {
"ppid": 1,
"filename": "/usr/bin/nginx",
"argv": ["nginx", "-g", "daemon off;"]
}
}
]