Commit c1d79de
Fix: Eliminate vm2 security vulnerability (#358)
* fix: update proxy-agent to eliminate vm2 security vulnerability
Update proxy-agent from 6.2.1 to 6.5.0 to remove the deprecated and vulnerable vm2 package from the dependency tree. The newer version uses @tootallnate/quickjs-emscripten as a safe alternative for JavaScript sandboxing.
This eliminates multiple critical CVEs (CVSS 9.8-10.0):
- CVE-2023-29017, CVE-2023-30547, CVE-2023-37466
- CVE-2023-37903, CVE-2022-36067
All tests pass with no breaking changes.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* ci: update GitHub Actions to v4 to fix cache issues
Updated actions/checkout and actions/setup-node from v2 to v4 to resolve
persistent yarn cache service errors (400 responses) in CI.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Aditi Ohri <aohri@redhat.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent dc39071 commit c1d79de
3 files changed
Lines changed: 543 additions & 590 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 23 | + | |
30 | 24 | | |
31 | | - | |
| 25 | + | |
32 | 26 | | |
33 | 27 | | |
34 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments