-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update dependency mysql2 to v3.9.8 [security] #578
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/npm-mysql2-vulnerability
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/npm-mysql2-vulnerability
branch
3 times, most recently
from
April 24, 2024 01:43
6431222
to
135c30e
Compare
renovate
bot
changed the title
chore: update dependency mysql2 to v3.9.4 [security]
chore: update dependency mysql2 to v3.9.7 [security]
Apr 24, 2024
renovate
bot
force-pushed
the
renovate/npm-mysql2-vulnerability
branch
4 times, most recently
from
May 15, 2024 14:53
1c187d1
to
fe4105a
Compare
renovate
bot
force-pushed
the
renovate/npm-mysql2-vulnerability
branch
2 times, most recently
from
May 23, 2024 01:22
2e0b032
to
ccca722
Compare
renovate
bot
force-pushed
the
renovate/npm-mysql2-vulnerability
branch
from
May 30, 2024 22:01
ccca722
to
f8b98d7
Compare
renovate
bot
changed the title
chore: update dependency mysql2 to v3.9.7 [security]
chore: update dependency mysql2 to v3.9.8 [security]
May 30, 2024
renovate
bot
force-pushed
the
renovate/npm-mysql2-vulnerability
branch
3 times, most recently
from
June 6, 2024 14:57
11799b1
to
f14244d
Compare
renovate
bot
force-pushed
the
renovate/npm-mysql2-vulnerability
branch
6 times, most recently
from
July 4, 2024 17:50
a5295e6
to
1e42a27
Compare
renovate
bot
force-pushed
the
renovate/npm-mysql2-vulnerability
branch
2 times, most recently
from
July 29, 2024 14:40
fd3b43b
to
d914e47
Compare
renovate
bot
force-pushed
the
renovate/npm-mysql2-vulnerability
branch
3 times, most recently
from
August 12, 2024 15:56
892045b
to
4c1b4d8
Compare
renovate
bot
force-pushed
the
renovate/npm-mysql2-vulnerability
branch
2 times, most recently
from
August 14, 2024 18:51
1e5a368
to
50f50ee
Compare
renovate
bot
force-pushed
the
renovate/npm-mysql2-vulnerability
branch
3 times, most recently
from
September 1, 2024 15:32
dcce5cc
to
29b09be
Compare
renovate
bot
force-pushed
the
renovate/npm-mysql2-vulnerability
branch
6 times, most recently
from
September 15, 2024 03:48
5d659ef
to
3fbcc7f
Compare
renovate
bot
force-pushed
the
renovate/npm-mysql2-vulnerability
branch
from
September 24, 2024 13:52
3fbcc7f
to
169c890
Compare
renovate
bot
force-pushed
the
renovate/npm-mysql2-vulnerability
branch
2 times, most recently
from
October 3, 2024 14:58
9bc8699
to
67bd36e
Compare
renovate
bot
force-pushed
the
renovate/npm-mysql2-vulnerability
branch
3 times, most recently
from
October 11, 2024 14:08
aeb2e1f
to
880172b
Compare
renovate
bot
force-pushed
the
renovate/npm-mysql2-vulnerability
branch
from
November 1, 2024 20:08
880172b
to
3d62011
Compare
renovate
bot
force-pushed
the
renovate/npm-mysql2-vulnerability
branch
2 times, most recently
from
November 12, 2024 13:40
e8a8d03
to
745a41a
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
bot
force-pushed
the
renovate/npm-mysql2-vulnerability
branch
from
November 12, 2024 13:41
745a41a
to
35258af
Compare
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:
3.6.3
->3.9.8
GitHub Vulnerability Alerts
CVE-2024-21507
Versions of the package mysql2 before 3.9.3 are vulnerable to Improper Input Validation through the
keyFromFields
function, resulting in cache poisoning. An attacker can inject a colon:
character within a value of the attacker-crafted key.CVE-2024-21508
Versions of the package mysql2 before 3.9.4 are vulnerable to Remote Code Execution (RCE) via the
readCodeFor
function due to improper validation of thesupportBigNumbers
andbigNumberStrings
values.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
parserFn
intext_parser.js
andbinary_parser.js
.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.8
Compare Source
Bug Fixes
jonServerPublicKey
toonServerPublicKey
(#2699) (8b5f691)v3.9.7
Compare Source
Bug Fixes
v3.9.6
Compare Source
Bug Fixes
v3.9.5
Compare Source
Bug Fixes
v3.9.4
Compare Source
Bug Fixes
v3.9.3
Compare Source
Bug Fixes
v3.9.2
Compare Source
Bug Fixes
v3.9.1
Compare Source
Bug Fixes
v3.9.0
Compare Source
Features
execute
method (#2398) (baaa92a)v3.8.0
Compare Source
Features
Bug Fixes
for await
(#2389) (af47148)v3.7.1
Compare Source
Bug Fixes
v3.7.0
Compare Source
Features
v3.6.5
Compare Source
Bug Fixes
v3.6.4
Compare Source
Bug Fixes
ConnectionOptions
(#2288) (5cd7639)Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.