MCPcopy Index your code
hub / github.com/SourceCode-AI/aura / run

Method run

tests/files/flask_app.py:20–25  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

18 return True
19
20 def run(self):
21 if self.code is None:
22 return False
23 else:
24 eval(self.code)
25 return True
26
27
28@app.route("/vuln1")

Callers 15

vuln6Function · 0.95
flask_app.pyFile · 0.45
XSS_sanitised.pyFile · 0.45
XSS.pyFile · 0.45
XSS_no_vuln.pyFile · 0.45
path_traversal.pyFile · 0.45
XSS_call.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected