Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ParzivalHack/PySpector
/ not_fires
Function
not_fires
tests/unit/test_a_sink_rules.py:32–32 ·
view source on GitHub ↗
(code, rule_id)
Source
from the content-addressed store, hash-verified
30
31
def
fires(code, rule_id):
return
[f
for
f in run(code)
if
f[
"rule_id"
] == rule_id]
32
def
not_fires(code, rule_id):
return
not fires(code, rule_id)
33
34
35
# --- HASATTR837 ---
Callers
15
test_tainted_silent_disabled
Method · 0.70
test_constant_safe
Method · 0.70
test_tainted_silent_disabled
Method · 0.70
test_constant_safe
Method · 0.70
test_tainted_silent_disabled
Method · 0.70
test_constant_safe
Method · 0.70
test_tainted_silent_disabled
Method · 0.70
test_constant_safe
Method · 0.70
test_tainted_silent_disabled
Method · 0.70
test_constant_safe
Method · 0.70
test_tainted_silent_disabled
Method · 0.70
test_constant_safe
Method · 0.70
Calls
1
fires
Function · 0.70
Tested by
no test coverage detected