Commit cce807f
authored
Bump debug to ^4.3.1 (#16164)
* Fix Regular Expression Denial of Service in debug
Affected versions of debug are vulnerable to regular expression denial of service when untrusted user input is passed into the o formatter.
As it takes 50,000 characters to block the event loop for 2 seconds, this issue is a low severity issue.
This was later re-introduced in version v3.2.0, and then repatched in versions 3.2.7 and 4.3.1.
* Fix yarn process1 parent a1da072 commit cce807f
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4304 | 4304 | | |
4305 | 4305 | | |
4306 | 4306 | | |
4307 | | - | |
| 4307 | + | |
4308 | 4308 | | |
4309 | 4309 | | |
4310 | 4310 | | |
| |||
8095 | 8095 | | |
8096 | 8096 | | |
8097 | 8097 | | |
8098 | | - | |
| 8098 | + | |
8099 | 8099 | | |
8100 | 8100 | | |
8101 | 8101 | | |
| |||
0 commit comments