Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
def
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_blocking
Function · 0.85
wrapper
Function · 0.85
Calls
2
get
Method · 0.80
join
Method · 0.80
Tested by
no test coverage detected