@@ -18,7 +18,7 @@ The **Htmlunit-NekoHtml** Parser is used by Htmlunit.
18
18
19
19
[ HtmlUnit@mastodon] ( https://fosstodon.org/@HtmlUnit ) | [ HtmlUnit@bsky] ( https://bsky.app/profile/htmlunit.bsky.social ) | [ HtmlUnit@Twitter] ( https://twitter.com/HtmlUnit )
20
20
21
- ### Latest release Version 4.9 .0 / January 22, 2025
21
+ ### Latest release Version 4.10 .0 / February 22, 2025
22
22
23
23
##### [ CVE-2022 -29546] ( https://nvd.nist.gov/vuln/detail/CVE-2022-29546 )
24
24
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.
@@ -35,7 +35,7 @@ Add to your `pom.xml`:
35
35
<dependency >
36
36
<groupId >org.htmlunit</groupId >
37
37
<artifactId >neko-htmlunit</artifactId >
38
- <version >4.9 .0</version >
38
+ <version >4.10 .0</version >
39
39
</dependency >
40
40
```
41
41
@@ -44,7 +44,7 @@ Add to your `pom.xml`:
44
44
Add to your ` build.gradle ` :
45
45
46
46
``` groovy
47
- implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.9 .0'
47
+ implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.10 .0'
48
48
```
49
49
50
50
## HowTo use
@@ -149,7 +149,7 @@ Supported properties:
149
149
150
150
### Last CI build
151
151
The latest builds are available from our
152
- [ Jenkins CI build server] [ 2 ]
152
+ [ Jenkins CI build server] ( https://jenkins.wetator.org/job/HtmlUnit%20-%20Neko/ " HtmlUnit -Neko CI ")
153
153
154
154
[ ![ Build Status] ( https://jenkins.wetator.org/buildStatus/icon?job=HtmlUnit+-+Neko )] ( https://jenkins.wetator.org/view/HtmlUnit/job/HtmlUnit%20-%20Neko/ )
155
155
@@ -159,7 +159,7 @@ If you use maven please add:
159
159
<dependency>
160
160
<groupId>org.htmlunit</groupId>
161
161
<artifactId>neko-htmlunit</artifactId>
162
- <version>4.10 .0-SNAPSHOT</version>
162
+ <version>4.11 .0-SNAPSHOT</version>
163
163
</dependency>
164
164
165
165
You have to add the sonatype snapshot repository to your pom ` repositories ` section also:
@@ -308,6 +308,3 @@ This project is licensed under the Apache 2.0 License
308
308
## Acknowledgments
309
309
310
310
Many thanks to all of you contributing to HtmlUnit/CSSParser/Rhino/NekoHtml in the past.
311
-
312
-
313
- [ 2 ] : https://jenkins.wetator.org/job/HtmlUnit%20-%20Neko/ " HtmlUnit -Neko CI "
0 commit comments