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

Function test_command_injection

tests/test_pyt_examples.py:18–21  ·  view source on GitHub ↗
(fixtures)

Source from the content-addressed store, hash-verified

16
17
18def test_command_injection(fixtures):
19 lines = [18]
20 matches = render_lines(lines)
21 fixtures.scan_and_match('pyt_examples/command_injection.py', matches)
22
23
24def test_command_injection_with_aliases(fixtures):

Callers

nothing calls this directly

Calls 2

render_linesFunction · 0.85
scan_and_matchMethod · 0.80

Tested by

no test coverage detected