Skip to content

Commit

Permalink
[backend] Add cross-spawn fixed resolution for CVE-2024-21538
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-julien committed Nov 15, 2024
1 parent 128af06 commit e7fef39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions opencti-platform/opencti-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@
},
"resolutions": {
"axios": "1.7.7",
"cross-spawn": "7.0.5",
"body-parser": "1.20.3",
"json5": "2.2.3",
"cookie": "0.7.0",
Expand Down
8 changes: 4 additions & 4 deletions opencti-platform/opencti-graphql/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6557,14 +6557,14 @@ __metadata:
languageName: node
linkType: hard

"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.1, cross-spawn@npm:^7.0.2, cross-spawn@npm:^7.0.3":
version: 7.0.3
resolution: "cross-spawn@npm:7.0.3"
"cross-spawn@npm:7.0.5":
version: 7.0.5
resolution: "cross-spawn@npm:7.0.5"
dependencies:
path-key: "npm:^3.1.0"
shebang-command: "npm:^2.0.0"
which: "npm:^2.0.1"
checksum: 10/e1a13869d2f57d974de0d9ef7acbf69dc6937db20b918525a01dacb5032129bd552d290d886d981e99f1b624cb03657084cc87bd40f115c07ecf376821c729ce
checksum: 10/c95062469d4bdbc1f099454d01c0e77177a3733012d41bf907a71eb8d22d2add43b5adf6a0a14ef4e7feaf804082714d6c262ef4557a1c480b86786c120d18e2
languageName: node
linkType: hard

Expand Down

0 comments on commit e7fef39

Please sign in to comment.