Skip to content

Commit 390c710

Browse files
committed
Preventing malicious version of coa to install in CI
See: veged/coa#99 This is not an end-user security issue. Simply, we don't want to allow malicious code to be executed inside our own CI system.
1 parent 7fecfaa commit 390c710

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Turbo/Tests/app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"stimulus": "^2.0.0",
1010
"webpack-notifier": "^1.6.0"
1111
},
12+
"resolutions": { "coa": "2.0.2" },
1213
"license": "MIT",
1314
"private": true,
1415
"scripts": {

0 commit comments

Comments
 (0)