-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Take ownership of list of deprecated and malicious extensions #1938
Comments
|
@filiptronicek To clarify, currently we just maintain this list, there is no UI treatment of deprecated extensions? |
@kineticsquid exactly. The only interface you can use the data from as of now is searching for deprecated extensions in a VS Code client. |
I just realized @filiptronicek you'd created #1121 last year for this. Closing this one. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our colleagues at Gitpod currently keep a list of deprecated and malicious extensions: https://github.com/gitpod-io/gitpod/blob/main/components/ide-proxy/static/code/marketplace.json.
This list is created by scanning daily the public that Microsoft maintains for the Visual Studio Marketplace: https://az764295.vo.msecnd.net/extensions/marketplace.json
We should take over this list as a central resource for consumers of extensions from open-vsx.org.
This will require some policy discussions and implementation procedures.
The text was updated successfully, but these errors were encountered: