MCPcopy Create free account
hub / github.com/SourceCode-AI/aura / func

Function func

tests/files/pyt_examples/list_append.py:6–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5
6def func():
7 TAINT = request.args.get("TAINT")
8
9 cmd = []
10 cmd.append("echo")
11 cmd.append(TAINT)
12
13 os.system(" ".join(cmd))

Callers 2

non_blockingFunction · 0.85
wrapperFunction · 0.85

Calls 2

getMethod · 0.80
joinMethod · 0.80

Tested by

no test coverage detected