You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is another bit of premature scaling, but is an interesting thought...
Unfortunately, no application is secure, especially the first time it is written. There is little doubt that in the future we will come across bugs in Cydeomus that will require fixes because they present vulnerabilities.
We need some way to let people know if we have fixed a security hole on Cydoemus, and that their private server is currently insecure.
I think the best way to do this is for Clef to host a version file somewhere - just a simple text file with a numerical version in it. Cydoemus can then be configured to periodically ping that server to check if they're at the latest version. If it's a deprecated version, all API requests should have an additional key that reflects that. The extension can be setup to recognize that key and provide some alert to users.
The text was updated successfully, but these errors were encountered:
This is another bit of premature scaling, but is an interesting thought...
Unfortunately, no application is secure, especially the first time it is written. There is little doubt that in the future we will come across bugs in Cydeomus that will require fixes because they present vulnerabilities.
We need some way to let people know if we have fixed a security hole on Cydoemus, and that their private server is currently insecure.
I think the best way to do this is for Clef to host a version file somewhere - just a simple text file with a numerical version in it. Cydoemus can then be configured to periodically ping that server to check if they're at the latest version. If it's a deprecated version, all API requests should have an additional key that reflects that. The extension can be setup to recognize that key and provide some alert to users.
The text was updated successfully, but these errors were encountered: