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

Function test_inter_command_injection

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

Source from the content-addressed store, hash-verified

40
41
42def test_inter_command_injection(fixtures):
43 lines = [15]
44 matches = render_lines(lines)
45 fixtures.scan_and_match('pyt_examples/inter_command_injection.py', matches)
46
47
48def test_inter_command_injection_2(fixtures):

Callers

nothing calls this directly

Calls 2

render_linesFunction · 0.85
scan_and_matchMethod · 0.80

Tested by

no test coverage detected