File tree Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change 253
253
<dependency >
254
254
<groupId >org.owasp.antisamy</groupId >
255
255
<artifactId >antisamy</artifactId >
256
- <version >1.6.7</version >
257
- <exclusions >
258
- <!-- Exclude this so we can grab version 2.61.0, which has a
259
- new DoS CVE fixed.
260
- -->
261
- <exclusion >
262
- <groupId >net.sourceforge.htmlunit</groupId >
263
- <artifactId >neko-htmlunit</artifactId >
264
- </exclusion >
265
- </exclusions >
266
- </dependency >
267
- <dependency >
268
- <groupId >net.sourceforge.htmlunit</groupId >
269
- <artifactId >neko-htmlunit</artifactId >
270
- <!-- This version fixes latest CVE in Neko-HtmlUnit. -->
271
- <version >2.61.0</version >
272
- <exclusions >
273
- <!-- excluded because this conflicts with the version imported by AntiSamy -->
274
- <exclusion >
275
- <groupId >xerces</groupId >
276
- <artifactId >xercesImpl</artifactId >
277
- </exclusion >
278
- </exclusions >
256
+ <version >1.6.8</version >
279
257
</dependency >
280
258
<dependency >
281
259
<groupId >org.slf4j</groupId >
You can’t perform that action at this time.
0 commit comments