Skip to content

Commit

Permalink
prepare version 2.67.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Nov 20, 2022
1 parent 0d0a874 commit 9eefa78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ But since the development was discontinued around 2014, we started our own fork,
### Project News
[HtmlUnit@Twitter][3]

### Latest release Version 2.66.0 / October 22, 2022
### Latest release Version 2.67.0 / November 20, 2022

#### CVE-2022-29546
#### 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.
Expand All @@ -22,7 +22,7 @@ For maven, you would add:
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>neko-htmlunit</artifactId>
<version>2.66.0</version>
<version>2.67.0</version>
</dependency>

### Last CI build
Expand All @@ -37,7 +37,7 @@ If you use maven please add:
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>neko-htmlunit</artifactId>
<version>2.67.0-SNAPSHOT</version>
<version>2.68.0-SNAPSHOT</version>
</dependency>

You have to add the sonatype snapshot repository to your pom distributionManagement section also:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>neko-htmlunit</artifactId>
<version>2.66.0</version>
<version>2.67.0</version>
<name>HtmlUnit NekoHtml</name>
<organization>
<name>Gargoyle Software Inc.</name>
Expand Down

0 comments on commit 9eefa78

Please sign in to comment.