Skip to content

Commit c2fb348

Browse files
committed
4.2.1 hotfix
1 parent 17cdca7 commit c2fb348

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The **Htmlunit-NekoHtml** Parser is used by Htmlunit.
1616

1717
[HtmlUnit@mastodon][4] | [HtmlUnit@Twitter][3]
1818

19-
### Latest release Version 4.2.0 / June 05, 2024
19+
### Latest release Version 4.2.1 / June 05, 2024
2020
##### [CVE-2022-29546](https://nvd.nist.gov/vuln/detail/CVE-2022-29546)
2121
Htmlunit-NekoHtml Parser suffers from a denial of service vulnerability on versions 2.60.0 and below. A specifically crafted input regarding the parsing of processing instructions leads to heap memory consumption.
2222
##### [CVE-2022-28366](https://nvd.nist.gov/vuln/detail/CVE-2022-28366)
@@ -32,7 +32,7 @@ Add to your `pom.xml`:
3232
<dependency>
3333
<groupId>org.htmlunit</groupId>
3434
<artifactId>neko-htmlunit</artifactId>
35-
<version>4.2.0</version>
35+
<version>4.2.1</version>
3636
</dependency>
3737
```
3838

@@ -41,7 +41,7 @@ Add to your `pom.xml`:
4141
Add to your `build.gradle`:
4242

4343
```groovy
44-
implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.2.0'
44+
implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.2.1'
4545
```
4646

4747
## HowTo use
@@ -154,7 +154,7 @@ If you use maven please add:
154154
<dependency>
155155
<groupId>org.htmlunit</groupId>
156156
<artifactId>neko-htmlunit</artifactId>
157-
<version>4.2.0-SNAPSHOT</version>
157+
<version>4.3.0-SNAPSHOT</version>
158158
</dependency>
159159

160160
You have to add the sonatype snapshot repository to your pom `repositories` section also:

0 commit comments

Comments
 (0)