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

Function test_simple_vulnerability

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

Source from the content-addressed store, hash-verified

90
91
92def test_simple_vulnerability(fixtures):
93 lines = [4]
94 matches = render_lines(lines)
95 fixtures.scan_and_match('pyt_examples/simple_vulnerability.py', matches)
96
97
98def test_xss(fixtures):

Callers

nothing calls this directly

Calls 2

render_linesFunction · 0.85
scan_and_matchMethod · 0.80

Tested by

no test coverage detected