|
I dont think so...
If that was the case, then these would be no need to to have an "updates" button... The program would simply tell you that an update was availble, and ask if you want to upgrade :)
And checking for an update does not require a secure https connection (downloading might, but you would want the code that checks for an upgrade to hit the server with a non-secured hit on port 80, as it would use far less resources, unless of course, you are sending stuff like creditcard numbers.
Besides, these programs should not access your network without your premission.
So, if it is getting update info, it is poorly written (thats obvious anyway, as it leaves the connection open even if you close the program).
If anything, it is sending info about how many times a user starts the program, and perhaps even what a given user is doing with the program.
Joe [who writes a lot of auto-updating code]
|