envoyproxy/envoy

Path normalization controls

Open

#6 589 ouverte le 15 avr. 2019

Voir sur GitHub
 (17 commentaires) (1 réaction) (2 assignés)C++ (5 373 forks)batch import
area/securityhelp wantedpriority/hightech debt

Métriques du dépôt

Stars
 (27 997 stars)
Métriques de merge PR
 (Merge moyen 8j) (378 PRs mergées en 30 j)

Description

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

Guide contributeur