* Implement HTTPoxy mitigation in FastCGI Added HTTPoxy mitigation to prevent trusting client-supplied Proxy header for HTTP_PROXY environment variable. * Implement test for HTTPoxy vulnerability protection Add test to ensure HTTPoxy vulnerability is mitigated by dropping client-supplied Proxy headers. * gofmt: format code * revert unrelated gofmt change to replacer_test.go |
||
|---|---|---|
| .. | ||
| caddyfile.go | ||
| client.go | ||
| client_test.go | ||
| fastcgi.go | ||
| fastcgi_test.go | ||
| header.go | ||
| pool.go | ||
| reader.go | ||
| record.go | ||
| writer.go | ||