Skip to content

Commit f70abdb

Browse files
committed
package.json: bl vulnerability fix
GHSA-pp7h-53gx-mx7r Remote Memory Exposure Vulnerable versions: < 2.2.1 Patched version: 2.2.1 A buffer over-read vulnerability exists in bl <4.0.3, <3.0.1 and <2.2.1 which could allow an attacker to supply user input (even typed) that if it ends up in consume() argument and can become negative, the BufferList state can be corrupted, tricking it into exposing uninitialized memory via regular .slice() calls. Signed-off-by: thomas turner <thomastdt@gmail.com>
1 parent c6afc37 commit f70abdb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"react-scripts": "^3.4.1"
1414
},
1515
"devDependencies": {
16-
"typescript": "3.3.3"
16+
"typescript": "3.3.3",
17+
"bl": ">=2.2.1"
1718
},
1819
"scripts": {
1920
"start": "react-scripts start",

0 commit comments

Comments
 (0)