Commit 1b2ad4b
committed
fix(packaged): restore bare auth= scrubbing dropped in the Authorization fix
Review (nettee): removing authorization/auth from the key=value branch to fix
the Authorization-header leak also dropped generic 'auth=abc' / 'auth: abc'
scrubbing. Re-add 'auth' to the key=value alternation — it can't misfire on
'Authorization'/'author' because a [=:] separator must immediately follow the
word, and the Authorization header itself is still handled by the dedicated
whole-value rule.1 parent 928533a commit 1b2ad4b
2 files changed
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
199 | 202 | | |
200 | | - | |
| 203 | + | |
201 | 204 | | |
202 | 205 | | |
203 | 206 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
195 | 203 | | |
196 | 204 | | |
197 | 205 | | |
| |||
0 commit comments