dependabot[bot] opened a new pull request, #1922: URL: https://github.com/apache/dubbo-go/pull/1922
Bumps [github.com/emicklei/go-restful/v3](https://github.com/emicklei/go-restful) from 3.7.4 to 3.8.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/emicklei/go-restful/blob/v3/CHANGES.md">github.com/emicklei/go-restful/v3's changelog</a>.</em></p> <blockquote> <h2>[v3.8.0] - 20221-06-06</h2> <ul> <li>use exact matching of allowed domain entries, issue <a href="https://github-redirect.dependabot.com/emicklei/go-restful/issues/489">#489</a> (<a href="https://github-redirect.dependabot.com/emicklei/go-restful/issues/493">#493</a>) <ul> <li>this changes fixes [security] Authorization Bypass Through User-Controlled Key by changing the behaviour of the AllowedDomains setting in the CORS filter. To support the previous behaviour, the CORS filter type now has a AllowedDomainFunc callback mechanism which is called when a simple domain match fails.</li> </ul> </li> <li>add test and fix for POST without body and Content-type, issue <a href="https://github-redirect.dependabot.com/emicklei/go-restful/issues/492">#492</a> (<a href="https://github-redirect.dependabot.com/emicklei/go-restful/issues/496">#496</a>)</li> <li>[Minor] Bad practice to have a mix of Receiver types. (<a href="https://github-redirect.dependabot.com/emicklei/go-restful/issues/491">#491</a>)</li> </ul> <h2>[v3.7.2] - 2021-11-24</h2> <ul> <li>restored FilterChain (<a href="https://github-redirect.dependabot.com/emicklei/go-restful/issues/482">#482</a> by SVilgelm)</li> </ul> <h2>[v3.7.1] - 2021-10-04</h2> <ul> <li>fix problem with contentEncodingEnabled setting (<a href="https://github-redirect.dependabot.com/emicklei/go-restful/issues/479">#479</a>)</li> </ul> <h2>[v3.7.0] - 2021-09-24</h2> <ul> <li>feat(parameter): adds additional openapi mappings (<a href="https://github-redirect.dependabot.com/emicklei/go-restful/issues/478">#478</a>)</li> </ul> <h2>[v3.6.0] - 2021-09-18</h2> <ul> <li>add support for vendor extensions (<a href="https://github-redirect.dependabot.com/emicklei/go-restful/issues/477">#477</a> thx erraggy)</li> </ul> <h2>[v3.5.2] - 2021-07-14</h2> <ul> <li>fix removing absent route from webservice (<a href="https://github-redirect.dependabot.com/emicklei/go-restful/issues/472">#472</a>)</li> </ul> <h2>[v3.5.1] - 2021-04-12</h2> <ul> <li>fix handling no match access selected path</li> <li>remove obsolete field</li> </ul> <h2>[v3.5.0] - 2021-04-10</h2> <ul> <li>add check for wildcard (<a href="https://github-redirect.dependabot.com/emicklei/go-restful/issues/463">#463</a>) in CORS</li> <li>add access to Route from Request, issue <a href="https://github-redirect.dependabot.com/emicklei/go-restful/issues/459">#459</a> (<a href="https://github-redirect.dependabot.com/emicklei/go-restful/issues/462">#462</a>)</li> </ul> <h2>[v3.4.0] - 2020-11-10</h2> <ul> <li>Added OPTIONS to WebService</li> </ul> <h2>[v3.3.2] - 2020-01-23</h2> <ul> <li>Fixed duplicate compression in dispatch. <a href="https://github-redirect.dependabot.com/emicklei/go-restful/issues/449">#449</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/emicklei/go-restful/commit/a2ff8b3f817635c0517a65055c36901e62e96ecb"><code>a2ff8b3</code></a> update examples</li> <li><a href="https://github.com/emicklei/go-restful/commit/19a915093087e13b3fc36e38ba92473111cfcf18"><code>19a9150</code></a> add entry to changes</li> <li><a href="https://github.com/emicklei/go-restful/commit/fd3c327a379ce08c68ef18765bdc925f5d9bad10"><code>fd3c327</code></a> use exact matching of allowed domain entries, issue <a href="https://github-redirect.dependabot.com/emicklei/go-restful/issues/489">#489</a> (<a href="https://github-redirect.dependabot.com/emicklei/go-restful/issues/493">#493</a>)</li> <li><a href="https://github.com/emicklei/go-restful/commit/c2c010a8bf168730835fc945ba2f2d01bc764fe2"><code>c2c010a</code></a> add test and fix for POST without body and Content-type, issue <a href="https://github-redirect.dependabot.com/emicklei/go-restful/issues/492">#492</a> (<a href="https://github-redirect.dependabot.com/emicklei/go-restful/issues/496">#496</a>)</li> <li><a href="https://github.com/emicklei/go-restful/commit/f04c271f786f4b5b1f666aad27ed22d9ca1bbd0d"><code>f04c271</code></a> [Minor] Bad practice to have a mix of Receiver types. (<a href="https://github-redirect.dependabot.com/emicklei/go-restful/issues/491">#491</a>)</li> <li><a href="https://github.com/emicklei/go-restful/commit/7c971ca4d0fd3dc297bb263f60729bcfda65853b"><code>7c971ca</code></a> update deps of example user-resource</li> <li><a href="https://github.com/emicklei/go-restful/commit/06a2f8751fb66377856a36366d864d4f5be67f17"><code>06a2f87</code></a> update openapi example deps</li> <li><a href="https://github.com/emicklei/go-restful/commit/b124b0a47f3c5309a37a2415082dd099e00c854c"><code>b124b0a</code></a> remove insecure dep from go.sum</li> <li>See full diff in <a href="https://github.com/emicklei/go-restful/compare/v3.7.4...v3.8.0">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 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) </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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
