I’m generally concerned about privacy and I’ve heard that with each contact to the WordPress API for update checks and similar a lot of my blogs data is being transfered.
To get a better impression, I’d like to more specifically know which data is being transfered and when.
What’s done with the information and who has access to the information? How long is it stored?
I found no information about that in the packages readme nor on the worpdress.org website so far.
This does not answer the question in specific, but those are some resources regarding the question (feel free to add stuff).
Blog Articles and Discussions
WP, phone home (24 Sep 2007)
wp-hackers Mailinglist: Plugin update & security / privacy Options (Started 23 Sep 2007)
WP core resources and Trac Tickets
Code Stubs
Questions regarding Akismet, Facebook and other Add-Ons alike that deal with personal data
International/Country specific Resources and Pointers
Calls from core to api.wordpress.org (wp 3.2.1)
From the phpDoc blocks:
Inside head of
wp_update_themes()
: “A list of all themes installed in sent to WP.“Themes
/wp-includes/update.php > line 261-267, called on line 280
[1].Plugins
/wp-includes/update.php > line 166-172, called on line 184
/wp-includes/update.php > starting on line 22
[3][1]
[2]
[3]