feat(go): advance validation sidecar toward production
This commit is contained in:
parent
6a06eba255
commit
f85c2e831a
92 changed files with 8881 additions and 91 deletions
3
tests/fixtures/go/mixed-events.jsonl
vendored
Normal file
3
tests/fixtures/go/mixed-events.jsonl
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{"type":"execve","pid":"4001","ppid":"1","uid":"1000","parent_comm":"nginx","filename":"/bin/sh","argv":["-c","id"]}
|
||||
{"type":"sys","pid":"4002","ppid":"1","uid":"1000","comm":"loader","syscall":"mprotect","args":["0x1000","0x1000",0],"arg2":"0x6"}
|
||||
{"type":"listen","pid":"4003","ppid":"1","uid":"1000","comm":"python3","listen_ip":"0.0.0.0","listen_port":"4444"}
|
||||
Loading…
Add table
Add a link
Reference in a new issue