Skip to content

Commit

Permalink
prepare version 2.66.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Oct 22, 2022
1 parent 3593bbd commit 0d0a874
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

This is the code repository of the HTML parser used by HtmlUnit.

For a long time HtmlUnit uses the CyberNeko HTML Parser (http://nekohtml.sourceforge.net/). But because the development
seems to end somewhere around 2014 we started our own fork that now has many improvements.
HtmlUnit has been using CyberNeko HTML parser (http://nekohtml.sourceforge.net/) for a long time.
But since the development was discontinued around 2014, we started our own fork, which now has many improvements.

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.sourceforge.htmlunit/neko-htmlunit/badge.svg)](https://maven-badges.herokuapp.com/maven-central/net.sourceforge.htmlunit/neko-htmlunit)

Expand All @@ -12,7 +12,7 @@ seems to end somewhere around 2014 we started our own fork that now has many imp
### Project News
[HtmlUnit@Twitter][3]

### Latest release Version 2.65.0 / October 02, 2022
### Latest release Version 2.66.0 / October 22, 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,10 +22,10 @@ For maven, you would add:
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>neko-htmlunit</artifactId>
<version>2.65.0</version>
<version>2.66.0</version>
</dependency>

### Latest CI build
### Last CI build
The latest builds are available from our
[Jenkins CI build server][2]

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

You have to add the sonatype snapshot repository to your pom distributionManagement section also:
Expand Down
12 changes: 6 additions & 6 deletions 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.65.0</version>
<version>2.66.0</version>
<name>HtmlUnit NekoHtml</name>
<organization>
<name>Gargoyle Software Inc.</name>
Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.8.1</version>
<version>5.9.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -92,10 +92,10 @@
<version>3.4.1</version>
<configuration>
<quiet>true</quiet>
<additionalparam>--allow-script-in-comments</additionalparam>
<links>
<link>https://docs.oracle.com/javase/8/docs/api/</link>
</links>
<doclint>html,missing,reference,syntax</doclint>
<detectLinks>true</detectLinks>
<detectJavaApiLink>true</detectJavaApiLink>
<excludePackageNames>netscape:netscape.*</excludePackageNames>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 0d0a874

Please sign in to comment.