@@ -14,9 +14,11 @@ The **Htmlunit-NekoHtml** Parser is used by Htmlunit.
14
14
15
15
### Project News
16
16
17
+ ** [ Developer Blog] [ 5 ] **
18
+
17
19
[ HtmlUnit@mastodon] [ 4 ] | [ HtmlUnit@Twitter] [ 3 ]
18
20
19
- ### Latest release Version 4.4 .0 / July 28 , 2024
21
+ ### Latest release Version 4.5 .0 / October 20 , 2024
20
22
##### [ CVE-2022 -29546] ( https://nvd.nist.gov/vuln/detail/CVE-2022-29546 )
21
23
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.
22
24
##### [ CVE-2022 -28366] ( https://nvd.nist.gov/vuln/detail/CVE-2022-28366 )
@@ -32,7 +34,7 @@ Add to your `pom.xml`:
32
34
<dependency >
33
35
<groupId >org.htmlunit</groupId >
34
36
<artifactId >neko-htmlunit</artifactId >
35
- <version >4.4 .0</version >
37
+ <version >4.5 .0</version >
36
38
</dependency >
37
39
```
38
40
@@ -41,7 +43,7 @@ Add to your `pom.xml`:
41
43
Add to your ` build.gradle ` :
42
44
43
45
``` groovy
44
- implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.4 .0'
46
+ implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.5 .0'
45
47
```
46
48
47
49
## HowTo use
@@ -154,7 +156,7 @@ If you use maven please add:
154
156
<dependency>
155
157
<groupId>org.htmlunit</groupId>
156
158
<artifactId>neko-htmlunit</artifactId>
157
- <version>4.5 .0-SNAPSHOT</version>
159
+ <version>4.6 .0-SNAPSHOT</version>
158
160
</dependency>
159
161
160
162
You have to add the sonatype snapshot repository to your pom ` repositories ` section also:
@@ -246,7 +248,7 @@ This part is intended for committer who are packaging a release.
246
248
mvn -U clean test
247
249
```
248
250
249
- * Update the version number in pom.xml and readme .md
251
+ * Update the version number in pom.xml and README .md
250
252
* Commit the changes
251
253
252
254
@@ -265,16 +267,16 @@ This part is intended for committer who are packaging a release.
265
267
* click Releases > Draft new release
266
268
* fill the tag and title field with the release number (e.g. 4.0.0)
267
269
* append
270
+ * neko-htmlunit-4.xx.jar
271
+ * neko-htmlunit-4.xx.jar.asc
272
+ * neko-htmlunit-4.xx.pom
273
+ * neko-htmlunit-4.xx.pom.asc
268
274
* neko-htmlunit-4.xx-javadoc.jar
269
275
* neko-htmlunit-4.xx-javadoc.jar.asc
270
276
* neko-htmlunit-4.xx-sources.jar
271
277
* neko-htmlunit-4.xx-sources.jar.asc
272
278
* neko-htmlunit-4.xx-tests.jar
273
279
* neko-htmlunit-4.xx-tests.jar.asc
274
- * neko-htmlunit-4.xx.jar
275
- * neko-htmlunit-4.xx.jar.asc
276
- * neko-htmlunit-4.xx.pom
277
- * neko-htmlunit-4.xx.pom.asc
278
280
* and publish the release
279
281
280
282
* Update the version number in pom.xml to start next snapshot development
@@ -307,4 +309,5 @@ Many thanks to all of you contributing to HtmlUnit/CSSParser/Rhino/NekoHtml in t
307
309
308
310
[ 2 ] : https://jenkins.wetator.org/job/HtmlUnit%20-%20Neko/ " HtmlUnit -Neko CI "
309
311
[ 3 ] : https://twitter.com/HtmlUnit " https://twitter.com/HtmlUnit "
310
- [ 4 ] : https://fosstodon.org/@HtmlUnit
312
+ [ 4 ] : https://fosstodon.org/@HtmlUnit
313
+ [ 5 ] : https://htmlunit.github.io/htmlunit-blog/
0 commit comments