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

Function taint_fires

tests/unit/test_semantic_provenance.py:37–40  ·  view source on GitHub ↗

Use taint engine — wraps code in a function for CFG analysis.

(code, rule_id)

Source from the content-addressed store, hash-verified

35
36
37def taint_fires(code, rule_id):
38 """Use taint engine — wraps code in a function for CFG analysis."""
39 wrapped = _wrap(code)
40 return fires(wrapped, rule_id)
41
42
43# ─── Tier 1: Structural Python rules ────────────────────────────────────────

Calls 2

_wrapFunction · 0.70
firesFunction · 0.70

Tested by

no test coverage detected