@@ -18,7 +18,7 @@ The **Htmlunit-NekoHtml** Parser is used by Htmlunit.
1818
1919[ HtmlUnit@mastodon] ( https://fosstodon.org/@HtmlUnit ) | [ HtmlUnit@bsky] ( https://bsky.app/profile/htmlunit.bsky.social ) | [ HtmlUnit@Twitter] ( https://twitter.com/HtmlUnit )
2020
21- ### Latest release Version 4.11 .0 / March 23 , 2025
21+ ### Latest release Version 4.12 .0 / May 17 , 2025
2222
2323##### [ CVE-2022 -29546] ( https://nvd.nist.gov/vuln/detail/CVE-2022-29546 )
2424Htmlunit-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`:
3535<dependency >
3636 <groupId >org.htmlunit</groupId >
3737 <artifactId >neko-htmlunit</artifactId >
38- <version >4.11 .0</version >
38+ <version >4.12 .0</version >
3939</dependency >
4040```
4141
@@ -44,7 +44,7 @@ Add to your `pom.xml`:
4444Add to your ` build.gradle ` :
4545
4646``` groovy
47- implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.11 .0'
47+ implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.12 .0'
4848```
4949
5050## HowTo use
@@ -143,7 +143,9 @@ Supported properties:
143143 handling of encodings. You can switch back the EncodingMap, if you still need the old behavior.
144144
145145* DOCTYPE_PUBID - Doctype declaration public identifier
146- * DOCTYPE_SYSID - Doctype declaration system identifier. * /
146+ * DOCTYPE_SYSID - Doctype declaration system identifier
147+
148+ * READER_BUFFER_SIZE - Size of the reader buffer used during content scanning
147149
148150
149151
@@ -159,7 +161,7 @@ If you use maven please add:
159161 <dependency>
160162 <groupId>org.htmlunit</groupId>
161163 <artifactId>neko-htmlunit</artifactId>
162- <version>4.12 .0-SNAPSHOT</version>
164+ <version>4.13 .0-SNAPSHOT</version>
163165 </dependency>
164166
165167You have to add the sonatype snapshot repository to your pom ` repositories ` section also:
0 commit comments