Closed
Description
Feature or enhancement
Proposal:
For now, we emit an audit event when we execute the remote-injected script
if (0 != PySys_Audit("remote_debugger_script", "O", path)) {
PyErr_FormatUnraisable(
"Audit hook failed for remote debugger script %U", path);
return;
}
I think maybe it's worth emitting the remote PID at the same time. It will be more helpful when we want collect the info related with security
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response