Skip to content
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

Optional notification for extensions update #39

Open
1 task
allisonrm95 opened this issue Sep 13, 2024 · 0 comments
Open
1 task

Optional notification for extensions update #39

allisonrm95 opened this issue Sep 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@allisonrm95
Copy link
Contributor

Problem

Extensions are able to silently update and actually default to auto-update when first downloaded from the marketplace. Right now, users can scan extensions whenever they want and will always get updated results. However, they may not know when an extension has updated, which means they might not do a new scan to catch potentially malicious updates.

Solution

There could be an optional feature that allows users to elect to receive a notification when any of their extensions has updated, prompting them to run the scans with the latest version of the extension.

There are additional potential levels to this feature:

  • Send a notification whenever any extension is updated (only listening for general difference/change extensions folder)
  • Store extension list in the user's settings for SusCode and then monitor updates so users can receive a specific notification about which extension updated.
  • Have each scan store data about the results within the user's settings for the extension. This would allow SusCode to not only track for specific updates within the code of each extension, but also present the user with this differences, showing the before and after for each update.
  • Do the above but with a database to store information externally if data size is too big or not ideal to store locally

Additional information

No response

👨‍👧‍👦 Contributing

  • 🙋‍♂️ Yes, I'd love to make a PR to implement this feature!
@allisonrm95 allisonrm95 added the enhancement New feature or request label Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant