Skip to content

Commit 8b20b7b

Browse files
authored
Fix CVE-2025-7783 by updating form-data to patched versions (che-incubator#669)
* Fix CVE-2025-7783 by updating form-data to patched versions Signed-off-by: Stephane Bouchet <sbouchet@redhat.com> * added rebase rules Signed-off-by: Stephane Bouchet <sbouchet@redhat.com> * added rebase rules Signed-off-by: Stephane Bouchet <sbouchet@redhat.com> * fixed reviews Signed-off-by: Stephane Bouchet <sbouchet@redhat.com> --------- Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>
1 parent cf1d448 commit 8b20b7b

11 files changed

Lines changed: 636 additions & 42 deletions

File tree

.rebase/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
The file to keep a list of changed files which will potentionaly help to resolve rebase conflicts.
44

5+
6+
#### @sbouchet
7+
https://github.com/che-incubator/che-code/pull/669
8+
9+
- code/extensions/github-authentication/package.json
10+
- code/extensions/notebook-renderers/package.json
11+
- code/test/smoke/package.json
12+
---
13+
514
#### @sbouchet
615
https://github.com/che-incubator/che-code/pull/670
716

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"overrides": {
3+
"form-data": "^3.0.4"
4+
}
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"overrides": {
3+
"form-data": "^4.0.5"
4+
}
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"overrides": {
3+
"form-data": "^3.0.4"
4+
}
5+
}

code/extensions/github-authentication/package-lock.json

Lines changed: 212 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/extensions/github-authentication/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
"@types/node": "22.x",
5454
"@types/node-fetch": "^2.5.7"
5555
},
56+
"overrides": {
57+
"form-data": "^3.0.4"
58+
},
5659
"repository": {
5760
"type": "git",
5861
"url": "https://github.com/microsoft/vscode.git"

0 commit comments

Comments
 (0)