nyx/tests/dynamic_fixtures/spec_strategies/flow_steps_taint.py

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)