mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.8.1 to 1.9.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gin-gonic/gin/releases">github.com/gin-gonic/gin's releases</a>.</em></p> <blockquote> <h2>v1.9.1</h2> <h2>Changelog</h2> <h3>BUG FIXES</h3> <ul> <li>fix Request.Context() checks <a href="https://redirect.github.com/gin-gonic/gin/pull/3512">#3512</a></li> </ul> <h3>SECURITY</h3> <ul> <li>fix lack of escaping of filename in Content-Disposition <a href="https://redirect.github.com/gin-gonic/gin/pull/3556">#3556</a></li> </ul> <h3>ENHANCEMENTS</h3> <ul> <li>refactor: use bytes.ReplaceAll directly <a href="https://redirect.github.com/gin-gonic/gin/pull/3455">#3455</a></li> <li>convert strings and slices using the officially recommended way <a href="https://redirect.github.com/gin-gonic/gin/pull/3344">#3344</a></li> <li>improve render code coverage <a href="https://redirect.github.com/gin-gonic/gin/pull/3525">#3525</a></li> </ul> <h3>DOCS</h3> <ul> <li>docs: changed documentation link for trusted proxies <a href="https://redirect.github.com/gin-gonic/gin/pull/3575">#3575</a></li> <li>chore: improve linting, testing, and GitHub Actions setup <a href="https://redirect.github.com/gin-gonic/gin/pull/3583">#3583</a></li> </ul> <h2>v1.9.0</h2> <h2>Changelog</h2> <h3>BREAK CHANGES</h3> <ul> <li>Stop useless panicking in context and render <a href="https://redirect.github.com/gin-gonic/gin/pull/2150">#2150</a></li> </ul> <h3>BUG FIXES</h3> <ul> <li>fix(router): tree bug where loop index is not decremented. <a href="https://redirect.github.com/gin-gonic/gin/pull/3460">#3460</a></li> <li>fix(context): panic on NegotiateFormat - index out of range <a href="https://redirect.github.com/gin-gonic/gin/pull/3397">#3397</a></li> <li>Add escape logic for header <a href="https://redirect.github.com/gin-gonic/gin/pull/3500">#3500</a> and <a href="https://redirect.github.com/gin-gonic/gin/pull/3503">#3503</a></li> </ul> <h3>SECURITY</h3> <ul> <li>Fix the GO-2022-0969 and GO-2022-0288 vulnerabilities <a href="https://redirect.github.com/gin-gonic/gin/pull/3333">#3333</a></li> <li>fix(security): vulnerability GO-2023-1571 <a href="https://redirect.github.com/gin-gonic/gin/pull/3505">#3505</a></li> </ul> <h3>ENHANCEMENTS</h3> <ul> <li>feat: add sonic json support <a href="https://redirect.github.com/gin-gonic/gin/pull/3184">#3184</a></li> <li>chore(file): Creates a directory named path <a href="https://redirect.github.com/gin-gonic/gin/pull/3316">#3316</a></li> <li>fix: modify interface check way <a href="https://redirect.github.com/gin-gonic/gin/pull/3327">#3327</a></li> <li>remove deprecated of package io/ioutil <a href="https://redirect.github.com/gin-gonic/gin/pull/3395">#3395</a></li> <li>refactor: avoid calling strings.ToLower twice <a href="https://redirect.github.com/gin-gonic/gin/pull/3433">#3343</a></li> <li>console logger HTTP status code bug fixed <a href="https://redirect.github.com/gin-gonic/gin/pull/3453">#3453</a></li> <li>chore(yaml): upgrade dependency to v3 version <a href="https://redirect.github.com/gin-gonic/gin/pull/3456">#3456</a></li> <li>chore(router): match method added to routergroup for multiple HTTP methods supporting <a href="https://redirect.github.com/gin-gonic/gin/pull/3464">#3464</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md">github.com/gin-gonic/gin's changelog</a>.</em></p> <blockquote> <h2>Gin v1.9.1</h2> <h3>BUG FIXES</h3> <ul> <li>fix Request.Context() checks <a href="https://redirect.github.com/gin-gonic/gin/pull/3512">#3512</a></li> </ul> <h3>SECURITY</h3> <ul> <li>fix lack of escaping of filename in Content-Disposition <a href="https://redirect.github.com/gin-gonic/gin/pull/3556">#3556</a></li> </ul> <h3>ENHANCEMENTS</h3> <ul> <li>refactor: use bytes.ReplaceAll directly <a href="https://redirect.github.com/gin-gonic/gin/pull/3455">#3455</a></li> <li>convert strings and slices using the officially recommended way <a href="https://redirect.github.com/gin-gonic/gin/pull/3344">#3344</a></li> <li>improve render code coverage <a href="https://redirect.github.com/gin-gonic/gin/pull/3525">#3525</a></li> </ul> <h3>DOCS</h3> <ul> <li>docs: changed documentation link for trusted proxies <a href="https://redirect.github.com/gin-gonic/gin/pull/3575">#3575</a></li> <li>chore: improve linting, testing, and GitHub Actions setup <a href="https://redirect.github.com/gin-gonic/gin/pull/3583">#3583</a></li> </ul> <h2>Gin v1.9.0</h2> <h3>BREAK CHANGES</h3> <ul> <li>Stop useless panicking in context and render <a href="https://redirect.github.com/gin-gonic/gin/pull/2150">#2150</a></li> </ul> <h3>BUG FIXES</h3> <ul> <li>fix(router): tree bug where loop index is not decremented. <a href="https://redirect.github.com/gin-gonic/gin/pull/3460">#3460</a></li> <li>fix(context): panic on NegotiateFormat - index out of range <a href="https://redirect.github.com/gin-gonic/gin/pull/3397">#3397</a></li> <li>Add escape logic for header <a href="https://redirect.github.com/gin-gonic/gin/pull/3500">#3500</a> and <a href="https://redirect.github.com/gin-gonic/gin/pull/3503">#3503</a></li> </ul> <h3>SECURITY</h3> <ul> <li>Fix the GO-2022-0969 and GO-2022-0288 vulnerabilities <a href="https://redirect.github.com/gin-gonic/gin/pull/3333">#3333</a></li> <li>fix(security): vulnerability GO-2023-1571 <a href="https://redirect.github.com/gin-gonic/gin/pull/3505">#3505</a></li> </ul> <h3>ENHANCEMENTS</h3> <ul> <li>feat: add sonic json support <a href="https://redirect.github.com/gin-gonic/gin/pull/3184">#3184</a></li> <li>chore(file): Creates a directory named path <a href="https://redirect.github.com/gin-gonic/gin/pull/3316">#3316</a></li> <li>fix: modify interface check way <a href="https://redirect.github.com/gin-gonic/gin/pull/3327">#3327</a></li> <li>remove deprecated of package io/ioutil <a href="https://redirect.github.com/gin-gonic/gin/pull/3395">#3395</a></li> <li>refactor: avoid calling strings.ToLower twice <a href="https://redirect.github.com/gin-gonic/gin/pull/3433">#3343</a></li> <li>console logger HTTP status code bug fixed <a href="https://redirect.github.com/gin-gonic/gin/pull/3453">#3453</a></li> <li>chore(yaml): upgrade dependency to v3 version <a href="https://redirect.github.com/gin-gonic/gin/pull/3456">#3456</a></li> <li>chore(router): match method added to routergroup for multiple HTTP methods supporting <a href="https://redirect.github.com/gin-gonic/gin/pull/3464">#3464</a></li> <li>chore(http): add support for go1.20 http.rwUnwrapper to gin.responseWriter <a href="https://redirect.github.com/gin-gonic/gin/pull/3489">#3489</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|---|---|---|
| .. | ||
| dogfood/terraform | ||
| guardduty | ||
| infrastructure | ||
| loadtesting/terraform | ||
| sandbox | ||