You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/11/11 22:25:07 UTC

[GitHub] [ignite-web-console] dependabot[bot] opened a new pull request, #12: Bump socket.io-parser and socket.io in /modules/backend

dependabot[bot] opened a new pull request, #12:
URL: https://github.com/apache/ignite-web-console/pull/12

   Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) to 3.4.2 and updates ancestor dependency [socket.io](https://github.com/socketio/socket.io). These dependencies need to be updated together.
   
   Updates `socket.io-parser` from 3.2.0 to 3.4.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/socketio/socket.io-parser/releases">socket.io-parser's releases</a>.</em></p>
   <blockquote>
   <h2>3.4.1</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>prevent DoS (OOM) via massive packets (<a href="https://github-redirect.dependabot.com/socketio/socket.io-parser/issues/95">#95</a>) (<a href="https://github.com/socketio/socket.io-parser/commit/dcb942d24db97162ad16a67c2a0cf30875342d55">dcb942d</a>)</li>
   </ul>
   <h4>Links</h4>
   <ul>
   <li>Milestone: -</li>
   <li>Diff: <a href="https://github.com/socketio/socket.io-parser/compare/3.4.0...3.4.1">3.4.0...3.4.1</a></li>
   </ul>
   <h2>3.4.0</h2>
   <p>This release mostly contains a bump of the <code>debug</code> package.</p>
   <h4>Links</h4>
   <ul>
   <li>Milestone: -</li>
   <li>Diff: <a href="https://github.com/socketio/socket.io-parser/compare/3.3.0...3.4.0">3.3.0...3.4.0</a></li>
   </ul>
   <h2>3.3.2</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>prevent DoS (OOM) via massive packets (<a href="https://github-redirect.dependabot.com/Automattic/socket.io-parser/issues/95">#95</a>) (<a href="https://github.com/Automattic/socket.io-parser/commit/89197a05c43b18cc4569fd178d56e7bb8f403865">89197a0</a>)</li>
   </ul>
   <h4>Links</h4>
   <ul>
   <li>Diff: <a href="https://github.com/Automattic/socket.io-parser/compare/3.3.1...3.3.2">https://github.com/Automattic/socket.io-parser/compare/3.3.1...3.3.2</a></li>
   </ul>
   <h2>3.3.1</h2>
   <h4>Links</h4>
   <ul>
   <li>Diff: <a href="https://github.com/socketio/socket.io-parser/compare/3.3.0...3.3.1">https://github.com/socketio/socket.io-parser/compare/3.3.0...3.3.1</a></li>
   </ul>
   <h2>3.3.0</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>remove any reference to the <code>global</code> variable (<a href="https://github.com/socketio/socket.io-parser/commit/b47efb2">b47efb2</a>)</li>
   </ul>
   <h3>Links</h3>
   <ul>
   <li>Milestone: -</li>
   <li>Diff: <a href="https://github.com/socketio/socket.io-parser/compare/3.2.0...3.3.0">3.2.0...3.3.0</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md">socket.io-parser's changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/socketio/socket.io-parser/compare/3.4.1...3.4.2">3.4.2</a> (2022-11-09)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>check the format of the index of each attachment (<a href="https://github.com/socketio/socket.io-parser/commit/04d23cecafe1b859fb03e0cbf6ba3b74dff56d14">04d23ce</a>)</li>
   </ul>
   <h2><a href="https://github.com/socketio/socket.io-parser/compare/4.2.0...4.2.1">4.2.1</a> (2022-06-27)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>check the format of the index of each attachment (<a href="https://github.com/socketio/socket.io-parser/commit/b5d0cb7dc56a0601a09b056beaeeb0e43b160050">b5d0cb7</a>)</li>
   </ul>
   <h2><a href="https://github.com/socketio/socket.io-parser/compare/4.0.4...4.0.5">4.0.5</a> (2022-06-27)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>check the format of the index of each attachment (<a href="https://github.com/socketio/socket.io-parser/commit/b559f050ee02bd90bd853b9823f8de7fa94a80d4">b559f05</a>)</li>
   </ul>
   <h1><a href="https://github.com/socketio/socket.io-parser/compare/4.1.2...4.2.0">4.2.0</a> (2022-04-17)</h1>
   <h3>Features</h3>
   <ul>
   <li>allow the usage of custom replacer and reviver (<a href="https://github-redirect.dependabot.com/socketio/socket.io-parser/issues/112">#112</a>) (<a href="https://github.com/socketio/socket.io-parser/commit/b08bc1a93e8e3194b776c8a0bdedee1e29333680">b08bc1a</a>)</li>
   </ul>
   <h2><a href="https://github.com/socketio/socket.io-parser/compare/4.1.1...4.1.2">4.1.2</a> (2022-02-17)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>allow objects with a null prototype in binary packets (<a href="https://github-redirect.dependabot.com/socketio/socket.io-parser/issues/114">#114</a>) (<a href="https://github.com/socketio/socket.io-parser/commit/7f6b262ac83bdf43c53a7eb02417e56e0cf491c8">7f6b262</a>)</li>
   </ul>
   <h2><a href="https://github.com/socketio/socket.io-parser/compare/4.1.0...4.1.1">4.1.1</a> (2021-10-14)</h2>
   <h1><a href="https://github.com/socketio/socket.io-parser/compare/4.0.4...4.1.0">4.1.0</a> (2021-10-11)</h1>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/socketio/socket.io-parser/commit/4b3c191bc411578099c8dd35499d8c7a75860192"><code>4b3c191</code></a> chore(release): 3.4.2</li>
   <li><a href="https://github.com/socketio/socket.io-parser/commit/04d23cecafe1b859fb03e0cbf6ba3b74dff56d14"><code>04d23ce</code></a> fix: check the format of the index of each attachment</li>
   <li><a href="https://github.com/socketio/socket.io-parser/commit/6a59237ed03f91e507e954333d63d19f3db534c6"><code>6a59237</code></a> test: add Node.js 12 and 14 in the build matrix</li>
   <li><a href="https://github.com/socketio/socket.io-parser/commit/a8130ce3a9682498bf986a0c3e4a53f9cf2ef965"><code>a8130ce</code></a> chore: release 3.4.1</li>
   <li><a href="https://github.com/socketio/socket.io-parser/commit/dcb942d24db97162ad16a67c2a0cf30875342d55"><code>dcb942d</code></a> fix: prevent DoS (OOM) via massive packets (<a href="https://github-redirect.dependabot.com/socketio/socket.io-parser/issues/95">#95</a>)</li>
   <li><a href="https://github.com/socketio/socket.io-parser/commit/a5d04354e6e98b5318d5276123b0b5a5e698bf8e"><code>a5d0435</code></a> test: transpile to es5 with babelify</li>
   <li><a href="https://github.com/socketio/socket.io-parser/commit/652402a8568c2138da3c27c96756b32efca6c4bf"><code>652402a</code></a> [chore] Release 3.4.0</li>
   <li><a href="https://github.com/socketio/socket.io-parser/commit/9b3572ea23caaed1e32052289b0077b21f775de9"><code>9b3572e</code></a> [chore] Bump debug to version 4.1.0 (<a href="https://github-redirect.dependabot.com/socketio/socket.io-parser/issues/92">#92</a>)</li>
   <li><a href="https://github.com/socketio/socket.io-parser/commit/de1fd36dc9ecff82e68d8e2e4e5ae536250b0a1e"><code>de1fd36</code></a> [docs] Fix incorrect socket.io-protocol version in Readme (<a href="https://github-redirect.dependabot.com/socketio/socket.io-parser/issues/89">#89</a>)</li>
   <li><a href="https://github.com/socketio/socket.io-parser/commit/0de72b9cc25c0950f09811e1e2a951b80e67e3fb"><code>0de72b9</code></a> [chore] Release 3.3.0</li>
   <li>Additional commits viewable in <a href="https://github.com/socketio/socket.io-parser/compare/3.2.0...3.4.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `socket.io` from 2.1.1 to 2.5.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/socketio/socket.io/releases">socket.io's releases</a>.</em></p>
   <blockquote>
   <h2>2.5.0</h2>
   <p>:warning: WARNING :warning:</p>
   <p>The default value of the <code>maxHttpBufferSize</code> option has been decreased from 100 MB to 1 MB, in order to prevent attacks by denial of service.</p>
   <p>Security advisory: <a href="https://github.com/advisories/GHSA-j4f2-536g-r55m">https://github.com/advisories/GHSA-j4f2-536g-r55m</a></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>fix race condition in dynamic namespaces (<a href="https://github.com/socketio/socket.io/commit/05e1278cfa99f3ecf3f8f0531ffe57d850e9a05b">05e1278</a>)</li>
   <li>ignore packet received after disconnection (<a href="https://github.com/socketio/socket.io/commit/22d4bdf00d1a03885dc0171125faddfaef730066">22d4bdf</a>)</li>
   <li>only set 'connected' to true after middleware execution (<a href="https://github.com/socketio/socket.io/commit/226cc16165f9fe60f16ff4d295fb91c8971cde35">226cc16</a>)</li>
   <li>prevent the socket from joining a room after disconnection (<a href="https://github.com/socketio/socket.io/commit/f223178eb655a7713303b21a78f9ef9e161d6458">f223178</a>)</li>
   </ul>
   <h4>Links:</h4>
   <ul>
   <li>Diff: <a href="https://github.com/socketio/socket.io/compare/2.4.1...2.5.0">https://github.com/socketio/socket.io/compare/2.4.1...2.5.0</a></li>
   <li>Client release: <a href="https://github.com/socketio/socket.io-client/releases/tag/2.5.0">2.5.0</a></li>
   <li>engine.io version:  <code>~3.6.0</code> (<a href="https://github.com/socketio/engine.io/compare/3.5.0...3.6.0">diff</a>)</li>
   <li>ws version: <code>~7.4.2</code></li>
   </ul>
   <h2>2.4.1</h2>
   <p>This release reverts the breaking change introduced in <code>2.4.0</code> (<a href="https://github.com/socketio/socket.io/commit/f78a575f66ab693c3ea96ea88429ddb1a44c86c7">https://github.com/socketio/socket.io/commit/f78a575f66ab693c3ea96ea88429ddb1a44c86c7</a>).</p>
   <p>If you are using Socket.IO v2, you should explicitly allow/disallow cross-origin requests:</p>
   <ul>
   <li>without CORS (server and client are served from the same domain):</li>
   </ul>
   <pre lang="js"><code>const io = require(&quot;socket.io&quot;)(httpServer, {
     allowRequest: (req, callback) =&gt; {
       callback(null, req.headers.origin === undefined); // cross-origin requests will not be allowed
     }
   });
   </code></pre>
   <ul>
   <li>with CORS (server and client are served from distinct domains):</li>
   </ul>
   <pre lang="js"><code>io.origins([&quot;http://localhost:3000&quot;]); // for local development
   io.origins([&quot;https://example.com&quot;]);
   </code></pre>
   <p>In any case, please consider upgrading to Socket.IO v3, where this security issue is now fixed (CORS is disabled by default).</p>
   <h3>Reverts</h3>
   <ul>
   <li>fix(security): do not allow all origins by default (<a href="https://github.com/socketio/socket.io/commit/a1690509470e9dd5559cec4e60908ca6c23e9ba0">a169050</a>)</li>
   </ul>
   <h4>Links:</h4>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/socketio/socket.io/blob/main/CHANGELOG.md">socket.io's changelog</a>.</em></p>
   <blockquote>
   <h1><a href="https://github.com/socketio/socket.io/compare/2.4.1...2.5.0">2.5.0</a> (2022-06-26)</h1>
   <h3>Bug Fixes</h3>
   <ul>
   <li>fix race condition in dynamic namespaces (<a href="https://github.com/socketio/socket.io/commit/05e1278cfa99f3ecf3f8f0531ffe57d850e9a05b">05e1278</a>)</li>
   <li>ignore packet received after disconnection (<a href="https://github.com/socketio/socket.io/commit/22d4bdf00d1a03885dc0171125faddfaef730066">22d4bdf</a>)</li>
   <li>only set 'connected' to true after middleware execution (<a href="https://github.com/socketio/socket.io/commit/226cc16165f9fe60f16ff4d295fb91c8971cde35">226cc16</a>)</li>
   <li>prevent the socket from joining a room after disconnection (<a href="https://github.com/socketio/socket.io/commit/f223178eb655a7713303b21a78f9ef9e161d6458">f223178</a>)</li>
   </ul>
   <h2><a href="https://github.com/socketio/socket.io/compare/4.5.0...4.5.1">4.5.1</a> (2022-05-17)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>forward the local flag to the adapter when using fetchSockets() (<a href="https://github.com/socketio/socket.io/commit/30430f0985f8e7c49394543d4c84913b6a15df60">30430f0</a>)</li>
   <li><strong>typings:</strong> add HTTPS server to accepted types (<a href="https://github-redirect.dependabot.com/socketio/socket.io/issues/4351">#4351</a>) (<a href="https://github.com/socketio/socket.io/commit/9b43c9167cff817c60fa29dbda2ef7cd938aff51">9b43c91</a>)</li>
   </ul>
   <h1><a href="https://github.com/socketio/socket.io/compare/4.4.1...4.5.0">4.5.0</a> (2022-04-23)</h1>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>typings:</strong> ensure compatibility with TypeScript 3.x (<a href="https://github-redirect.dependabot.com/socketio/socket.io/issues/4259">#4259</a>) (<a href="https://github.com/socketio/socket.io/commit/02c87a85614e217b8e7b93753f315790ae9d99f6">02c87a8</a>)</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>add support for catch-all listeners for outgoing packets (<a href="https://github.com/socketio/socket.io/commit/531104d332690138b7aab84d5583d6204132c8b4">531104d</a>)</li>
   </ul>
   <p>This is similar to <code>onAny()</code>, but for outgoing packets.</p>
   <p>Syntax:</p>
   <pre lang="js"><code>socket.onAnyOutgoing((event, ...args) =&gt; {
     console.log(event);
   });
   </code></pre>
   <ul>
   <li>broadcast and expect multiple acks (<a href="https://github.com/socketio/socket.io/commit/8b204570a94979bbec307f23ca078f30f5cf07b0">8b20457</a>)</li>
   </ul>
   <p>Syntax:</p>
   <pre lang="js"><code>io.timeout(1000).emit(&quot;some-event&quot;, (err, responses) =&gt; {
   &lt;/tr&gt;&lt;/table&gt; 
   </code></pre>
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/socketio/socket.io/commit/baa6804440fe5dc98fcbd5249dee2f4fa6ef1b8a"><code>baa6804</code></a> chore(release): 2.5.0</li>
   <li><a href="https://github.com/socketio/socket.io/commit/f223178eb655a7713303b21a78f9ef9e161d6458"><code>f223178</code></a> fix: prevent the socket from joining a room after disconnection</li>
   <li><a href="https://github.com/socketio/socket.io/commit/226cc16165f9fe60f16ff4d295fb91c8971cde35"><code>226cc16</code></a> fix: only set 'connected' to true after middleware execution</li>
   <li><a href="https://github.com/socketio/socket.io/commit/05e1278cfa99f3ecf3f8f0531ffe57d850e9a05b"><code>05e1278</code></a> fix: fix race condition in dynamic namespaces</li>
   <li><a href="https://github.com/socketio/socket.io/commit/22d4bdf00d1a03885dc0171125faddfaef730066"><code>22d4bdf</code></a> fix: ignore packet received after disconnection</li>
   <li><a href="https://github.com/socketio/socket.io/commit/dfded535933ad29d37b0784ed98040090ad860c6"><code>dfded53</code></a> chore: update engine.io version to 3.6.0</li>
   <li><a href="https://github.com/socketio/socket.io/commit/e6b869738c73fa0ce9928974d823e50cc92f7a1a"><code>e6b8697</code></a> chore(release): 2.4.1</li>
   <li><a href="https://github.com/socketio/socket.io/commit/a1690509470e9dd5559cec4e60908ca6c23e9ba0"><code>a169050</code></a> revert: fix(security): do not allow all origins by default</li>
   <li><a href="https://github.com/socketio/socket.io/commit/873fdc55eddd672960fdbc1325ccb7c4bf466f05"><code>873fdc5</code></a> chore(release): 2.4.0</li>
   <li><a href="https://github.com/socketio/socket.io/commit/f78a575f66ab693c3ea96ea88429ddb1a44c86c7"><code>f78a575</code></a> fix(security): do not allow all origins by default</li>
   <li>Additional commits viewable in <a href="https://github.com/socketio/socket.io/compare/2.1.1...2.5.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   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)
   - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/ignite-web-console/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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org