The configparser module reads INI-style config files. Values read via get() are sources when the config file is user-supplied. The module itself has no injection sinks of its own.
.get().get()SourceConfigParser.get(section: str, option: str, *, raw=False, vars=None, fallback=...) -> str
Returns a config value. Source when the config file is user-supplied.
return| FQN | Field | |
|---|---|---|
| configparser | fqns[0] |
Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.
from codepathfinder.go_rule import PyConfigparser