Commit ec047d1
committed
fix(deps): override Micronaut's netty-codec-http to 4.2.11.Final
Resolves CVE-2026-33870 (HTTP/1.1 request smuggling) and CVE-2026-33871
(HTTP/2 CONTINUATION frame DoS). Micronaut platform BOM 4.10.10 pins
netty-codec-http* at 4.2.9.Final, overriding the parent pom's
netty-bom 4.2.11. Re-importing netty-bom as the first BOM in the cli
and server dependencyManagement blocks restores 4.2.11 via Maven's
first-declaration-wins rule for BOM imports.1 parent 5207410 commit ec047d1
2 files changed
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
50 | 60 | | |
51 | 61 | | |
52 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
174 | 184 | | |
175 | 185 | | |
176 | 186 | | |
| |||
0 commit comments