Python stdlib module — runpy. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.
.run_module()Neutralrun_module(mod_name, init_globals, run_name, alter_sys)
Execute a module's code without importing it.
.run_path()Neutralrun_path(path_name, init_globals, run_name)
Execute code located at the specified filesystem location.
| FQN | Field | |
|---|---|---|
| runpy | fqns[0] |
Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.
import runpy