|
58 | 58 | <artifactId>netty-handler</artifactId> |
59 | 59 | <groupId>io.netty</groupId> |
60 | 60 | </exclusion> |
| 61 | + <!-- Fix CVE-2026-1002 --> |
| 62 | + <exclusion> |
| 63 | + <artifactId>vertx-core</artifactId> |
| 64 | + <groupId>io.vertx</groupId> |
| 65 | + </exclusion> |
61 | 66 | </exclusions> |
62 | 67 | </dependency> |
63 | 68 | <dependency> |
|
154 | 159 | <artifactId>che-core-commons-inject</artifactId> |
155 | 160 | <scope>provided</scope> |
156 | 161 | </dependency> |
| 162 | + <dependency> |
| 163 | + <groupId>io.netty</groupId> |
| 164 | + <artifactId>netty-codec-http</artifactId> |
| 165 | + <scope>runtime</scope> |
| 166 | + </dependency> |
157 | 167 | <dependency> |
158 | 168 | <groupId>io.netty</groupId> |
159 | 169 | <artifactId>netty-handler</artifactId> |
160 | 170 | <scope>runtime</scope> |
161 | 171 | </dependency> |
| 172 | + <dependency> |
| 173 | + <groupId>io.vertx</groupId> |
| 174 | + <artifactId>vertx-core</artifactId> |
| 175 | + <scope>runtime</scope> |
| 176 | + <exclusions> |
| 177 | + <exclusion> |
| 178 | + <artifactId>netty-resolver</artifactId> |
| 179 | + <groupId>io.netty</groupId> |
| 180 | + </exclusion> |
| 181 | + <exclusion> |
| 182 | + <artifactId>netty-resolver-dns</artifactId> |
| 183 | + <groupId>io.netty</groupId> |
| 184 | + </exclusion> |
| 185 | + <exclusion> |
| 186 | + <artifactId>netty-buffer</artifactId> |
| 187 | + <groupId>io.netty</groupId> |
| 188 | + </exclusion> |
| 189 | + <exclusion> |
| 190 | + <artifactId>netty-transport</artifactId> |
| 191 | + <groupId>io.netty</groupId> |
| 192 | + </exclusion> |
| 193 | + <exclusion> |
| 194 | + <artifactId>netty-common</artifactId> |
| 195 | + <groupId>io.netty</groupId> |
| 196 | + </exclusion> |
| 197 | + <exclusion> |
| 198 | + <artifactId>netty-codec-http</artifactId> |
| 199 | + <groupId>io.netty</groupId> |
| 200 | + </exclusion> |
| 201 | + </exclusions> |
| 202 | + </dependency> |
162 | 203 | <dependency> |
163 | 204 | <groupId>ch.qos.logback</groupId> |
164 | 205 | <artifactId>logback-classic</artifactId> |
|
193 | 234 | <artifactId>netty-codec-http</artifactId> |
194 | 235 | <groupId>io.netty</groupId> |
195 | 236 | </exclusion> |
| 237 | + <!-- Fix CVE-2026-1002 --> |
| 238 | + <exclusion> |
| 239 | + <artifactId>vertx-core</artifactId> |
| 240 | + <groupId>io.vertx</groupId> |
| 241 | + </exclusion> |
196 | 242 | <exclusion> |
197 | 243 | <artifactId>netty-resolver</artifactId> |
198 | 244 | <groupId>io.netty</groupId> |
|
0 commit comments