Commit 7684596
committed
fix: force handlebars core to 4.5.2 to resolve path traversal CVE
WireMock 3.x pulls in handlebars 4.3.1 which has a path traversal
vulnerability (GHSA-r4gv-qr8j-p3pg) fixed in 4.5.2. WireMock 3.x has
not backported the fix, so we force the core jar directly.
handlebars-helpers cannot be forced to 4.5.2 as NumberHelper moved
packages, breaking WireMock at runtime.1 parent fb6c59f commit 7684596
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
61 | 69 | | |
62 | 70 | | |
63 | 71 | | |
| |||
0 commit comments