Skip to content

Commit a41933b

Browse files
committed
release 4.11.0
1 parent 7a49604 commit a41933b

File tree

2 files changed

+4
-37
lines changed

2 files changed

+4
-37
lines changed

owasp-suppressions.xml

Lines changed: 2 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
33

44
<suppress>
5-
<filePath regex="true">.*netty-transport-native-kqueue-4\.1\.60\.Final-osx-x86_64\.jar</filePath>
5+
<filePath regex="true">.*netty-.*.jar</filePath>
6+
<cve>CVE-2023-34462</cve>
67
<cve>CVE-2022-41915</cve>
78
<cve>CVE-2021-37136</cve>
89
<cve>CVE-2021-37137</cve>
@@ -11,36 +12,6 @@
1112
<cve>CVE-2021-21409</cve>
1213
<cve>CVE-2021-43797</cve>
1314
</suppress>
14-
<suppress>
15-
<filePath regex="true">.*netty-transport-native-epoll-4\.1\.60\.Final-linux-x86_64\.jar</filePath>
16-
<cve>CVE-2021-43797</cve>
17-
<cve>CVE-2022-41915</cve>
18-
<cve>CVE-2021-37136</cve>
19-
<cve>CVE-2021-37137</cve>
20-
<cve>CVE-2022-24823</cve>
21-
<cve>CVE-2022-41881</cve>
22-
<cve>CVE-2021-21409</cve>
23-
</suppress>
24-
<suppress>
25-
<filePath regex="true">.*netty-codec-socks-4\.1\.60\.Final\.jar</filePath>
26-
<cve>CVE-2021-43797</cve>
27-
<cve>CVE-2022-41915</cve>
28-
<cve>CVE-2021-37136</cve>
29-
<cve>CVE-2021-37137</cve>
30-
<cve>CVE-2022-24823</cve>
31-
<cve>CVE-2022-41881</cve>
32-
<cve>CVE-2021-21409</cve>
33-
</suppress>
34-
<suppress>
35-
<filePath regex="true">.*netty-handler-proxy-4\.1\.60\.Final\.jar</filePath>
36-
<cve>CVE-2021-43797</cve>
37-
<cve>CVE-2022-41915</cve>
38-
<cve>CVE-2021-37136</cve>
39-
<cve>CVE-2021-37137</cve>
40-
<cve>CVE-2022-24823</cve>
41-
<cve>CVE-2022-41881</cve>
42-
<cve>CVE-2021-21409</cve>
43-
</suppress>
4415

4516
<suppress>
4617
<filePath regex="true">.*guava-31\.1-jre\.jar</filePath>
@@ -68,10 +39,6 @@
6839
<filePath regex="true">.*htmlunit-core-js-2\.70\.0\.jar</filePath>
6940
<cve>CVE-2023-26119</cve>
7041
</suppress>
71-
<suppress>
72-
<filePath regex="true">.*neko-htmlunit-2\.70\.0\.jar</filePath>
73-
<cve>CVE-2023-26119</cve>
74-
</suppress>
7542
<suppress>
7643
<filePath regex="true">.*htmlunit-xpath-2\.70\.0\.jar</filePath>
7744
<cve>CVE-2023-26119</cve>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.seleniumhq.selenium</groupId>
77
<artifactId>htmlunit-driver</artifactId>
8-
<version>4.10.0</version>
8+
<version>4.11.0</version>
99

1010
<name>htmlunit-driver</name>
1111
<description>WebDriver compatible driver for HtmlUnit headless browser</description>
@@ -18,7 +18,7 @@
1818
<maven.compiler.source>8</maven.compiler.source>
1919
<maven.compiler.target>8</maven.compiler.target>
2020

21-
<selenium.version>4.10.0</selenium.version>
21+
<selenium.version>4.11.0</selenium.version>
2222
<htmlunit.version>2.70.0</htmlunit.version>
2323

2424
<jetty.version>9.4.50.v20221201</jetty.version>

0 commit comments

Comments
 (0)