Skip to content

Commit

Permalink
4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 12, 2025
1 parent 5a04f5f commit 9fbd051
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ The **Htmlunit-NekoHtml** Parser is used by Htmlunit.

**[Developer Blog](https://htmlunit.github.io/htmlunit-blog/)**

[HtmlUnit@mastodon][4] | [HtmlUnit@Twitter][3]
[HtmlUnit@mastodon](https://fosstodon.org/@HtmlUnit) | [HtmlUnit@bsky](https://bsky.app/profile/htmlunit.bsky.social) | [HtmlUnit@Twitter](https://twitter.com/HtmlUnit)

### Latest release Version 4.8.0 / January 12, 2024

### Latest release Version 4.7.0 / November 29, 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 @@ -34,7 +35,7 @@ Add to your `pom.xml`:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>neko-htmlunit</artifactId>
<version>4.7.0</version>
<version>4.8.0</version>
</dependency>
```

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

```groovy
implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.7.0'
implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.8.0'
```

## HowTo use
Expand Down Expand Up @@ -310,5 +311,3 @@ 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
10 changes: 5 additions & 5 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.8.0-SNAPSHOT</version>
<version>4.8.0</version>
<name>HtmlUnit NekoHtml</name>
<organization>
<name>HtmlUnit</name>
Expand All @@ -23,11 +23,11 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>

<junit.version>5.11.3</junit.version>
<junit.version>5.11.4</junit.version>

<checkstyle.version>10.20.2</checkstyle.version>
<checkstyle.version>10.21.1</checkstyle.version>
<spotbugs.version>4.8.6</spotbugs.version>
<pmd.version>7.7.0</pmd.version>
<pmd.version>7.9.0</pmd.version>
<dependencycheck.version>10.0.4</dependencycheck.version>
</properties>

Expand Down Expand Up @@ -95,7 +95,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.1</version>
<version>3.11.2</version>
<configuration>
<doclint>none</doclint>
<quiet>true</quiet>
Expand Down

0 comments on commit 9fbd051

Please sign in to comment.