|
|
|
|
|
by adrianratnapala
3627 days ago
|
|
I don't know about uWSGI, but here is what it says at httproxy.org ---- Python code must be deployed under CGI to be vulnerable. Usually, that’ll mean the vulnerable code will use a CGI handler like wsgiref.handlers.CGIHandler This is not considered a normal way of deploying Python webapps (most people are using WSGI or FastCGI, both of which are not affected), |
|