Skip to content

Commit 18b18e8

Browse files
Merge pull request #8457 from BitGo/fix-vulnerabilities
fix: upgrade basic-ftp to 5.2.1 to patch CRLF injection (GHSA-chqc-8p9q-pq6q)
2 parents f5e3234 + c3b91db commit 18b18e8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"**/iota-sdk/**/valibot": "1.2.0",
123123
"**/tronweb/**/validator": "13.15.23",
124124
"@isaacs/brace-expansion": "5.0.1",
125-
"basic-ftp": ">=5.2.0",
125+
"basic-ftp": "5.2.1",
126126
"flatted": "3.4.2",
127127
"sjcl": "npm:@bitgo/sjcl@1.0.1",
128128
"picomatch": ">=2.3.2"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7729,10 +7729,10 @@ basic-auth@~2.0.1:
77297729
dependencies:
77307730
safe-buffer "5.1.2"
77317731

7732-
basic-ftp@>=5.2.0, basic-ftp@^5.0.2:
7733-
version "5.2.0"
7734-
resolved "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.0.tgz#7c2dff63c918bde60e6bad1f2ff93dcf5137a40a"
7735-
integrity sha512-VoMINM2rqJwJgfdHq6RiUudKt2BV+FY5ZFezP/ypmwayk68+NzzAQy4XXLlqsGD4MCzq3DrmNFD/uUmBJuGoXw==
7732+
basic-ftp@5.2.1, basic-ftp@^5.0.2:
7733+
version "5.2.1"
7734+
resolved "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.1.tgz#818ba176e0e52a9e746e8576331f7e9474b94668"
7735+
integrity sha512-0yaL8JdxTknKDILitVpfYfV2Ob6yb3udX/hK97M7I3jOeznBNxQPtVvTUtnhUkyHlxFWyr5Lvknmgzoc7jf+1Q==
77367736

77377737
batch@0.6.1:
77387738
version "0.6.1"

0 commit comments

Comments
 (0)