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

Function test_path_traversal_sanitizer

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

Source from the content-addressed store, hash-verified

70
71
72def test_path_traversal_sanitizer(fixtures):
73 lines = [12]
74 matches = render_lines(lines)
75 fixtures.scan_and_match('pyt_examples/path_traversal_sanitised.py', matches)
76
77
78def test_path_traversal_sanitised_2(fixtures):

Callers

nothing calls this directly

Calls 2

render_linesFunction · 0.85
scan_and_matchMethod · 0.80

Tested by

no test coverage detected