- Notifications
You must be signed in to change notification settings - Fork1.1k
Commit4a373ee
authored
chore: bump github.com/valyala/fasthttp from 1.66.0 to 1.67.0 (#20273)
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp)from 1.66.0 to 1.67.0.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/valyala/fasthttp/releases">github.com/valyala/fasthttp'sreleases</a>.</em></p><blockquote><h2>v1.67.0</h2><p>Special thanks to the following security researchers who reported theissues fixed in this release:</p><ul><li><a href="https://github.com/zer0yu"><code>@zer0yu</code></a> (EnzeWang)</li><li><a href="https://github.com/P3ngu1nW"><code>@P3ngu1nW</code></a>(Jingcheng Yang)</li><li><a href="https://github.com/9vvert"><code>@9vvert</code></a> (ZehuiMiao)</li></ul><h2>What's Changed</h2><ul><li>Add DNS cache management methods for TCPDialer by <ahref="https://github.com/aabishkaryal"><code>@aabishkaryal</code></a>in <ahref="https://redirect.github.com/valyala/fasthttp/pull/2072">valyala/fasthttp#2072</a></li><li>Fix username:password@ validation in urls by <ahref="https://github.com/erikdubbelboer"><code>@erikdubbelboer</code></a>in <ahref="https://redirect.github.com/valyala/fasthttp/pull/2080">valyala/fasthttp#2080</a></li><li>Validate IPv6 addresses in urls by <ahref="https://github.com/erikdubbelboer"><code>@erikdubbelboer</code></a>in <ahref="https://redirect.github.com/valyala/fasthttp/pull/2079">valyala/fasthttp#2079</a></li><li>Validate schemes by <ahref="https://github.com/erikdubbelboer"><code>@erikdubbelboer</code></a>in <ahref="https://redirect.github.com/valyala/fasthttp/pull/2078">valyala/fasthttp#2078</a></li><li>Reject invalid hosts with multiple port delimiters by <ahref="https://github.com/erikdubbelboer"><code>@erikdubbelboer</code></a>in <ahref="https://redirect.github.com/valyala/fasthttp/pull/2077">valyala/fasthttp#2077</a></li><li>Reject backslash absolute URIs and cache parse errors by <ahref="https://github.com/erikdubbelboer"><code>@erikdubbelboer</code></a>in <ahref="https://redirect.github.com/valyala/fasthttp/pull/2075">valyala/fasthttp#2075</a></li><li>Reject bad ipv6 hostnames by <ahref="https://github.com/erikdubbelboer"><code>@erikdubbelboer</code></a>in <ahref="https://redirect.github.com/valyala/fasthttp/pull/2076">valyala/fasthttp#2076</a></li><li>Reimplement flushing support for fasthttpadaptor by <ahref="https://github.com/erikdubbelboer"><code>@erikdubbelboer</code></a>in <ahref="https://redirect.github.com/valyala/fasthttp/pull/2081">valyala/fasthttp#2081</a></li><li>chore(deps): bump securego/gosec from 2.22.8 to 2.22.9 by <ahref="https://github.com/dependabot"><code>@dependabot</code></a>[bot]in <ahref="https://redirect.github.com/valyala/fasthttp/pull/2073">valyala/fasthttp#2073</a></li></ul><h2>New Contributors</h2><ul><li><ahref="https://github.com/aabishkaryal"><code>@aabishkaryal</code></a>made their first contribution in <ahref="https://redirect.github.com/valyala/fasthttp/pull/2072">valyala/fasthttp#2072</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/valyala/fasthttp/compare/v1.66.0...v1.67.0">https://github.com/valyala/fasthttp/compare/v1.66.0...v1.67.0</a></p></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/valyala/fasthttp/commit/b26ff4866918a81247d8ce1cbfe07c7da63b2940"><code>b26ff48</code></a>chore(deps): bump golang.org/x/net from 0.44.0 to 0.45.0 (<ahref="https://redirect.github.com/valyala/fasthttp/issues/2084">#2084</a>)</li><li><ahref="https://github.com/valyala/fasthttp/commit/19624506292b2f05ed08774d1f6c814340efb409"><code>1962450</code></a>Fix copyTrailer</li><li><ahref="https://github.com/valyala/fasthttp/commit/2272d532e154f55d6a9cfe316109d2be850a6331"><code>2272d53</code></a>Reimplement flushing support for fasthttpadaptor (<ahref="https://redirect.github.com/valyala/fasthttp/issues/2081">#2081</a>)</li><li><ahref="https://github.com/valyala/fasthttp/commit/a17ec74999fe7a1f9a46d09d644584e73e97f908"><code>a17ec74</code></a>Reject bad ipv6 hostnames (<ahref="https://redirect.github.com/valyala/fasthttp/issues/2076">#2076</a>)</li><li><ahref="https://github.com/valyala/fasthttp/commit/f18eb9ef0c366b9ac212e41f4bce3378b215dbf2"><code>f18eb9e</code></a>Reject backslash absolute URIs and cache parse errors (<ahref="https://redirect.github.com/valyala/fasthttp/issues/2075">#2075</a>)</li><li><ahref="https://github.com/valyala/fasthttp/commit/bed90bcf091dc56b3098fb57cbbc1ca931d5ea34"><code>bed90bc</code></a>Reject invalid hosts with multiple port delimiters (<ahref="https://redirect.github.com/valyala/fasthttp/issues/2077">#2077</a>)</li><li><ahref="https://github.com/valyala/fasthttp/commit/d3fc68239107eb85a36b3baf0b9ca873cdf9b95f"><code>d3fc682</code></a>Validate schemes (<ahref="https://redirect.github.com/valyala/fasthttp/issues/2078">#2078</a>)</li><li><ahref="https://github.com/valyala/fasthttp/commit/af41f54adbd2b47323ae0b1caf76e79cb3c2e824"><code>af41f54</code></a>Validate IPv6 addresses in urls (<ahref="https://redirect.github.com/valyala/fasthttp/issues/2079">#2079</a>)</li><li><ahref="https://github.com/valyala/fasthttp/commit/75dcdb8bba3eac0eb091a68a5b401cf9755be0df"><code>75dcdb8</code></a>Fix username:password@ validation in urls (<ahref="https://redirect.github.com/valyala/fasthttp/issues/2080">#2080</a>)</li><li><ahref="https://github.com/valyala/fasthttp/commit/ede09fad738b7c16784e37064f49f89c960ecbb0"><code>ede09fa</code></a>Limit FuzzTestHeaderScanner body size</li><li>Additional commits viewable in <ahref="https://github.com/valyala/fasthttp/compare/v1.66.0...v1.67.0">compareview</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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent847058c commit4a373ee
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1866 | 1866 | | |
1867 | 1867 | | |
1868 | 1868 | | |
1869 | | - | |
1870 | | - | |
| 1869 | + | |
| 1870 | + | |
1871 | 1871 | | |
1872 | 1872 | | |
1873 | 1873 | | |
| |||
2178 | 2178 | | |
2179 | 2179 | | |
2180 | 2180 | | |
2181 | | - | |
2182 | | - | |
| 2181 | + | |
| 2182 | + | |
2183 | 2183 | | |
2184 | 2184 | | |
2185 | 2185 | | |
| |||
0 commit comments
Comments
(0)