| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
feat(cerberus-core): add secure execution runtime Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai> | 2 个月前 | |
fix(cerberus): decode network event port in host byte order The eBPF program already converts sin_port from network to host byte order ( u16::from_be) before writing it into the perf event buffer, so the user-space decoder must read it back in native order. It was instead re-applying a big-endian conversion (u16::from_be_bytes), byte-swapping the port a second time (e.g. 443 surfaced as 47873). Read the field with u16::from_ne_bytes, consistent with the other fields decoded from the same buffer. This had no visible effect until the network audit surfaced the port to users via NetworkAccessRecord. | 28 天前 | |
feat(cerberus-core): add secure execution runtime Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai> | 2 个月前 | |
feat(cerberus-core): add secure execution runtime Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai> | 2 个月前 |