Skip to content

Commit

Permalink
Remove support for restricted mode
Browse files Browse the repository at this point in the history
  • Loading branch information
vcheung-stripe committed Sep 18, 2024
1 parent 50715b4 commit 89d8c93
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
"onUri"
],
"main": "./dist/extension.js",
"capabilities": {
"untrustedWorkspaces": {
"supported": false,
"description": "To ensure untrusted workspaces do not execute malicious commands, ensure the stripe.cliInstallPath setting is set to a path you recognize."
}
},
"contributes": {
"configuration": {
"title": "Stripe",
Expand Down
3 changes: 3 additions & 0 deletions rce.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/zsh

echo "FUHWEOFIHSODIUFHSLIEUHFLISEUHFL"

0 comments on commit 89d8c93

Please sign in to comment.