dependabot[bot] opened a new pull request, #10:
URL: https://github.com/apache/tomcat-training/pull/10

   Bumps [engine.io](https://github.com/socketio/engine.io) from 1.8.5 to 3.6.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/socketio/engine.io/releases";>engine.io's 
releases</a>.</em></p>
   <blockquote>
   <h2>3.6.1</h2>
   <p>:warning: This release contains an important security fix :warning:</p>
   <p>A malicious client could send a specially crafted HTTP request, 
triggering an uncaught exception and killing the Node.js process:</p>
   <pre><code>Error: read ECONNRESET
       at TCP.onStreamRead (internal/stream_base_commons.js:209:20)
   Emitted 'error' event on Socket instance at:
       at emitErrorNT (internal/streams/destroy.js:106:8)
       at emitErrorCloseNT (internal/streams/destroy.js:74:3)
       at processTicksAndRejections (internal/process/task_queues.js:80:21) {
     errno: -104,
     code: 'ECONNRESET',
     syscall: 'read'
   }
   </code></pre>
   <p>Please upgrade as soon as possible.</p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>catch errors when destroying invalid upgrades (<a 
href="https://github.com/socketio/engine.io/commit/83c4071af871fc188298d7d591e95670bf9f9085";>83c4071</a>)</li>
   </ul>
   <h2>3.6.0</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>add extension in the package.json main entry (<a 
href="https://github-redirect.dependabot.com/socketio/engine.io/issues/608";>#608</a>)
 (<a 
href="https://github.com/socketio/engine.io/commit/3ad0567dbd57cfb7c2ff4e8b7488d80f37022b4a";>3ad0567</a>)</li>
   <li>do not reset the ping timer after upgrade (<a 
href="https://github.com/socketio/engine.io/commit/1f5d4699862afee1e410fcb0e1f5e751ebcd2f9f";>1f5d469</a>)</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>decrease the default value of maxHttpBufferSize (<a 
href="https://github.com/socketio/engine.io/commit/58e274c437e9cbcf69fd913c813aad8fbd253703";>58e274c</a>)</li>
   </ul>
   <p>This change reduces the default value from 100 mb to a more sane 1 mb.</p>
   <p>This helps protect the server against denial of service attacks by 
malicious clients sending huge amounts of data.</p>
   <p>See also: <a 
href="https://github.com/advisories/GHSA-j4f2-536g-r55m";>https://github.com/advisories/GHSA-j4f2-536g-r55m</a></p>
   <ul>
   <li>increase the default value of pingTimeout (<a 
href="https://github.com/socketio/engine.io/commit/f55a79a28a5fbc6c9edae876dd11308b89cc979e";>f55a79a</a>)</li>
   </ul>
   <h4>Links</h4>
   <ul>
   <li>Diff: <a 
href="https://github.com/socketio/engine.io/compare/3.5.0...3.6.0";>https://github.com/socketio/engine.io/compare/3.5.0...3.6.0</a></li>
   <li>Client release: -</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/socketio/engine.io/blob/main/CHANGELOG.md";>engine.io's 
changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/socketio/engine.io/compare/3.6.0...3.6.1";>3.6.1</a> 
(2022-11-20)</h2>
   <p>:warning: This release contains an important security fix :warning:</p>
   <p>A malicious client could send a specially crafted HTTP request, 
triggering an uncaught exception and killing the Node.js process:</p>
   <pre><code>Error: read ECONNRESET
       at TCP.onStreamRead (internal/stream_base_commons.js:209:20)
   Emitted 'error' event on Socket instance at:
       at emitErrorNT (internal/streams/destroy.js:106:8)
       at emitErrorCloseNT (internal/streams/destroy.js:74:3)
       at processTicksAndRejections (internal/process/task_queues.js:80:21) {
     errno: -104,
     code: 'ECONNRESET',
     syscall: 'read'
   }
   </code></pre>
   <p>Please upgrade as soon as possible.</p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>catch errors when destroying invalid upgrades (<a 
href="https://github.com/socketio/engine.io/commit/83c4071af871fc188298d7d591e95670bf9f9085";>83c4071</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/socketio/engine.io/compare/6.2.0...6.2.1";>6.2.1</a> 
(2022-11-20)</h2>
   <p>:warning: This release contains an important security fix :warning:</p>
   <p>A malicious client could send a specially crafted HTTP request, 
triggering an uncaught exception and killing the Node.js process:</p>
   <pre><code>Error: read ECONNRESET
       at TCP.onStreamRead (internal/stream_base_commons.js:209:20)
   Emitted 'error' event on Socket instance at:
       at emitErrorNT (internal/streams/destroy.js:106:8)
       at emitErrorCloseNT (internal/streams/destroy.js:74:3)
       at processTicksAndRejections (internal/process/task_queues.js:80:21) {
     errno: -104,
     code: 'ECONNRESET',
     syscall: 'read'
   }
   </code></pre>
   <p>Please upgrade as soon as possible.</p>
   <h3>Bug Fixes</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/socketio/engine.io/commit/67a3a8785900f77d8ad40c3c1eea8ee188c42d95";><code>67a3a87</code></a>
 chore(release): 3.6.1</li>
   <li><a 
href="https://github.com/socketio/engine.io/commit/83c4071af871fc188298d7d591e95670bf9f9085";><code>83c4071</code></a>
 fix: catch errors when destroying invalid upgrades</li>
   <li><a 
href="https://github.com/socketio/engine.io/commit/f62f26530cdb9c7bbfd295f3110cc2d911561fda";><code>f62f265</code></a>
 chore(release): 3.6.0</li>
   <li><a 
href="https://github.com/socketio/engine.io/commit/f55a79a28a5fbc6c9edae876dd11308b89cc979e";><code>f55a79a</code></a>
 feat: increase the default value of pingTimeout</li>
   <li><a 
href="https://github.com/socketio/engine.io/commit/1f5d4699862afee1e410fcb0e1f5e751ebcd2f9f";><code>1f5d469</code></a>
 fix: do not reset the ping timer after upgrade</li>
   <li><a 
href="https://github.com/socketio/engine.io/commit/3ad0567dbd57cfb7c2ff4e8b7488d80f37022b4a";><code>3ad0567</code></a>
 fix: add extension in the package.json main entry (<a 
href="https://github-redirect.dependabot.com/socketio/engine.io/issues/608";>#608</a>)</li>
   <li><a 
href="https://github.com/socketio/engine.io/commit/58e274c437e9cbcf69fd913c813aad8fbd253703";><code>58e274c</code></a>
 feat: decrease the default value of maxHttpBufferSize</li>
   <li><a 
href="https://github.com/socketio/engine.io/commit/b9dee7ba6700b7523a009f1c90ef98b603941f6e";><code>b9dee7b</code></a>
 chore(release): 3.5.0</li>
   <li><a 
href="https://github.com/socketio/engine.io/commit/19cc58264a06dca47ed401fbaca32dcdb80a903b";><code>19cc582</code></a>
 feat: add support for all cookie options</li>
   <li><a 
href="https://github.com/socketio/engine.io/commit/5ad273601eb66c7b318542f87026837bf9dddd21";><code>5ad2736</code></a>
 feat: disable perMessageDeflate by default</li>
   <li>Additional commits viewable in <a 
href="https://github.com/socketio/engine.io/compare/1.8.5...3.6.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=engine.io&package-manager=npm_and_yarn&previous-version=1.8.5&new-version=3.6.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 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/tomcat-training/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: dev-unsubscr...@tomcat.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to