Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ParzivalHack/PySpector
/ fires
Function
fires
tests/unit/test_group_a_rules.py:50–51 ·
view source on GitHub ↗
(code, rule_id, **kw)
Source
from the content-addressed store, hash-verified
48
49
50
def
fires(code, rule_id, **kw):
51
return
[f
for
f in run_pyspector(code, **kw)
if
f[
"rule_id"
] == rule_id]
52
53
54
# ============================================================
Callers
15
test_tainted_attr_name_fires
Method · 0.70
test_subscript_source_fires
Method · 0.70
test_constant_attr_safe
Method · 0.70
test_tainted_attr_name_fires
Method · 0.70
test_constant_attr_safe
Method · 0.70
test_tainted_receiver_fires
Method · 0.70
test_tainted_via_subscript_fires
Method · 0.70
test_constant_template_safe
Method · 0.70
test_tainted_arg_safe
Method · 0.70
test_tainted_variable_silent_disabled
Method · 0.70
test_constant_fstring_safe
Method · 0.70
test_tainted_silent_disabled
Method · 0.70
Calls
1
run_pyspector
Function · 0.70
Tested by
no test coverage detected