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
Copy file name to clipboardexpand all lines: README.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -12,16 +12,17 @@ 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.61.0 / April 18, 2022
15
+
### Latest release Version 2.62.0 / June 01, 2022
16
16
17
-
#### 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 version 2.61.0.
17
+
#### CVE-2022-29546
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 version 2.62.0.
18
19
19
20
For maven, you would add:
20
21
21
22
<dependency>
22
23
<groupId>net.sourceforge.htmlunit</groupId>
23
24
<artifactId>neko-htmlunit</artifactId>
24
-
<version>2.61.0</version>
25
+
<version>2.62.0</version>
25
26
</dependency>
26
27
27
28
### Latest CI build
@@ -36,7 +37,7 @@ If you use maven please add:
36
37
<dependency>
37
38
<groupId>net.sourceforge.htmlunit</groupId>
38
39
<artifactId>neko-htmlunit</artifactId>
39
-
<version>2.62.0-SNAPSHOT</version>
40
+
<version>2.63.0-SNAPSHOT</version>
40
41
</dependency>
41
42
42
43
You have to add the sonatype snapshot repository to your pom distributionManagement section also:
0 commit comments