mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-18 20:15:14 +02:00
6 lines
159 B
Python
6 lines
159 B
Python
# Fixture: spec derived via FromFlowSteps (taint flow with explicit source/sink).
|
|
import os
|
|
|
|
def handle_request(payload):
|
|
cmd = payload
|
|
os.system(cmd)
|