(fixtures)
| 22 | |
| 23 | |
| 24 | def 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 | |
| 30 | def test_django_XSS(fixtures): |
nothing calls this directly
no test coverage detected