[PR #482] Bump mysql2 from 2.1.0 to 3.9.4 in /react-express-mysql/backend #1100

Closed
opened 2026-03-07 21:29:38 -06:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/docker/awesome-compose/pull/482

State: closed
Merged: No


Bumps mysql2 from 2.1.0 to 3.9.4.

Release notes

Sourced from mysql2's releases.

v3.9.4

3.9.4 (2024-04-09)

Bug Fixes

  • SSL: separate each certificate into an individual item #2542 (63f1055)
  • security: improve supportBigNumbers and bigNumberStrings sanitization (#2572) (74abf9e)
    • Fixes a potential RCE attack vulnerability reported by Vsevolod Kokorin (Slonser) of Solidlab
  • security: improve results object creation (#2574) (4a964a3)
    • Fixes a potential Prototype Pollution attack vulnerability reported by Vsevolod Kokorin (Slonser) of Solidlab
  • docs: improve the contribution guidelines (#2552) (8a818ce)

v3.9.3

3.9.3 (2024-03-26)

Bug Fixes

  • security: improve cache key formation (#2424) (0d54b0c)
    • Fixes a potential parser cache poisoning attack vulnerability reported by Vsevolod Kokorin (Slonser) of Solidlab
  • update Amazon RDS SSL CA cert (#2131) (d9dccfd)

v3.9.2

3.9.2 (2024-02-26)

Bug Fixes

v3.9.1

3.9.1 (2024-01-29)

Bug Fixes

  • types: support encoding for string type cast (#2407) (1dc2011)

v3.9.0

3.9.0 (2024-01-26)

Features

v3.8.0

3.8.0 (2024-01-23)

... (truncated)

Changelog

Sourced from mysql2's changelog.

3.9.4 (2024-04-09)

Bug Fixes

  • docs: improve the contribution guidelines (#2552) (8a818ce)
  • security: improve results object creation (#2574) (4a964a3)
  • security: improve supportBigNumbers and bigNumberStrings sanitization (#2572) (74abf9e)

3.9.3 (2024-03-26)

Bug Fixes

  • security: improve cache key formation (#2424) (0d54b0c)
    • Fixes a potential parser cache poisoning attack vulnerability reported by Vsevolod Kokorin (Slonser) of Solidlab
  • update Amazon RDS SSL CA cert (#2131) (d9dccfd)

3.9.2 (2024-02-26)

Bug Fixes

3.9.1 (2024-01-29)

Bug Fixes

  • types: support encoding for string type cast (#2407) (1dc2011)

3.9.0 (2024-01-26)

Features

3.8.0 (2024-01-23)

Features

Bug Fixes

... (truncated)

Commits
  • cf3fa60 chore(master): release 3.9.4 (#2566)
  • 4a964a3 fix(security): improve results object creation (#2574)
  • 71115d8 ci: improve parser tests (#2573)
  • 74abf9e fix(security): improve supportBigNumbers and bigNumberStrings sanitization (#...
  • 8a818ce fix(docs): improve the contribution guidelines (#2552)
  • 0f08c7c build(deps-dev): bump @​docusaurus/tsconfig in /website (#2563)
  • 165c4d6 build(deps-dev): bump @​docusaurus/eslint-plugin in /website (#2564)
  • 9b5ed7b build(deps): bump @​docusaurus/preset-classic in /website (#2562)
  • 096db64 build(deps-dev): bump typescript from 5.4.3 to 5.4.4 (#2561)
  • b91fd16 build(deps-dev): bump tsx from 4.7.1 to 4.7.2 in /website (#2557)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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.
**Original Pull Request:** https://github.com/docker/awesome-compose/pull/482 **State:** closed **Merged:** No --- Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 2.1.0 to 3.9.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sidorares/node-mysql2/releases">mysql2's releases</a>.</em></p> <blockquote> <h2>v3.9.4</h2> <h2><a href="https://github.com/sidorares/node-mysql2/compare/v3.9.3...v3.9.4">3.9.4</a> (2024-04-09)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>SSL:</strong> separate each certificate into an individual item <a href="https://redirect.github.com/sidorares/node-mysql2/issues/2542">#2542</a> (<a href="https://github.com/sidorares/node-mysql2/commit/63f1055c631e665179cad686afd3e4f1d5c162b2">63f1055</a>)</li> <li><strong>security:</strong> improve supportBigNumbers and bigNumberStrings sanitization (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/2572">#2572</a>) (<a href="https://github.com/sidorares/node-mysql2/commit/74abf9ef94d76114d9a09415e28b496522a94805">74abf9e</a>) <ul> <li>Fixes a potential RCE attack vulnerability reported by Vsevolod Kokorin (Slonser) of Solidlab</li> </ul> </li> <li><strong>security:</strong> improve results object creation (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/2574">#2574</a>) (<a href="https://github.com/sidorares/node-mysql2/commit/4a964a3910a4b8de008696c554ab1b492e9b4691">4a964a3</a>) <ul> <li>Fixes a potential Prototype Pollution attack vulnerability reported by Vsevolod Kokorin (Slonser) of Solidlab</li> </ul> </li> <li><strong>docs:</strong> improve the contribution guidelines (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/2552">#2552</a>) (<a href="https://github.com/sidorares/node-mysql2/commit/8a818ce0f30654eba854759e6409c0ac856fc448">8a818ce</a>)</li> </ul> <h2>v3.9.3</h2> <h2><a href="https://github.com/sidorares/node-mysql2/compare/v3.9.2...v3.9.3">3.9.3</a> (2024-03-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>security:</strong> improve cache key formation (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/2424">#2424</a>) (<a href="https://github.com/sidorares/node-mysql2/commit/0d54b0ca6498c823098426038162ef10df02c818">0d54b0c</a>) <ul> <li>Fixes a potential parser cache poisoning attack vulnerability reported by Vsevolod Kokorin (Slonser) of Solidlab</li> </ul> </li> <li>update Amazon RDS SSL CA cert (<a href="https://redirect.github.com/sidorares/node-mysql2/pull/2131">#2131</a>) (<a href="https://github.com/sidorares/node-mysql2/commit/d9dccfd837d701f377574b85a05586be89015460">d9dccfd</a>)</li> </ul> <h2>v3.9.2</h2> <h2><a href="https://github.com/sidorares/node-mysql2/compare/v3.9.1...v3.9.2">3.9.2</a> (2024-02-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>stream:</strong> premature close when it is paused (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/2416">#2416</a>) (<a href="https://github.com/sidorares/node-mysql2/commit/7c6bc642addb3e6fee1b1fdc84f83a72ff11ca4a">7c6bc64</a>)</li> <li><strong>types:</strong> expose TypeCast types (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/2425">#2425</a>) (<a href="https://github.com/sidorares/node-mysql2/commit/336a7f1259c63d2dfe070fe400b141e89255844e">336a7f1</a>)</li> </ul> <h2>v3.9.1</h2> <h2><a href="https://github.com/sidorares/node-mysql2/compare/v3.9.0...v3.9.1">3.9.1</a> (2024-01-29)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> support encoding for string type cast (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/2407">#2407</a>) (<a href="https://github.com/sidorares/node-mysql2/commit/1dc201144daceab0b12193ada0f13dbb25e917f6">1dc2011</a>)</li> </ul> <h2>v3.9.0</h2> <h2><a href="https://github.com/sidorares/node-mysql2/compare/v3.8.0...v3.9.0">3.9.0</a> (2024-01-26)</h2> <h3>Features</h3> <ul> <li>introduce typeCast for <code>execute</code> method (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/2398">#2398</a>) (<a href="https://github.com/sidorares/node-mysql2/commit/baaa92a228d32012f7da07826674f7a736e3791d">baaa92a</a>)</li> </ul> <h2>v3.8.0</h2> <h2><a href="https://github.com/sidorares/node-mysql2/compare/v3.7.1...v3.8.0">3.8.0</a> (2024-01-23)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sidorares/node-mysql2/blob/master/Changelog.md">mysql2's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/sidorares/node-mysql2/compare/v3.9.3...v3.9.4">3.9.4</a> (2024-04-09)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>docs:</strong> improve the contribution guidelines (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/2552">#2552</a>) (<a href="https://github.com/sidorares/node-mysql2/commit/8a818ce0f30654eba854759e6409c0ac856fc448">8a818ce</a>)</li> <li><strong>security:</strong> improve results object creation (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/2574">#2574</a>) (<a href="https://github.com/sidorares/node-mysql2/commit/4a964a3910a4b8de008696c554ab1b492e9b4691">4a964a3</a>)</li> <li><strong>security:</strong> improve supportBigNumbers and bigNumberStrings sanitization (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/2572">#2572</a>) (<a href="https://github.com/sidorares/node-mysql2/commit/74abf9ef94d76114d9a09415e28b496522a94805">74abf9e</a>)</li> </ul> <h2><a href="https://github.com/sidorares/node-mysql2/compare/v3.9.2...v3.9.3">3.9.3</a> (2024-03-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>security:</strong> improve cache key formation (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/2424">#2424</a>) (<a href="https://github.com/sidorares/node-mysql2/commit/0d54b0ca6498c823098426038162ef10df02c818">0d54b0c</a>) <ul> <li>Fixes a potential parser cache poisoning attack vulnerability reported by Vsevolod Kokorin (Slonser) of Solidlab</li> </ul> </li> <li>update Amazon RDS SSL CA cert (<a href="https://redirect.github.com/sidorares/node-mysql2/pull/2131">#2131</a>) (<a href="https://github.com/sidorares/node-mysql2/commit/d9dccfd837d701f377574b85a05586be89015460">d9dccfd</a>)</li> </ul> <h2><a href="https://github.com/sidorares/node-mysql2/compare/v3.9.1...v3.9.2">3.9.2</a> (2024-02-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>stream:</strong> premature close when it is paused (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/2416">#2416</a>) (<a href="https://github.com/sidorares/node-mysql2/commit/7c6bc642addb3e6fee1b1fdc84f83a72ff11ca4a">7c6bc64</a>)</li> <li><strong>types:</strong> expose TypeCast types (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/2425">#2425</a>) (<a href="https://github.com/sidorares/node-mysql2/commit/336a7f1259c63d2dfe070fe400b141e89255844e">336a7f1</a>)</li> </ul> <h2><a href="https://github.com/sidorares/node-mysql2/compare/v3.9.0...v3.9.1">3.9.1</a> (2024-01-29)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> support encoding for string type cast (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/2407">#2407</a>) (<a href="https://github.com/sidorares/node-mysql2/commit/1dc201144daceab0b12193ada0f13dbb25e917f6">1dc2011</a>)</li> </ul> <h2><a href="https://github.com/sidorares/node-mysql2/compare/v3.8.0...v3.9.0">3.9.0</a> (2024-01-26)</h2> <h3>Features</h3> <ul> <li>introduce typeCast for <code>execute</code> method (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/2398">#2398</a>) (<a href="https://github.com/sidorares/node-mysql2/commit/baaa92a228d32012f7da07826674f7a736e3791d">baaa92a</a>)</li> </ul> <h2><a href="https://github.com/sidorares/node-mysql2/compare/v3.7.1...v3.8.0">3.8.0</a> (2024-01-23)</h2> <h3>Features</h3> <ul> <li><strong>perf:</strong> cache iconv decoder (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/2391">#2391</a>) (<a href="https://github.com/sidorares/node-mysql2/commit/b95b3dbe4bb34e36d0d1be6948e4d8a169d28eed">b95b3db</a>)</li> </ul> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sidorares/node-mysql2/commit/cf3fa60842e7e359db5b1d676f93a22ad6fea082"><code>cf3fa60</code></a> chore(master): release 3.9.4 (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/2566">#2566</a>)</li> <li><a href="https://github.com/sidorares/node-mysql2/commit/4a964a3910a4b8de008696c554ab1b492e9b4691"><code>4a964a3</code></a> fix(security): improve results object creation (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/2574">#2574</a>)</li> <li><a href="https://github.com/sidorares/node-mysql2/commit/71115d88b26da9a5e3f5e5288c10a402b52025af"><code>71115d8</code></a> ci: improve parser tests (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/2573">#2573</a>)</li> <li><a href="https://github.com/sidorares/node-mysql2/commit/74abf9ef94d76114d9a09415e28b496522a94805"><code>74abf9e</code></a> fix(security): improve supportBigNumbers and bigNumberStrings sanitization (#...</li> <li><a href="https://github.com/sidorares/node-mysql2/commit/8a818ce0f30654eba854759e6409c0ac856fc448"><code>8a818ce</code></a> fix(docs): improve the contribution guidelines (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/2552">#2552</a>)</li> <li><a href="https://github.com/sidorares/node-mysql2/commit/0f08c7c4c1297e7737ec38b8289a28e20a9b6d0f"><code>0f08c7c</code></a> build(deps-dev): bump <code>@​docusaurus/tsconfig</code> in /website (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/2563">#2563</a>)</li> <li><a href="https://github.com/sidorares/node-mysql2/commit/165c4d6ec7117d22948387ad82265143fa061bf7"><code>165c4d6</code></a> build(deps-dev): bump <code>@​docusaurus/eslint-plugin</code> in /website (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/2564">#2564</a>)</li> <li><a href="https://github.com/sidorares/node-mysql2/commit/9b5ed7b202a0d1f2cc132045477753ca1bfba6ec"><code>9b5ed7b</code></a> build(deps): bump <code>@​docusaurus/preset-classic</code> in /website (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/2562">#2562</a>)</li> <li><a href="https://github.com/sidorares/node-mysql2/commit/096db64179a1d38ed73f2c0c86fe6339a22a5245"><code>096db64</code></a> build(deps-dev): bump typescript from 5.4.3 to 5.4.4 (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/2561">#2561</a>)</li> <li><a href="https://github.com/sidorares/node-mysql2/commit/b91fd1611e73c081ba787bf567e8d95142dc91c7"><code>b91fd16</code></a> build(deps-dev): bump tsx from 4.7.1 to 4.7.2 in /website (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/2557">#2557</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sidorares/node-mysql2/compare/v2.1.0...v3.9.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mysql2&package-manager=npm_and_yarn&previous-version=2.1.0&new-version=3.9.4)](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/docker/awesome-compose/network/alerts). </details>
GiteaMirror added the pull-request label 2026-03-07 21:29:38 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#1100