File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 254254 <groupId >org.owasp.antisamy</groupId >
255255 <artifactId >antisamy</artifactId >
256256 <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 >
257279 </dependency >
258280 <dependency >
259281 <groupId >org.slf4j</groupId >
You can’t perform that action at this time.
0 commit comments