dependabot[bot] opened a new pull request, #4676: URL: https://github.com/apache/hive/pull/4676
Bumps [com.github.tomakehurst:wiremock-jre8-standalone](https://github.com/wiremock/wiremock) from 2.32.0 to 2.35.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/wiremock/wiremock/releases">com.github.tomakehurst:wiremock-jre8-standalone's releases</a>.</em></p> <blockquote> <h2>2.35.1 - Security Release</h2> <p>🔒 This is a security release that addresses the following issues</p> <ul> <li><a href="https://github.com/wiremock/wiremock/security/advisories/GHSA-hq8w-9w8w-pmx7">CVE-2023-41327</a> - Controlled SSRF through URL in the WireMock Webhooks Extension and WireMock Studio <ul> <li>Overall CVSS Score: 4.6 (<a href="https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator?vector=AV:A/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L/E:F/RL:O/RC:C&version=3.1">AV:A/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L/E:F/RL:O/RC:C</a>)</li> </ul> </li> <li><a href="https://github.com/wiremock/wiremock/security/advisories/GHSA-pmxq-pj47-j8j4">CVE-2023-41329</a> - Domain restrictions bypass via DNS Rebinding in WireMock and WireMock Studio webhooks, proxy and recorder modes <ul> <li>Overall CVSS Score: 3.9 (<a href="https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator?vector=AV:A/AC:H/PR:H/UI:N/S:U/C:L/I:L/A:L/E:F/RL:O/RC:C&version=3.1">AV:A/AC:H/PR:H/UI:N/S:U/C:L/I:L/A:L/E:F/RL:O/RC:C</a>)</li> </ul> </li> </ul> <p><strong>NOTE:</strong> WireMock Studio, a proprietary distribution discontinued in 2022, is also affected by those issues and also affected by <a href="https://github.com/wiremock/wiremock/security/advisories/GHSA-676j-xrv3-73vc">CVE-2023-39967 - Overall CVSS Score 8.6</a> - “Controlled and full-read SSRF through URL parameter when testing a request, webhooks and proxy mode”. The fixes will not be provided. The vendor recommends migrating to <a href="https://www.wiremock.io/product">WireMock Cloud</a> which is available as SaaS and private beta for on-premises deployments</p> <p>Credits: <a href="https://github.com/W0rty"><code>@W0rty</code></a>, <a href="https://github.com/numacanedo"><code>@numacanedo</code></a>, <a href="https://github.com/Mahoney"><code>@Mahoney</code></a>, <a href="https://github.com/tomakehurst"><code>@tomakehurst</code></a>, <a href="https://github.com/oleg-nenashev"><code>@oleg-nenashev</code></a></p> <h2>2.35.0</h2> <h2>Enhancements</h2> <ul> <li>Add a negative contains matcher - thanks Damian Orzepowski</li> <li>Expose a Java API method for removing stubs by ID - thanks Patryk Fraczek</li> <li>Document the import API in the OpenAPI doc - thanks to user i-whammy</li> <li>Added the ability to restrict the addresses WireMock can proxy/record to, as a security measure.</li> </ul> <h2>Fixes</h2> <ul> <li>Strip Maven directories from the standalone JAR as some were appearing that weren't related to dependencies actually present, confusing scanning tools - thanks to user krageon</li> <li>Dropped back to slf4j 1.7.36 and relocate it in the standalone JAR (ensuring 2.x users won't experience conflicts).</li> </ul> <h2>2.34.0</h2> <p>This will be the final 2.x.x release and also the last to support Java 8.</p> <h2>Fixes</h2> <ul> <li>Fixed <a href="https://redirect.github.com/wiremock/wiremock/issues/1689">#1689</a> - incorrect HTTP version header - thanks to user Poojitha</li> <li>Fixed <a href="https://redirect.github.com/wiremock/wiremock/issues/1882">#1882</a> - bug preventing matching of date/time query params/headers with custom format - thanks Klaas Dellschaft</li> <li><a href="https://redirect.github.com/wiremock/wiremock/issues/1930">#1930</a> - Fixed a partial path traversal vulnerability in the file source code - thanks Jonathan Leitschuh</li> <li>Fixed <a href="https://redirect.github.com/wiremock/wiremock/issues/1783">#1783</a> - proxyUrlPrefixToRemove ignored when using a response definition transformer - thanks to user Ross-H-Projects</li> <li>Fixed <a href="https://redirect.github.com/wiremock/wiremock/issues/1872">#1872</a> - create a request entity for POST, PUT etc. proxied requests when a content-length header is present, regardless of whether the size is 0.</li> <li>Fixed <a href="https://redirect.github.com/wiremock/wiremock/issues/1946">#1946</a> - maths helper now supports epoch dates as inputs.</li> </ul> <h2>Enhancements</h2> <ul> <li>Added a public, non-static getScenarios() method allowing access to all scenarios.</li> </ul> <p>All dependencies brought up to date including Jetty to 9.4.48.v20220622.</p> <h2>2.33.2</h2> <p>WireMock 2.33.1 was accidentally released using Java 11 rather than 8, resulting in class incompatibilities in places.</p> <p>This release is functionally identical but built using Java 8.</p> <h2>2.33.1</h2> <h3>Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/wiremock/wiremock/commit/87063432febaa9c10e90c92edb1d5a8f7afabae2"><code>8706343</code></a> Bumped patch version</li> <li><a href="https://github.com/wiremock/wiremock/commit/20adc25daacb4c3b52a6c2bee669295058027301"><code>20adc25</code></a> Stop NetworkAddressRules doing DNS lookups</li> <li><a href="https://github.com/wiremock/wiremock/commit/aa29d9c172859c93116d48a2d369ff6525510181"><code>aa29d9c</code></a> Make NetworkAddressRulesAdheringDnsResolver testable</li> <li><a href="https://github.com/wiremock/wiremock/commit/90a37e10887409ca9b95b7ca6e5771d505b8eb84"><code>90a37e1</code></a> Applied DNS resolver enforcement to webhooks extension</li> <li><a href="https://github.com/wiremock/wiremock/commit/d9fd0b4f2aae5147ff39dba85b23a893b8cb3fc3"><code>d9fd0b4</code></a> Moved enforcement of network address rules to Apache client DNS resolver to a...</li> <li><a href="https://github.com/wiremock/wiremock/commit/eac439f5a6ca9ad5e3a52e480fc33d54dce71de4"><code>eac439f</code></a> Prevent webhook calling forbidden endpoints</li> <li><a href="https://github.com/wiremock/wiremock/commit/9ba86d6c132f4c50ae43e7aaf2d3ac69a23084fc"><code>9ba86d6</code></a> Rename poorly named method</li> <li><a href="https://github.com/wiremock/wiremock/commit/ef5b722f6e2e4ecf09cbdfbb933fcd2e77ee9d2f"><code>ef5b722</code></a> spotless apply</li> <li><a href="https://github.com/wiremock/wiremock/commit/5412ed16e700901b2091b58bd4e2d217585ed5c0"><code>5412ed1</code></a> Fixed some formatting in NetworkAddressRulesTest</li> <li><a href="https://github.com/wiremock/wiremock/commit/295ad5cc386247c6062bb47260415e405390befc"><code>295ad5c</code></a> Added some extra NetworkAddressRules test cases</li> <li>Additional commits viewable in <a href="https://github.com/wiremock/wiremock/compare/2.32.0...2.35.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/hive/network/alerts). </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org