Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SourceCode-AI/aura
/ eval_arg
Method
eval_arg
tests/files/flask_app.py:16–18 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
14
15
@classmethod
16
def
eval_arg(cls):
17
eval(flask.request.args.get(
'src'
,
'pass'
))
18
return
True
19
20
def
run(self):
21
if
self.code is None:
Callers
1
vuln6
Function · 0.95
Calls
1
get
Method · 0.80
Tested by
no test coverage detected