You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -214,11 +214,13 @@
214
214
"resolutions": {
215
215
"async": "^3.2.2",
216
216
"es5-ext": "0.10.53",
217
+
"shell-quote": "^1.7.3",
217
218
"workspace-tools": "^0.18.4"
218
219
},
219
220
"_justification": {
220
221
"async": "Versions of async prior to 3.2.2 are vulnerable to prototype pollution",
221
222
"es5-ext": "Packages after 0.10.54 and at the moment up until 0.10.59 contain a protest message. A policy prevents us from using packages with protestware, therefore downgrading to the latest release without the message.",
223
+
"shell-quote": "Versions prior to 1.7.3 have an RCE vulnerability. Should be removable once we upgrade CLI tools to ^8.0.0 with RN 0.69.",
222
224
"workspace-tools": "Versions prior to 0.18.4 are vulnerable to command injection and prototype pollution attacks"
0 commit comments