You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -12,7 +12,7 @@ seems to end somewhere around 2014 we started our own fork that now has many imp
12
12
### Project News
13
13
[HtmlUnit@Twitter][3]
14
14
15
-
### Latest release Version 2.65.0 / October 02, 2022
15
+
### Latest release Version 2.66.0 / October 22, 2022
16
16
17
17
#### CVE-2022-29546
18
18
#### 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. Please update to at least version 2.62.0.
@@ -22,10 +22,10 @@ For maven, you would add:
22
22
<dependency>
23
23
<groupId>net.sourceforge.htmlunit</groupId>
24
24
<artifactId>neko-htmlunit</artifactId>
25
-
<version>2.65.0</version>
25
+
<version>2.66.0</version>
26
26
</dependency>
27
27
28
-
### Latest CI build
28
+
### Last CI build
29
29
The latest builds are available from our
30
30
[Jenkins CI build server][2]
31
31
@@ -37,7 +37,7 @@ If you use maven please add:
37
37
<dependency>
38
38
<groupId>net.sourceforge.htmlunit</groupId>
39
39
<artifactId>neko-htmlunit</artifactId>
40
-
<version>2.65.0-SNAPSHOT</version>
40
+
<version>2.67.0-SNAPSHOT</version>
41
41
</dependency>
42
42
43
43
You have to add the sonatype snapshot repository to your pom distributionManagement section also:
0 commit comments