Skip to content

Commit

Permalink
4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Oct 20, 2024
1 parent a961e3b commit 2650719
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 20 deletions.
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ The **Htmlunit-NekoHtml** Parser is used by Htmlunit.

### Project News

**[Developer Blog][5]**

[HtmlUnit@mastodon][4] | [HtmlUnit@Twitter][3]

### Latest release Version 4.4.0 / July 28, 2024
### Latest release Version 4.5.0 / October 20, 2024
##### [CVE-2022-29546](https://nvd.nist.gov/vuln/detail/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.
##### [CVE-2022-28366](https://nvd.nist.gov/vuln/detail/CVE-2022-28366)
Expand All @@ -32,7 +34,7 @@ Add to your `pom.xml`:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>neko-htmlunit</artifactId>
<version>4.4.0</version>
<version>4.5.0</version>
</dependency>
```

Expand All @@ -41,7 +43,7 @@ Add to your `pom.xml`:
Add to your `build.gradle`:

```groovy
implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.4.0'
implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.5.0'
```

## HowTo use
Expand Down Expand Up @@ -154,7 +156,7 @@ If you use maven please add:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>neko-htmlunit</artifactId>
<version>4.5.0-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
</dependency>

You have to add the sonatype snapshot repository to your pom `repositories` section also:
Expand Down Expand Up @@ -246,7 +248,7 @@ This part is intended for committer who are packaging a release.
mvn -U clean test
```

* Update the version number in pom.xml and readme.md
* Update the version number in pom.xml and README.md
* Commit the changes


Expand All @@ -265,16 +267,16 @@ This part is intended for committer who are packaging a release.
* click Releases > Draft new release
* fill the tag and title field with the release number (e.g. 4.0.0)
* append
* neko-htmlunit-4.xx.jar
* neko-htmlunit-4.xx.jar.asc
* neko-htmlunit-4.xx.pom
* neko-htmlunit-4.xx.pom.asc
* neko-htmlunit-4.xx-javadoc.jar
* neko-htmlunit-4.xx-javadoc.jar.asc
* neko-htmlunit-4.xx-sources.jar
* neko-htmlunit-4.xx-sources.jar.asc
* neko-htmlunit-4.xx-tests.jar
* neko-htmlunit-4.xx-tests.jar.asc
* neko-htmlunit-4.xx.jar
* neko-htmlunit-4.xx.jar.asc
* neko-htmlunit-4.xx.pom
* neko-htmlunit-4.xx.pom.asc
* and publish the release

* Update the version number in pom.xml to start next snapshot development
Expand Down Expand Up @@ -307,4 +309,5 @@ Many thanks to all of you contributing to HtmlUnit/CSSParser/Rhino/NekoHtml in t

[2]: https://jenkins.wetator.org/job/HtmlUnit%20-%20Neko/ "HtmlUnit -Neko CI"
[3]: https://twitter.com/HtmlUnit "https://twitter.com/HtmlUnit"
[4]: https://fosstodon.org/@HtmlUnit
[4]: https://fosstodon.org/@HtmlUnit
[5]: https://htmlunit.github.io/htmlunit-blog/
20 changes: 10 additions & 10 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>org.htmlunit</groupId>
<artifactId>neko-htmlunit</artifactId>
<version>4.5.0-SNAPSHOT</version>
<version>4.5.0</version>
<name>HtmlUnit NekoHtml</name>
<organization>
<name>HtmlUnit</name>
Expand All @@ -25,10 +25,10 @@

<junit.version>5.10.2</junit.version>

<checkstyle.version>10.17.0</checkstyle.version>
<checkstyle.version>10.18.2</checkstyle.version>
<spotbugs.version>4.8.6</spotbugs.version>
<pmd.version>6.55.0</pmd.version>
<dependencycheck.version>10.0.3</dependencycheck.version>
<pmd.version>7.6.0</pmd.version>
<dependencycheck.version>10.0.4</dependencycheck.version>
</properties>

<dependencies>
Expand All @@ -54,7 +54,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.1</version>
<version>3.5.1</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
Expand Down Expand Up @@ -95,7 +95,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.8.0</version>
<version>3.10.1</version>
<configuration>
<doclint>none</doclint>
<quiet>true</quiet>
Expand All @@ -114,7 +114,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.4</version>
<version>3.2.7</version>
<executions>
<execution>
<phase>verify</phase>
Expand Down Expand Up @@ -143,7 +143,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.4.0</version>
<version>3.5.0</version>
<configuration>
<configLocation>checkstyle.xml</configLocation>
<suppressionsLocation>checkstyle_suppressions.xml</suppressionsLocation>
Expand All @@ -160,7 +160,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.8.6.2</version>
<version>4.8.6.4</version>
<dependencies>
<dependency>
<groupId>com.github.spotbugs</groupId>
Expand All @@ -175,7 +175,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.21.2</version>
<version>3.25.0</version>
<dependencies>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
Expand Down

0 comments on commit 2650719

Please sign in to comment.