gunicorn is a production WSGI server. Commonly run via CLI but programmatic use via Application() is possible. bind '0.0.0.0:*' on internal apps is a finding.
.Application()Neutralgunicorn.app.base.BaseApplication() -> BaseApplication
Gunicorn application base class.
| FQN | Field | |
|---|---|---|
| gunicorn | fqns[0] |
Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.
from codepathfinder.go_rule import PyGunicorn