On 9/25/07, Angela Byron <drupal-devel@webchick.net> wrote:
On 25-Sep-07, at 2:00 PM, Gerhard Killesreiter wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Khalid Baheyeldin schrieb:
The drupal module in 5.x sends a subset of this (site name, URI, IIRC). The new update module in 6.x supersedes that, but I am not up to date on the details. It includes installed modules too.
I think the data is in the DB of drupal.org.
Is it a big deal if the that info is sent? The highest rated comments so far downplay that it is an issue at all.
I think the main issue (and a serious one) is that this is done without asking the user and without the possibility to switch it off without extra work. Drupal's phone home feature has always been "opt in".
It's true that it always has been, but as of the code in HEAD right now, it's (currently) not.
a) update.module is enabled by default, making this "opt-out" rather than "opt-in." b) It sends off an md5 hash of the site URL and a private key variable with each request, the frequency of which is determined by a setting (defaults to daily). There is no personally identifiable information in this md5 string, and it is used as a key for checking update status. c) It is possible to "opt-out" of this behaviour, but the only way is to disable update.module altogether. The option in the 5.x update status module was removed for the core inclusion, per Dries.
I think due to this being a security tool, it makes complete sense for this to be opt-out, rather than opt-in. Is the lack of ability to prevent sending the md5 hash enough to get us in trouble with privacy watchdogs? I'm not sure.
-Angie
Wait.... are we talking update module that checks for updated software versions or the Drupal module that actively sends information on installed software back to d.o. ? Now, update module getting a version update check to notify a user without sending information is one thing..... If it does send then we NEED to document what it sends and what is done with it. Opting in for sending modules used statistics back was something in the past that was discussed as campaigning to get voluntary buy in from people and documenting it as why it benefits the user community. So... before we wander to far a field. Which will we be doing in D6 and are they two separate conversations? Steven