Skip to content

Commit a599e36

Browse files
committed
version 3.9.0
1 parent d4c1105 commit a599e36

File tree

6 files changed

+15
-14
lines changed

6 files changed

+15
-14
lines changed

CVE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66

77
| CVE | Description |
88
|-------------------------------------------------------------------|-----------------|
9+
| [CVE-2023-49093](https://nvd.nist.gov/vuln/detail/CVE-2023-49093) | HtmlUnit suffers from a remote code execution via XSLT vulnerability on versions 3.8.0 and below. Please update to at least version 3.9.0. |
910
| [CVE-2023-2798](https://nvd.nist.gov/vuln/detail/CVE-2023-2798) | HtmlUnit suffers from a denial of service vulnerability on versions 2.69.0 and below. Please update to at least version 2.70.0. |
10-
| [CVE-2023-26119](https://nvd.nist.gov/vuln/detail/CVE-2023-26119) | HtmlUnit suffers from a remote code execution via XSTL vulnerability on versions 2.70.0 and below. Please update to at least version 3.1.0. |
11-
| [CVE-2022-29546](https://nvd.nist.gov/vuln/detail/CVE-2022-29546) | HtmlUnit NekoHtml Parser suffers from a remote code execution via XSTL vulnerability on versions 2.60.0 and below. Please update to at least version 2.70.0 or 3.1.0 |
11+
| [CVE-2023-26119](https://nvd.nist.gov/vuln/detail/CVE-2023-26119) | HtmlUnit suffers from a remote code execution via XSLT vulnerability on versions 2.70.0 and below. Please update to at least version 3.1.0. |
12+
| [CVE-2022-29546](https://nvd.nist.gov/vuln/detail/CVE-2022-29546) | HtmlUnit NekoHtml Parser suffers from a remote code execution via XSLT vulnerability on versions 2.60.0 and below. Please update to at least version 2.70.0 or 3.1.0 |
1213
| [CVE-2022-28366](https://nvd.nist.gov/vuln/detail/CVE-2022-28366) | HtmlUnit NekoHtml Parser suffers from a denial of service vulnerability on versions 2.26.0 and below. Please update to at least version 2.70.0 or 3.1.0 |
1314
| [CVE-2020-5529](https://nvd.nist.gov/vuln/detail/CVE-2020-5529) | HtmlUnit suffers from a remote code execution vulnerability (improper initialization of the Rhino engine) on versions 2.36.0 and below. Please update to at least version 3.1.0. |

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HtmlUnit
22

3-
Version 3.8.0 / November 18, 2023
3+
Version 3.9.0 / December 03, 2023
44

55
:heart: [Sponsor](https://github.com/sponsors/rbri)
66

@@ -38,7 +38,7 @@ Add to your `pom.xml`:
3838
<dependency>
3939
<groupId>org.htmlunit</groupId>
4040
<artifactId>htmlunit</artifactId>
41-
<version>3.8.0</version>
41+
<version>3.9.0</version>
4242
</dependency>
4343
```
4444

@@ -47,7 +47,7 @@ Add to your `pom.xml`:
4747
Add to your `build.gradle`:
4848

4949
```groovy
50-
implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.8.0'
50+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.9.0'
5151
```
5252

5353
## Vulnerabilities
@@ -122,7 +122,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
122122
<dependency>
123123
<groupId>org.htmlunit</groupId>
124124
<artifactId>htmlunit</artifactId>
125-
<version>3.9.0-SNAPSHOT</version>
125+
<version>3.10.0-SNAPSHOT</version>
126126
</dependency>
127127
<!-- ... -->
128128
</dependencies>
@@ -141,7 +141,7 @@ repositories {
141141
}
142142
// ...
143143
dependencies {
144-
implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.9.0-SNAPSHOT'
144+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.10.0-SNAPSHOT'
145145
// ...
146146
}
147147
```
@@ -185,7 +185,7 @@ Please try to keep your pull requests small (don't bundle unrelated changes) and
185185
[![Stargazers](https://starchart.cc/HtmlUnit/htmlunit.svg)](https://starchart.cc/HtmlUnit/htmlunit)
186186

187187

188-
[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/3.8.0/ "HtmlUnit on sourceforge"
188+
[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/3.9.0/ "HtmlUnit on sourceforge"
189189
[2]: https://jenkins.wetator.org/view/HtmlUnit/ "HtmlUnit CI"
190190
[3]: https://twitter.com/HtmlUnit "https://twitter.com/HtmlUnit"
191191
[4]: https://www.htmlunit.org "https://www.htmlunit.org"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.htmlunit</groupId>
77
<artifactId>htmlunit</artifactId>
8-
<version>3.9.0-SNAPSHOT</version>
8+
<version>3.9.0</version>
99
<name>HtmlUnit</name>
1010
<organization>
1111
<name>Gargoyle Software Inc.</name>

src/changes/changes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</properties>
88

99
<body>
10-
<release version="3.9.0" date="December xx, 2023" description="Bugfixes">
10+
<release version="3.9.0" date="December 03, 2023" description="Bugfixes, htmlunit-csp, CVE-2023-49093, improved neko">
1111
<action type="update" dev="rbri">
1212
Upgrade commons-logging to 1.3.0
1313
</action>
@@ -18,7 +18,7 @@
1818
New subproject htmlunit-csp. This replaces shapesecurity/salvation.
1919
</action>
2020
<action type="fix" dev="rbri">
21-
Enable FEATURE_SECURE_PROCESSING for the MSXML XSLProcessor.
21+
Enable FEATURE_SECURE_PROCESSING for the MSXML XSLProcessor (CVE-2023-49093).
2222
</action>
2323
<action type="fix" dev="René Schwietzke">
2424
neko: fix wrong error processing for some unicode entities.

src/site/xdoc/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
<section name="Where to find...">
5858
<p>
5959
<dl>
60-
<dt>Latest release <date>November 18, 2023</date></dt>
60+
<dt>Latest release <date>December 03, 2023</date></dt>
6161
<dd>
62-
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/3.8.0">version 3.8.0</a></p>
62+
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/3.9.0">version 3.9.0</a></p>
6363
</dd>
6464

6565
<dt>Source code</dt>

src/site/xdoc/migration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<source><![CDATA[<dependency>
2020
<groupId>org.htmlunit</groupId>
2121
<artifactId>htmlunit</artifactId>
22-
<version>3.8.0</version>
22+
<version>3.9.0</version>
2323
</dependency>]]></source>
2424
</subsection>
2525

0 commit comments

Comments
 (0)