Skip to content

Commit cbb7766

Browse files
committed
chore(orchestrator): patch yarn.lock to resolve 1.10.2 CVEs
Signed-off-by: Jessica He <jhe@redhat.com>
1 parent c5d9f95 commit cbb7766

2 files changed

Lines changed: 94 additions & 0 deletions

File tree

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
--- yarn.lock
2+
+++ yarn.lock
3+
@@ -24775,29 +24775,29 @@
4+
linkType: hard
5+
6+
"form-data@npm:^2.5.0":
7+
- version: 2.5.5
8+
- resolution: "form-data@npm:2.5.5"
9+
+ version: 2.5.6
10+
+ resolution: "form-data@npm:2.5.6"
11+
dependencies:
12+
asynckit: "npm:^0.4.0"
13+
combined-stream: "npm:^1.0.8"
14+
es-set-tostringtag: "npm:^2.1.0"
15+
- hasown: "npm:^2.0.2"
16+
+ hasown: "npm:^2.0.4"
17+
mime-types: "npm:^2.1.35"
18+
safe-buffer: "npm:^5.2.1"
19+
- checksum: 10c0/7fb70447849fc9bce4d01fe9a626f6587441f85779a2803b67f803e1ab52b0bd78db0a7acd80d944c665f68ca90936c327f1244b730719b638a0219e98b20488
20+
+ checksum: 10c0/de6b085a2b0d013299ccc888b677dbdb3d2a54ef8d74982bda9ad7d928f57440abae1bc736a5b85ea01077cfb6c72e9a7752dc786304271c03bd0013ef8f08cb
21+
languageName: node
22+
linkType: hard
23+
24+
"form-data@npm:^4.0.1, form-data@npm:^4.0.5":
25+
- version: 4.0.5
26+
- resolution: "form-data@npm:4.0.5"
27+
+ version: 4.0.6
28+
+ resolution: "form-data@npm:4.0.6"
29+
dependencies:
30+
asynckit: "npm:^0.4.0"
31+
combined-stream: "npm:^1.0.8"
32+
es-set-tostringtag: "npm:^2.1.0"
33+
- hasown: "npm:^2.0.2"
34+
- mime-types: "npm:^2.1.12"
35+
- checksum: 10c0/dd6b767ee0bbd6d84039db12a0fa5a2028160ffbfaba1800695713b46ae974a5f6e08b3356c3195137f8530dcd9dfcb5d5ae1eeff53d0db1e5aad863b619ce3b
36+
+ hasown: "npm:^2.0.4"
37+
+ mime-types: "npm:^2.1.35"
38+
+ checksum: 10c0/43947a77bf0ff45c6ceed789778982d47a3f3e720a74b71721174ebf3310a5f1a8be1d6b38a3ee3688e8a18a2c4273073ec0844cd37efda3eaf46d41c9c318ff
39+
languageName: node
40+
linkType: hard
41+
42+
@@ -25855,6 +25855,15 @@
43+
dependencies:
44+
function-bind: "npm:^1.1.2"
45+
checksum: 10c0/3769d434703b8ac66b209a4cca0737519925bbdb61dd887f93a16372b14694c63ff4e797686d87c90f08168e81082248b9b028bad60d4da9e0d1148766f56eb9
46+
+ languageName: node
47+
+ linkType: hard
48+
+
49+
+"hasown@npm:^2.0.4":
50+
+ version: 2.0.4
51+
+ resolution: "hasown@npm:2.0.4"
52+
+ dependencies:
53+
+ function-bind: "npm:^1.1.2"
54+
+ checksum: 10c0/2d8de939e270b70618f8cebb69746620db10617dbb495bc66ddad326955ea24d3ca4af133aff3eb7c1853e0218f867bc2b050ec26fe02e3aea58f880ffc5e506
55+
languageName: node
56+
linkType: hard
57+
58+
@@ -38727,9 +38736,9 @@
59+
linkType: hard
60+
61+
"undici@npm:^7.1.1, undici@npm:^7.16.0, undici@npm:^7.2.3, undici@npm:^7.24.0":
62+
- version: 7.25.0
63+
- resolution: "undici@npm:7.25.0"
64+
- checksum: 10c0/02a0b45dc14eb91bc488948750232450fe52f27a6b08086d6ac6736bb47908d600fe3a96d346f12eab24729c782e5c2f693bc8e8eca6696d4e4c09b1ed4cb4ec
65+
+ version: 7.28.0
66+
+ resolution: "undici@npm:7.28.0"
67+
+ checksum: 10c0/fe781983a26098795e99bb1f64906cbb7d0bcaa029a26baade007b53ea67f2631d189b8f9671a31f4c8d0cb3773b7559608628ba54452fef51fec90e7c78bb0d
68+
languageName: node
69+
linkType: hard
70+
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# CVE backports applied via workspace patches (not repo-ref bumps).
2+
# Auto-generated by scripts/yarnlock-backport — do not edit by hand.
3+
4+
patch_file: 0-cve-yarn-lock.patch
5+
backports:
6+
- cve_ids:
7+
- CVE-2026-12143
8+
package: form-data
9+
patch_version: 4.0.6
10+
- cve_ids:
11+
- CVE-2026-42338
12+
package: ip-address
13+
patch_version: 10.2.0
14+
- cve_ids:
15+
- CVE-2026-12151
16+
- CVE-2026-6734
17+
- CVE-2026-9697
18+
package: undici
19+
patch_version: 7.28.0
20+
- cve_ids:
21+
- CVE-2026-45736
22+
- CVE-2026-48779
23+
package: ws
24+
patch_version: 8.21.0

0 commit comments

Comments
 (0)