Skip to content
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
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
braces ^2.3.1 -> ^3.0.0 age adoption passing confidence

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. In lib/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

  • The undocumented .makeRe method was removed

Non-breaking changes

  • Caching was removed

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/npm-braces-vulnerability branch from a0454b9 to 9fcf700 Compare June 17, 2024 22:13
@renovate renovate bot force-pushed the renovate/npm-braces-vulnerability branch from 9fcf700 to 0802a89 Compare July 6, 2024 02:35
@renovate renovate bot force-pushed the renovate/npm-braces-vulnerability branch from 0802a89 to e8c93e4 Compare August 5, 2024 10:26
@renovate renovate bot force-pushed the renovate/npm-braces-vulnerability branch from e8c93e4 to d7f4378 Compare August 22, 2024 00:21
@renovate renovate bot force-pushed the renovate/npm-braces-vulnerability branch from d7f4378 to 955c4b4 Compare August 23, 2024 20:03
@renovate renovate bot force-pushed the renovate/npm-braces-vulnerability branch from 955c4b4 to ceb2b87 Compare August 28, 2024 16:17
@renovate renovate bot force-pushed the renovate/npm-braces-vulnerability branch from ceb2b87 to e7628ba Compare September 4, 2024 09:37
@renovate renovate bot force-pushed the renovate/npm-braces-vulnerability branch from e7628ba to fbb6401 Compare September 11, 2024 12:46
@renovate renovate bot force-pushed the renovate/npm-braces-vulnerability branch from fbb6401 to aa57c80 Compare September 12, 2024 13:19
@renovate renovate bot force-pushed the renovate/npm-braces-vulnerability branch from aa57c80 to 3c8ca60 Compare September 16, 2024 10:14
@renovate renovate bot force-pushed the renovate/npm-braces-vulnerability branch from 3c8ca60 to bd891d2 Compare September 24, 2024 13:05
@renovate renovate bot force-pushed the renovate/npm-braces-vulnerability branch from bd891d2 to 94d9123 Compare October 4, 2024 22:59
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview October 4, 2024 23:13 Abandoned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants