Skip to content

Commit

Permalink
4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Nov 29, 2024
1 parent c39aaf2 commit f71c251
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The **Htmlunit-NekoHtml** Parser is used by Htmlunit.

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

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

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

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

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

You have to add the sonatype snapshot repository to your pom `repositories` section also:
Expand Down
7 changes: 4 additions & 3 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.7.0-SNAPSHOT</version>
<version>4.7.0</version>
<name>HtmlUnit NekoHtml</name>
<organization>
<name>HtmlUnit</name>
Expand All @@ -25,9 +25,9 @@

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

<checkstyle.version>10.18.2</checkstyle.version>
<checkstyle.version>10.20.1</checkstyle.version>
<spotbugs.version>4.8.6</spotbugs.version>
<pmd.version>7.6.0</pmd.version>
<pmd.version>7.7.0</pmd.version>
<dependencycheck.version>10.0.4</dependencycheck.version>
</properties>

Expand Down Expand Up @@ -131,6 +131,7 @@
<configuration>
<failBuildOnCVSS>0</failBuildOnCVSS>
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
<nvdDatafeedUrl>https://mirror.cveb.in/nvd/json/cve/1.1/nvdcve-1.1-{0}.json.gz</nvdDatafeedUrl>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit f71c251

Please sign in to comment.