Skip to content

Commit 6a92b3e

Browse files
release(runway): cherry-pick chore: cp-13.11.0 Address new audit advisory (#38260)
- chore: cp-13.10.4 cp-13.11.0 Address new audit advisory (#38259) ## **Description** Ignores a new advisory that is blocking CI. It does not impact us for multiple reasons. [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/38259?quickstart=1) ## **Changelog** CHANGELOG entry: null ## **Related issues** N/A ## **Manual testing steps** N/A ## **Screenshots/Recordings** N/A ## **Pre-merge author checklist** - [x] I've followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Extension Coding Standards](https://github.com/MetaMask/metamask-extension/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [x] I've completed the PR template to the best of my ability - [x] I’ve included tests if applicable - [x] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [x] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-extension/blob/main/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. ## **Pre-merge reviewer checklist** - [ ] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Adds `1110857` (body-parser DoS, GHSA-wqch-xfxh-vrr4) to `npmAuditIgnoreAdvisories` in `.yarnrc.yml` to unblock CI. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 960068a. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> [3c9b400](3c9b400) Co-authored-by: Mark Stacey <[email protected]>
1 parent 6388859 commit 6a92b3e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.yarnrc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ npmAuditIgnoreAdvisories:
8080
- 'ts-custom-error (deprecation)'
8181
- 'text-encoding (deprecation)'
8282

83+
# Issue: `body-parser` denial of service vulnerability
84+
# Seemingly only impacts v2.2.0, but we're on v1. The advisory range is overly wide.
85+
# The attack vector also does not apply to how we use the package.
86+
# URL: https://github.com/advisories/GHSA-wqch-xfxh-vrr4
87+
- 1110857
88+
8389
### Package Deprecations:
8490

8591
# React-tippy brings in popper.js and react-tippy has not been updated in

0 commit comments

Comments
 (0)