MCPcopy Create free account
hub / github.com/ParzivalHack/PySpector / test_constant_safe

Method test_constant_safe

tests/unit/test_a_sink_rules.py:142–143  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

140 # inter-proc taint reaching error messages and SQL placeholder construction.
141 assert not_fires("parts=request.GET.getlist('p'); '/'.join(parts)", "JOIN876")
142 def test_constant_safe(self):
143 assert not_fires("'/'.join(['a','b','c'])", "JOIN876")
144
145# --- SORTED1074 ---
146class TestSorted1074:

Callers

nothing calls this directly

Calls 1

not_firesFunction · 0.70

Tested by

no test coverage detected