Update dependency mysql2 to v3 [SECURITY]#35
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Conversation
1f36ab8 to
74cb290
Compare
eef5dc3 to
6c052f2
Compare
9a1aa7f to
96e4f25
Compare
0e94949 to
d86c03d
Compare
7b3d5f2 to
ec1025c
Compare
e04df52 to
59d2cdc
Compare
446f8d9 to
850fb49
Compare
b05a37f to
ef7fdb1
Compare
ede4e4e to
f51280c
Compare
b6f3d44 to
dd9927b
Compare
ee5679f to
fe4533a
Compare
dfebf6e to
4f33857
Compare
8a9e64d to
2a73a80
Compare
7653351 to
36c92e7
Compare
36c92e7 to
7f7dfae
Compare
b4a56d6 to
2fa28fb
Compare
73076af to
20fbf18
Compare
f1ef866 to
4ba9365
Compare
b2ba095 to
129c4a2
Compare
1a4253f to
85e9976
Compare
211b3ca to
783a0e3
Compare
3ec0124 to
01a189b
Compare
bcac3b0 to
1438652
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.1.0->^3.9.8GitHub Vulnerability Alerts
CVE-2024-21507
Versions of the package mysql2 before 3.9.3 are vulnerable to Improper Input Validation through the
keyFromFieldsfunction, resulting in cache poisoning. An attacker can inject a colon:character within a value of the attacker-crafted key.CVE-2024-21509
Versions of the package mysql2 before 3.9.4 are vulnerable to Prototype Poisoning due to insecure results object creation and improper user input sanitization passed through
parserFnintext_parser.jsandbinary_parser.js.CVE-2024-21508
Versions of the package mysql2 before 3.9.4 are vulnerable to Remote Code Execution (RCE) via the
readCodeForfunction due to improper validation of thesupportBigNumbersandbigNumberStringsvalues.CVE-2024-21511
Versions of the package mysql2 before 3.9.7 are vulnerable to Arbitrary Code Injection due to improper sanitization of the timezone parameter in the readCodeFor function by calling a native MySQL Server date/time function.
CVE-2024-21512
Versions of the package mysql2 before 3.9.8 are vulnerable to Prototype Pollution due to improper user input sanitization passed to fields and tables when using nestTables.
Release Notes
sidorares/node-mysql2 (mysql2)
v3.9.8Compare Source
Bug Fixes
jonServerPublicKeytoonServerPublicKey(#2699) (8b5f691)v3.9.7Compare Source
Bug Fixes
v3.9.6Compare Source
Bug Fixes
v3.9.5Compare Source
Bug Fixes
v3.9.4Compare Source
Bug Fixes
v3.9.3Compare Source
Bug Fixes
v3.9.2Compare Source
Bug Fixes
v3.9.1Compare Source
Bug Fixes
v3.9.0Compare Source
Features
executemethod (#2398) (baaa92a)v3.8.0Compare Source
Features
Bug Fixes
for await(#2389) (af47148)v3.7.1Compare Source
Bug Fixes
v3.7.0Compare Source
Features
v3.6.5Compare Source
Bug Fixes
v3.6.4Compare Source
Bug Fixes
ConnectionOptions(#2288) (5cd7639)v3.6.3Compare Source
Bug Fixes
v3.6.2Compare Source
Bug Fixes
v3.6.1Compare Source
Bug Fixes
v3.6.0Compare Source
Features
infileStreamFactoryoption (#2159) (5bed0f8)v3.5.2Compare Source
Bug Fixes
v3.5.1Compare Source
Bug Fixes
ResultSetHeader[]toqueryandexecute(f649486)v3.5.0Compare Source
Features
v3.4.5Compare Source
Bug Fixes
v3.4.4Compare Source
Bug Fixes
ProcedureCallPackettoexecuteoverloads (3566ef7)ProcedureCallPackettoqueryoverloads (352c3bc)ProcedureCallPacketto promise-basedexecuteoverloads (8292416)ProcedureCallPacketto promise-basedqueryoverloads (0f31a41)ProcedureCallPackettypings (09ad1d2)v3.4.3Compare Source
Bug Fixes
v3.4.2Compare Source
Bug Fixes
v3.4.1Compare Source
Bug Fixes
createPooluri overload (98623dd)PoolClustertypings (3902ca6)PoolClustertypings (7f38496)parserCacheinpromise.js(7f35cf5)promise.js(4ce2c70)Typesconstant (86655ec)Charsetsconstants (01f77a0)CharsetToEncodingconstants (609229a)parserCache(891a523)Typesconstant (04601dd)Charsetsconstants (51c4196)v3.4.0Compare Source
Features
v3.3.5Compare Source
Bug Fixes
createPoolpromiseasPromisePool(#2060) (ff3c36c)v3.3.4Compare Source
Bug Fixes
PromisePoolConnectionimport name (76db54a)releaseConnectiontypes and promise (4aac9d6)v3.3.3Compare Source
Bug Fixes
v3.3.2Compare Source
Bug Fixes
v3.3.1Compare Source
Bug Fixes
v3.3.0Compare Source
Features
v3.2.4Compare Source
Bug Fixes
v3.2.3Compare Source
Bug Fixes
v3.2.2Compare Source
Bug Fixes
ConnectionOptionsconflict betweenmysqlandmysql/promise(#1955) (eca8bda)v3.2.1Compare Source
Bug Fixes
v3.2.0Compare Source
Features
v3.1.2Compare Source
Bug Fixes
lru-cachereset method to clear (114f266)v3.1.1Compare Source
Bug Fixes
v3.1.0Compare Source
Features
Bug Fixes
v3.0.1Compare Source
Miscellaneous Chores
v3.0.0Compare Source
lru-cachedependency, allowing it do dedupe and be shared between mysql2 and named-placeholders - #1711, mysqljs/named-placeholders#19chaiandmochamoved to devDependencies #1774TCP_NODELAYflag enabled, avoiding long connect timeout in some scenarios #1751Miscellaneous Chores
v2.3.3Compare Source
v2.3.2Compare Source
v2.3.1Compare Source
v2.3.0Compare Source
v2.2.5Compare Source
v2.2.4Compare Source
v2.2.3Compare Source
v2.2.2Compare Source
v2.2.1Compare Source
v2.2.0Compare Source
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.