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

Function findings_for

tests/unit/test_taint_engine_extension.py:58–59  ·  view source on GitHub ↗
(code, rule_id, **kw)

Source from the content-addressed store, hash-verified

56
57
58def findings_for(code, rule_id, **kw):
59 return [f for f in run_pyspector(code, **kw) if f["rule_id"] == rule_id]
60
61
62# ===========================================================================

Calls 1

run_pyspectorFunction · 0.70

Tested by

no test coverage detected