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

Function render_lines

tests/test_pyt_examples.py:4–11  ·  view source on GitHub ↗
(line_numbers)

Source from the content-addressed store, hash-verified

2
3
4def render_lines(line_numbers):
5 return [
6 {
7 'type': 'TaintAnomaly',
8 'message': 'Tainted input is passed to the sink',
9 'line_no': x
10 } for x in line_numbers
11 ]
12
13
14def test_blackbox_after_if(fixtures):

Callers 15

test_command_injectionFunction · 0.85
test_django_XSSFunction · 0.85
test_ensure_saved_scopeFunction · 0.85
test_list_appendFunction · 0.85
test_path_traversalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected