Skip to content

Commit 301da20

Browse files
committed
Override js-yaml@<=2.0.4 to 3.14.2 to fix code execution vulnerability
1 parent 646541e commit 301da20

5 files changed

Lines changed: 25 additions & 20 deletions

File tree

common/config/rush/pnpm-config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,10 @@
252252
"loader-utils@^2.0.0": "2.0.4",
253253

254254
// `fast-xml-parser@5.3.3` has a vulnerability
255-
"fast-xml-parser@^5.3.3": "5.3.5"
255+
"fast-xml-parser@^5.3.3": "5.3.5",
256+
257+
// `js-yaml@<=2.0.4` has a code execution vulnerability in the YAML deserializer
258+
"js-yaml@<=2.0.4": "3.14.2"
256259
},
257260

258261
/**

common/config/subspaces/build-tests-subspace/pnpm-lock.yaml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
22
{
3-
"pnpmShrinkwrapHash": "ae06e3ff5f65c89fd6b5c88cb4bce597f4a5aa18",
3+
"pnpmShrinkwrapHash": "f59fe35322490ebd9e2c6f874d37b8a55247ecc3",
44
"preferredVersionsHash": "550b4cee0bef4e97db6c6aad726df5149d20e7d9",
55
"packageJsonInjectedDependenciesHash": "fa90a0a032a0046e646e8751bbc6d0be86a4dda1"
66
}

common/config/subspaces/default/pnpm-lock.yaml

Lines changed: 18 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
22
{
3-
"pnpmShrinkwrapHash": "54470e7caa94b190d86dbd4f9cc43e0d58456972",
3+
"pnpmShrinkwrapHash": "7fb212a92af318a9c2fc802013033ba28900ae62",
44
"preferredVersionsHash": "029c99bd6e65c5e1f25e2848340509811ff9753c"
55
}

0 commit comments

Comments
 (0)