Open renovate[bot] opened 2 months ago
This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
Package | New capabilities | Transitives | Size | Publisher |
---|---|---|---|---|
npm/nx@20.0.6 | environment, filesystem, network, shell, unsafe Transitive: eval | +16 |
32.1 MB | nrwl-jason |
This PR contains the following updates:
4.0.7
->4.0.8
GitHub Vulnerability Alerts
CVE-2024-4067
The NPM package
micromatch
prior to version 4.0.8 is vulnerable to Regular Expression Denial of Service (ReDoS). The vulnerability occurs inmicromatch.braces()
inindex.js
because the pattern.*
will greedily match anything. By passing a malicious payload, the pattern matching will keep backtracking to the input while it doesn't find the closing bracket. As the input size increases, the consumption time will also increase until it causes the application to hang or slow down. There was a merged fix but further testing shows the issue persisted prior to https://github.com/micromatch/micromatch/pull/266. This issue should be mitigated by using a safe pattern that won't start backtracking the regular expression due to greedy matching.Release Notes
micromatch/micromatch (micromatch)
### [`v4.0.8`](https://redirect.github.com/micromatch/micromatch/compare/4.0.7...4.0.8) [Compare Source](https://redirect.github.com/micromatch/micromatch/compare/4.0.7...4.0.8)Configuration
📅 Schedule: Branch creation - "" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.