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

Function test_path_traversal

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

Source from the content-addressed store, hash-verified

64
65
66def test_path_traversal(fixtures):
67 lines = [20]
68 matches = render_lines(lines)
69 fixtures.scan_and_match('pyt_examples/path_traversal.py', matches)
70
71
72def test_path_traversal_sanitizer(fixtures):

Callers

nothing calls this directly

Calls 2

render_linesFunction · 0.85
scan_and_matchMethod · 0.80

Tested by

no test coverage detected