Latest Pro version here. Am I affected by this?
Woah, Checkpoint has an office in my building. I should go ask them what the deal is. 😛
Originally posted by: Diasper
Update
http://www.theinquirer.net/?article=29254
ZA: ~We take privacy seriously. The bug is just part of routine check that customer using the latest software.
Originally posted by: DaveSimmons
This is suspicious, a check for update only needs to retrieve information not send it.
Our company just does an HTTP GET to a static web page.
No, we just get the latest version available from the server, there is no reason why our software needs to send its own version.Originally posted by: pontifex
Originally posted by: DaveSimmons
This is suspicious, a check for update only needs to retrieve information not send it.
Our company just does an HTTP GET to a static web page.
err...isn't that the same thing? the software sends out a message with the software's current version info to the server checking to see if there is a new version. if there is, it downloads it...
Originally posted by: ShotgunSteven
ZoneAlarm screwed up my system so bad I had to reformat. I refuse to use their product again.
Originally posted by: DaveSimmons
No, we just get the latest version available from the server, there is no reason why our software needs to send its own version.
Originally posted by: ShotgunSteven
ZoneAlarm screwed up my system so bad I had to reformat. I refuse to use their product again.
No I work for Respondus, Inc.Originally posted by: Atheus
DaveSimmons works for Chckpoint?Originally posted by: DaveSimmons
No, we just get the latest version available from the server, there is no reason why our software needs to send its own version.
True, which is why I mentioned a static page URL, empty body, and no cookies. For completeness I should add no custom headers are sent either 🙂Originally posted by: xtknight
Technically data could be transmitted using a GET command too.
GET /server/file?myversion=5.1145?mycreditcardnumber=11111111111111111111
The server knows your credit card number, and it's just a GET command.