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

Function test_command_injection_with_aliases

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

Source from the content-addressed store, hash-verified

22
23
24def test_command_injection_with_aliases(fixtures):
25 lines = [17, 18, 19, 20, 21, 22]
26 matches = render_lines(lines)
27 fixtures.scan_and_match('pyt_examples/command_injection_with_aliases.py', matches)
28
29
30def test_django_XSS(fixtures):

Callers

nothing calls this directly

Calls 2

render_linesFunction · 0.85
scan_and_matchMethod · 0.80

Tested by

no test coverage detected