Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ParzivalHack/PySpector
/ fires
Function
fires
tests/unit/test_semantic_provenance.py:27–28 ·
view source on GitHub ↗
(code, rule_id, filename="app.py")
Source
from the content-addressed store, hash-verified
25
26
27
def
fires(code, rule_id, filename=
"app.py"
):
28
return
[f
for
f in run(code, filename)
if
f[
"rule_id"
] == rule_id]
29
30
31
def
_wrap(code):
Callers
7
taint_fires
Function · 0.70
test_admin795_class_declaration_not_flagged
Method · 0.70
test_admin795_fires_on_actual_inline_credential
Method · 0.70
test_g101_uppercase_constant_not_flagged
Method · 0.70
test_g101_fires_on_lowercase_secret
Method · 0.70
test_symlink816_hardcoded_path_not_flagged
Method · 0.70
test_symlink816_fires_on_user_controlled_path
Method · 0.70
Calls
1
run
Function · 0.70
Tested by
no test coverage detected