arjunattam / vscode-chat

Chat with your team while you collaborate over code using VS Live Share
https://marketplace.visualstudio.com/items?itemName=karigari.chat
GNU General Public License v3.0
529 stars 68 forks source link

Some issues from my security team #507

Closed dcstuff closed 3 years ago

dcstuff commented 3 years ago

1) It looks like a 3rd party is in control of the slack redirect when requesting an OAuth token for your account. This has the client scope which means it has access to pretty much everything. Is it possible to run this redirect service ourselves on a server we can control?

2) There is telemetry being utilized that sends data to mixpanel. From looking at the code it does seem possible to turn this off and we would need to make sure that is the case.