# HG changeset patch # User Yaroslav Zhuravlev # Date 1553689514 -10800 # Node ID a4ef92436fbcba76bc72761bd2ee5147d4e2d2e4 # Parent 21f3a93fbe97a0d9b42f5aa5e63df60d6dd2aac2 Documented BREACH attack vulnerability for the gzip module. diff --git a/xml/en/docs/http/ngx_http_gzip_module.xml b/xml/en/docs/http/ngx_http_gzip_module.xml --- a/xml/en/docs/http/ngx_http_gzip_module.xml +++ b/xml/en/docs/http/ngx_http_gzip_module.xml @@ -10,7 +10,7 @@ + rev="5">
@@ -18,6 +18,10 @@ The ngx_http_gzip_module module is a filter that compresses responses using the “gzip” method. This often helps to reduce the size of transmitted data by half or even more. + +When using the SSL/TLS protocol, compressed responses may be subject to +BREACH attacks. +
diff --git a/xml/ru/docs/http/ngx_http_gzip_module.xml b/xml/ru/docs/http/ngx_http_gzip_module.xml --- a/xml/ru/docs/http/ngx_http_gzip_module.xml +++ b/xml/ru/docs/http/ngx_http_gzip_module.xml @@ -10,7 +10,7 @@ + rev="5">
@@ -18,6 +18,10 @@ Модуль ngx_http_gzip_module — это фильтр, сжимающий ответ методом gzip, что позволяет уменьшить размер передаваемых данных в 2 и более раз. + +При использовании протокола SSL/TLS сжатые ответы могут быть подвержены +атакам BREACH. +