Commit 352a4c5
authored
[cherry-pick] fix(deps): bump fast-uri to 3.1.2 to address path traversal CVE (#1596)
* fix(deps): bump fast-uri to 3.1.2 to address path traversal CVE
fast-uri <= 3.1.0 decoded percent-encoded path separators before
applying dot-segment removal in normalize() and equal(), allowing
attacker-controlled URIs to bypass path-based policy checks.
Add resolution pin fast-uri@^3.1.1 to force all transitive
dependents to use the patched release (3.1.2).
Fixes: CRW-10862
Signed-off-by: Oleksii Orel <oorel@redhat.com>
* chore(deps): regenerate license dependency files
Signed-off-by: Oleksii Orel <oorel@redhat.com>
---------
Signed-off-by: Oleksii Orel <oorel@redhat.com>1 parent 314f331 commit 352a4c5
3 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
502 | 502 | | |
503 | 503 | | |
504 | 504 | | |
505 | | - | |
506 | 505 | | |
507 | 506 | | |
508 | 507 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6754 | 6754 | | |
6755 | 6755 | | |
6756 | 6756 | | |
6757 | | - | |
6758 | | - | |
6759 | | - | |
6760 | | - | |
| 6757 | + | |
| 6758 | + | |
| 6759 | + | |
| 6760 | + | |
6761 | 6761 | | |
6762 | 6762 | | |
6763 | 6763 | | |
| |||
0 commit comments