Commit 7453c76
committed
Fix CVEs: add npm overrides for picomatch, yaml, brace-expansion, lodash
Add overrides to resolve known vulnerabilities:
- picomatch@2 -> 2.3.2 (ReDoS via extglob quantifiers)
- picomatch@4 -> 4.0.4 (ReDoS via extglob quantifiers)
- yaml@1 -> 1.10.3 (stack overflow via deeply nested collections)
- brace-expansion@2 -> 2.0.3 (zero-step sequence hang)
- lodash -> 4.18.1 (prototype pollution and code injection)
Remaining: brace-expansion 1.x (1.1.12) has no fixed version available.1 parent fd8b26d commit 7453c76
File tree
3 files changed
+33
-26
lines changed- ui/extensions/hello
- src/dist
3 files changed
+33
-26
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
75 | 79 | | |
76 | 80 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3857 | 3857 | | |
3858 | 3858 | | |
3859 | 3859 | | |
| 3860 | + | |
| 3861 | + | |
| 3862 | + | |
3860 | 3863 | | |
3861 | 3864 | | |
3862 | 3865 | | |
| |||
0 commit comments