envoyproxy/envoy

Path normalization controls

开放

#6,589 创建于 2019年4月15日

 (17 条评论) (1 个反应) (2 位负责人)C++ (5,373 个派生)batch import
area/securityhelp wantedpriority/hightech debt

仓库指标

星标
 (27,997 个星标)
PR 合并指标
 (平均合并 8天) (30 天内合并 378 个 PR)

描述

The fix for CVE-2019-9900, provided a coarse grained ability to opt-in/out of path normalization. That is, you could either normalize, in which case both normalization was used for matching and transforming the path to the upstream, or not normalize.

Ideally we provide finer grained controls similar to Nginx, where users can opt to normalize for match independent of transforming the path to the upstream.

CC @PiotrSikora

Action item for CVE-2019-9901

贡献者指南