File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ The **Htmlunit-NekoHtml** Parser is used by Htmlunit.
16
16
17
17
[ HtmlUnit@mastodon] [ 4 ] | [ HtmlUnit@Twitter] [ 3 ]
18
18
19
- ### Latest release Version 4.1 .0 / April 28 , 2024
19
+ ### Latest release Version 4.2 .0 / June 05 , 2024
20
20
##### [ CVE-2022 -29546] ( https://nvd.nist.gov/vuln/detail/CVE-2022-29546 )
21
21
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
22
##### [ CVE-2022 -28366] ( https://nvd.nist.gov/vuln/detail/CVE-2022-28366 )
@@ -32,7 +32,7 @@ Add to your `pom.xml`:
32
32
<dependency >
33
33
<groupId >org.htmlunit</groupId >
34
34
<artifactId >neko-htmlunit</artifactId >
35
- <version >4.1 .0</version >
35
+ <version >4.2 .0</version >
36
36
</dependency >
37
37
```
38
38
@@ -41,7 +41,7 @@ Add to your `pom.xml`:
41
41
Add to your ` build.gradle ` :
42
42
43
43
``` groovy
44
- implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.1 .0'
44
+ implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.2 .0'
45
45
```
46
46
47
47
## HowTo use
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >org.htmlunit</groupId >
7
7
<artifactId >neko-htmlunit</artifactId >
8
- <version >4.2.0-SNAPSHOT </version >
8
+ <version >4.2.0</version >
9
9
<name >HtmlUnit NekoHtml</name >
10
10
<organization >
11
11
<name >HtmlUnit</name >
25
25
26
26
<junit .version>5.10.2</junit .version>
27
27
28
- <checkstyle .version>9.3 </checkstyle .version>
28
+ <checkstyle .version>10.17.0 </checkstyle .version>
29
29
<spotbugs .version>4.8.5</spotbugs .version>
30
30
<pmd .version>6.55.0</pmd .version>
31
31
<dependencycheck .version>9.2.0</dependencycheck .version>
95
95
<plugin >
96
96
<groupId >org.apache.maven.plugins</groupId >
97
97
<artifactId >maven-javadoc-plugin</artifactId >
98
- <version >3.6.3 </version >
98
+ <version >3.7.0 </version >
99
99
<configuration >
100
100
<doclint >none</doclint >
101
101
<quiet >true</quiet >
160
160
<plugin >
161
161
<groupId >com.github.spotbugs</groupId >
162
162
<artifactId >spotbugs-maven-plugin</artifactId >
163
- <version >4.8.4 .0</version >
163
+ <version >4.8.5 .0</version >
164
164
<dependencies >
165
165
<dependency >
166
166
<groupId >com.github.spotbugs</groupId >
197
197
<plugin >
198
198
<groupId >org.apache.maven.plugins</groupId >
199
199
<artifactId >maven-enforcer-plugin</artifactId >
200
- <version >3.4.1 </version >
200
+ <version >3.5.0 </version >
201
201
<executions >
202
202
<execution >
203
203
<configuration >
You can’t perform that action at this time.
0 commit comments