Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vdk-audit-plugin: expand forbidden events list (vmware#1683)
Added additional events to the forbidden events list. Both `os.spawn` and `subprocess.run` are used to start new processes. The users are able to execute a shell command that contains malicious code. E.g. ``` subprocess.run("mkdir ./{0}".format(dirs),shell=True, capture_output=True) ``` Signed-off-by: Miroslav Ivanov miroslavi@vmware.com --------- Signed-off-by: Miroslav Ivanov miroslavi@vmware.com
- Loading branch information