-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update dependency braces to v3 [SECURITY] #611
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/npm-braces-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-braces-vulnerability
branch
from
June 17, 2024 22:13
a0454b9
to
9fcf700
Compare
renovate
bot
force-pushed
the
renovate/npm-braces-vulnerability
branch
from
July 6, 2024 02:35
9fcf700
to
0802a89
Compare
renovate
bot
force-pushed
the
renovate/npm-braces-vulnerability
branch
from
August 5, 2024 10:26
0802a89
to
e8c93e4
Compare
renovate
bot
force-pushed
the
renovate/npm-braces-vulnerability
branch
from
August 22, 2024 00:21
e8c93e4
to
d7f4378
Compare
renovate
bot
force-pushed
the
renovate/npm-braces-vulnerability
branch
from
August 23, 2024 20:03
d7f4378
to
955c4b4
Compare
renovate
bot
force-pushed
the
renovate/npm-braces-vulnerability
branch
from
August 28, 2024 16:17
955c4b4
to
ceb2b87
Compare
renovate
bot
force-pushed
the
renovate/npm-braces-vulnerability
branch
from
September 4, 2024 09:37
ceb2b87
to
e7628ba
Compare
renovate
bot
force-pushed
the
renovate/npm-braces-vulnerability
branch
from
September 11, 2024 12:46
e7628ba
to
fbb6401
Compare
renovate
bot
force-pushed
the
renovate/npm-braces-vulnerability
branch
from
September 12, 2024 13:19
fbb6401
to
aa57c80
Compare
renovate
bot
force-pushed
the
renovate/npm-braces-vulnerability
branch
from
September 16, 2024 10:14
aa57c80
to
3c8ca60
Compare
renovate
bot
force-pushed
the
renovate/npm-braces-vulnerability
branch
from
September 24, 2024 13:05
3c8ca60
to
bd891d2
Compare
renovate
bot
force-pushed
the
renovate/npm-braces-vulnerability
branch
from
October 4, 2024 22:59
bd891d2
to
94d9123
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:
^2.3.1
->^3.0.0
GitHub Vulnerability Alerts
CVE-2024-4068
The NPM package
braces
fails to limit the number of characters it can handle, which could lead to Memory Exhaustion. Inlib/parse.js,
if a malicious user sends "imbalanced braces" as input, the parsing will enter a loop, which will cause the program to start allocating heap memory without freeing it at any moment of the loop. Eventually, the JavaScript heap limit is reached, and the program will crash.Release Notes
micromatch/braces (braces)
v3.0.3
Compare Source
v3.0.2
Compare Source
v3.0.1
Compare Source
v3.0.0
Compare Source
v3.0 is a complete refactor, resulting in a faster, smaller codebase, with fewer deps, and a more accurate parser and compiler.
Breaking Changes
.makeRe
method was removedNon-breaking changes
Configuration
📅 Schedule: Branch creation - "" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.