Skip to content

Commit 4f56882

Browse files
committed
minor #159 Preventing malicious version of coa to install in CI (weaverryan)
This PR was merged into the main branch. Discussion ---------- Preventing malicious version of coa to install in CI | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Tickets | none | License | MIT 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. Commits ------- 390c710 Preventing malicious version of coa to install in CI
2 parents 7fecfaa + 390c710 commit 4f56882

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)