dependabot[bot] opened a new pull request, #2669:
URL: https://github.com/apache/apisix-ingress-controller/pull/2669

   Bumps 
[github.com/eclipse/paho.mqtt.golang](https://github.com/eclipse/paho.mqtt.golang)
 from 1.5.0 to 1.5.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/eclipse/paho.mqtt.golang/releases";>github.com/eclipse/paho.mqtt.golang's
 releases</a>.</em></p>
   <blockquote>
   <h2>v1.5.1</h2>
   <p>This is a minor release incorporating changes made in the 14 months since 
v1.5.0 (including updating dependencies, and raising the Go version to 1.24). 
The changes are relatively minor but address a potential security issue, 
possible panic, enable users to better monitor the connection status, and 
incorporate a few optimisations.</p>
   <p>Thanks to those who have provided fixes/enhancements included in this 
release!</p>
   <p>Special thanks to Paul Gerste at <a 
href="https://www.sonarsource.com/";>Sonar</a> for reporting issue <a 
href="https://redirect.github.com/eclipse/paho.mqtt.golang/issues/730";>#730</a> 
via the Eclipse security team (fix was implemented in PR <a 
href="https://redirect.github.com/eclipse/paho.mqtt.golang/issues/714";>#714</a> 
in May, github issue created just prior to this release). This issue arose 
where a topic &gt; 65535 bytes was passed to the <code>Publish</code> function, 
due to the way the data was encoded the topic could leak into the message body. 
Please see issue <a 
href="https://redirect.github.com/eclipse/paho.mqtt.golang/issues/730";>#730</a> 
for further details.</p>
   <h2>What's Changed</h2>
   <ul>
   <li>Updating go dependencies from pub and sub into the containers before 
building by <a 
href="https://github.com/JefJrFigueiredo";><code>@​JefJrFigueiredo</code></a> in 
<a 
href="https://redirect.github.com/eclipse-paho/paho.mqtt.golang/pull/691";>eclipse-paho/paho.mqtt.golang#691</a></li>
   <li>Optimize TCP connection logic by <a 
href="https://github.com/geekeryy";><code>@​geekeryy</code></a> in <a 
href="https://redirect.github.com/eclipse-paho/paho.mqtt.golang/pull/713";>eclipse-paho/paho.mqtt.golang#713</a></li>
   <li>Fields over 65535 bytes not encoded correctly by <a 
href="https://github.com/MattBrittan";><code>@​MattBrittan</code></a> in <a 
href="https://redirect.github.com/eclipse-paho/paho.mqtt.golang/pull/714";>eclipse-paho/paho.mqtt.golang#714</a></li>
   <li>Reduce slice allocations in route dispatch  by <a 
href="https://github.com/alespour";><code>@​alespour</code></a> in <a 
href="https://redirect.github.com/eclipse-paho/paho.mqtt.golang/pull/710";>eclipse-paho/paho.mqtt.golang#710</a></li>
   <li>Add a ConnectionNotificationHandler by <a 
href="https://github.com/RangelReale";><code>@​RangelReale</code></a> in <a 
href="https://redirect.github.com/eclipse-paho/paho.mqtt.golang/pull/727";>eclipse-paho/paho.mqtt.golang#727</a></li>
   <li>Potential panic when using manual ACK by <a 
href="https://github.com/MattBrittan";><code>@​MattBrittan</code></a> in <a 
href="https://redirect.github.com/eclipse-paho/paho.mqtt.golang/pull/729";>eclipse-paho/paho.mqtt.golang#729</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/eclipse-paho/paho.mqtt.golang/compare/v1.5.0...v1.5.1";>https://github.com/eclipse-paho/paho.mqtt.golang/compare/v1.5.0...v1.5.1</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/eclipse-paho/paho.mqtt.golang/commit/b30523793968e6b7a7b1f76338a58c4fe9755299";><code>b305237</code></a>
 Update dependencies in docker examples</li>
   <li><a 
href="https://github.com/eclipse-paho/paho.mqtt.golang/commit/35ee03d8496f3256cc2bf7af15fea56e21c29c96";><code>35ee03d</code></a>
 Potential panic when using manual ACK</li>
   <li><a 
href="https://github.com/eclipse-paho/paho.mqtt.golang/commit/433bd22ae6ac92daf00d575def72e425bc21e39f";><code>433bd22</code></a>
 address data race in test</li>
   <li><a 
href="https://github.com/eclipse-paho/paho.mqtt.golang/commit/4debe3a76a5aa8f27a2616e2d4e3fc53be0dc788";><code>4debe3a</code></a>
 Potential panic when using manual ACK</li>
   <li><a 
href="https://github.com/eclipse-paho/paho.mqtt.golang/commit/601453b38642642382165ab9689b20cd025d102a";><code>601453b</code></a>
 Resolve issues in fvt_client_test</li>
   <li><a 
href="https://github.com/eclipse-paho/paho.mqtt.golang/commit/439e2ab4c07d55c124fe03e8bb6273b93c88b61a";><code>439e2ab</code></a>
 Dependency update (also rise Go version to 1.24)</li>
   <li><a 
href="https://github.com/eclipse-paho/paho.mqtt.golang/commit/d27659335abe44a2838ac4c8e807dd66ee208ed0";><code>d276593</code></a>
 ConnectionNotificationHandler - generic callback for all types of connection 
...</li>
   <li><a 
href="https://github.com/eclipse-paho/paho.mqtt.golang/commit/8a350a9cff7682fc5d8d741b6e9c5b7def7b2661";><code>8a350a9</code></a>
 notifications</li>
   <li><a 
href="https://github.com/eclipse-paho/paho.mqtt.golang/commit/5620c5ed09ab99bde96402f052e548fd95d4e0c3";><code>5620c5e</code></a>
 notifications</li>
   <li><a 
href="https://github.com/eclipse-paho/paho.mqtt.golang/commit/45048ccc79f333b4ac41ab1723aa94d63fb5ed01";><code>45048cc</code></a>
 notifications</li>
   <li>Additional commits viewable in <a 
href="https://github.com/eclipse/paho.mqtt.golang/compare/v1.5.0...v1.5.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/eclipse/paho.mqtt.golang&package-manager=go_modules&previous-version=1.5.0&new-version=1.5.1)](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/apisix-ingress-controller/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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to