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
It would be super cool to have a service that checks if theres anything that the team would like to be patched on the current system and apply in whenever the user consents to do it. Like: there would be an endpoint somewhere with a JSON file specifiying the current patch or thing that should be applied and when it was published, then, the user computer would fetch the file and compare the current system state to the latest patch, if it isnt applied yet, show a popup telling the user that some action should be taken on the system for some reason with a "YES/NO" option to apply it. This would fix stuff like the ANSI signature check on older systems because they would be notified that their system is broken and they should run a script to fix it
The text was updated successfully, but these errors were encountered:
In order to avoid abuse, the JSON should not have any kind of executable script directly in it and these should only be strictly suggestions, the user should not feel coerced to do anything and it should be completely optional
You mean the general template for comparing old stuff with new & notifying the user about this? Then doing the necessary stuff to update if user consented (some stuff without consent, but automatic, like secure boot key update)?
It would be super cool to have a service that checks if theres anything that the team would like to be patched on the current system and apply in whenever the user consents to do it. Like: there would be an endpoint somewhere with a JSON file specifiying the current patch or thing that should be applied and when it was published, then, the user computer would fetch the file and compare the current system state to the latest patch, if it isnt applied yet, show a popup telling the user that some action should be taken on the system for some reason with a "YES/NO" option to apply it. This would fix stuff like the ANSI signature check on older systems because they would be notified that their system is broken and they should run a script to fix it
The text was updated successfully, but these errors were encountered: