Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Plugin update & security / privacy
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 1 - 25 of 123 - Collapse all  -  Translate all to Translated (View all originals)   Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Moritz 'Morty' Strübe  
View profile  
 More options Sep 23 2007, 5:35 am
From: Moritz 'Morty' Strübe <mo...@gmx.net>
Date: Sun, 23 Sep 2007 10:35:41 +0100
Local: Sun, Sep 23 2007 5:35 am
Subject: [wp-hackers] Plugin update & security / privacy
I know this will not change until Monday, but is it really necessary to
transmit the URL? Wouldn't the md5 of the URL do? I know it's easy to
find WP-Blogs via google. But imagine have them all nicely in a database
- All of them. Including version, plugins and so on. If that database
gets public and you find a security bug in one of the plugins - there
are enough - you can start a _very_ effective attack!

-> update.php:85     $http_request .= 'User-Agent: WordPress/' .
$wp_version . '; ' . get_bloginfo('url') . "\r\n";

Cheers
Morty

_______________________________________________
wp-hackers mailing list
wp-hack...@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-hackers


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Omry Yadan  
View profile  
 More options Sep 23 2007, 4:52 am
From: Omry Yadan <o...@yadan.net>
Date: Sun, 23 Sep 2007 11:52:13 +0300
Local: Sun, Sep 23 2007 4:52 am
Subject: Re: [wp-hackers] Plugin update & security / privacy
1. no need to even send the version to know there is a need to update
(just get the latest version number and compare to the current version).

2. if wp send information about the blog, the users should be aware of
this and be able to turn it off. this is a bad publicity bomb waiting to
go off.

_______________________________________________
wp-hackers mailing list
wp-hack...@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-hackers

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Viper007Bond  
View profile  
 More options Sep 23 2007, 6:52 am
From: Viper007Bond <vi...@viper007bond.com>
Date: Sun, 23 Sep 2007 03:52:41 -0700
Local: Sun, Sep 23 2007 6:52 am
Subject: Re: [wp-hackers] Plugin update & security / privacy
Your logic is flawed. You assume that someone looking to exploit won't
attack the latest version. This is usually untrue. If a serious exploit is
found, hackers usually just Google for "WordPress" (it's already on your
site for "powered by WordPress") or like wp-login.php and then attempt to
exploit it, regardless of version. If some database somewhere somehow did
get leaked, then all it'd do is just make the hackers job easier -- it
wouldn't enable them.

And by checking for an update, your server's IP address is sent
automatically. It wouldn't be hard to reverse lookup that IP.

Simply put, if you really insist on wearing a tin foil hat, it's uber easy
to disable the automatic update checker. For the other 99.99999% of people
out there, this feature will be a godsend to them in both terms of new
features and more importantly, the _only_ real way to make sure your site
doesn't get hacked -- by running the latest version.

On 9/23/07, Moritz 'Morty' Strübe <mo...@gmx.net> wrote:

--
Viper007Bond | http://www.viper007bond.com/
_______________________________________________
wp-hackers mailing list
wp-hack...@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-hackers

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alex Günsche  
View profile  
(1 user)  More options Sep 23 2007, 7:12 am
From: Alex Günsche <ag.ml2...@zirona.com>
Date: Sun, 23 Sep 2007 13:12:49 +0200
Local: Sun, Sep 23 2007 7:12 am
Subject: Re: [wp-hackers] Plugin update & security / privacy

On Sun, 2007-09-23 at 03:52 -0700, Viper007Bond wrote:
> And by checking for an update, your server's IP address is sent
> automatically. It wouldn't be hard to reverse lookup that IP.

That's not true. Most blogs are on virtual hosting environments, where
many domains are assigned to one IP. And even if in fact you have only
one domain on your server, the party performing a reverse lookup will
not be able to tell that. Therefore it's a large difference whether you
log the client IP or you transmit the blog URL. And this is the very
reason why Automattic logs the Blog URL.

> Simply put, if you really insist on wearing a tin foil hat, it's uber easy
> to disable the automatic update checker. For the other 99.99999% of people
> out there, this feature will be a godsend to them in both terms of new
> features and more importantly, the _only_ real way to make sure your site
> doesn't get hacked -- by running the latest version.

It's none of WP's business who runs a blog. I know some people don't
care about privacy, I however do, and I disapprove anybody trying to
gather more information than neccessary about me and what I do. Unless
anybody can give me a good explaination for why Wordpress/Automattic
needs to know my URLs.

By the way, I was rather shocked when I saw what big bunch of data
Akismet transmits on connecting to its server. Why the heck does Akismet
transmit *all* my $_SERVER environment variables? That's a big reason to
mistrust Akismet, unless there are *very* good reasons for that. And I
doubt there are any.

Alex

--
Alex Günsche, Zirona OpenSource-Consulting
Blogs: http://www.zirona.com/ | http://www.regularimpressions.net
PubKey for this address: http://www.zirona.com/misc/ag.ml2007.asc

_______________________________________________
wp-hackers mailing list
wp-hack...@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-hackers


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alex Günsche  
View profile  
 More options Sep 23 2007, 7:15 am
From: Alex Günsche <ag.ml2...@zirona.com>
Date: Sun, 23 Sep 2007 13:15:41 +0200
Local: Sun, Sep 23 2007 7:15 am
Subject: Re: [wp-hackers] Plugin update & security / privacy

On Sun, 2007-09-23 at 13:12 +0200, Alex Günsche wrote:
> By the way, I was rather shocked when I saw what big bunch of data
> Akismet transmits on connecting to its server. Why the heck does Akismet
> transmit *all* my $_SERVER environment variables? That's a big reason to
> mistrust Akismet, unless there are *very* good reasons for that. And I
> doubt there are any.

By the way, does Rule No. 1 of Automattic's privacy policy still apply?

"We don't ask you for personal information unless we truly need it. (We
can?t stand services that ask you for things like your gender or income
level for no apparent reason.)"

http://automattic.com/privacy/

Because, I also can't stand services that retrieve my $_SERVER variables
and my blog URL for no apparent reason.

</rant>

Kind regards,
Alex

--
Alex Günsche, Zirona OpenSource-Consulting
Blogs: http://www.zirona.com/ | http://www.regularimpressions.net
PubKey for this address: http://www.zirona.com/misc/ag.ml2007.asc

_______________________________________________
wp-hackers mailing list
wp-hack...@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-hackers


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Moritz 'Morty' Strübe  
View profile  
(1 user)  More options Sep 23 2007, 7:33 am
From: Moritz 'Morty' Strübe <mo...@gmx.net>
Date: Sun, 23 Sep 2007 12:33:08 +0100
Local: Sun, Sep 23 2007 7:33 am
Subject: Re: [wp-hackers] Plugin update & security / privacy
Viper007Bond schrieb:

> Your logic is flawed. You assume that someone looking to exploit won't
> attack the latest version. This is usually untrue.

And as the version gets transmitted you also get a nice list of outdated
blogs.

> If a serious exploit is
> found, hackers usually just Google for "WordPress"

Didn't I already say I thought of that?

> (it's already on your
> site for "powered by WordPress") or like wp-login.php and then attempt to
> exploit it, regardless of version. If some database somewhere somehow did
> get leaked, then all it'd do is just make the hackers job easier -- it
> wouldn't enable them.

That's why I'm referring to plugins. Opposed to Wordpress plugins have
fewer installations and often maintained by a single person. Fewer
installations makes them less interesting for attacks, because it is not
always easy to find them. But if you have a nice list, including the
version in use.... The problem with the single person is, that this
person is maintaining the plugin in his spare time. Opposed to Wordpress
it self where a lot of people, making money, are interested in Wordpress
being safe.

> And by checking for an update, your server's IP address is sent
> automatically. It wouldn't be hard to reverse lookup that IP.

First of all you don't need a reverse lookup as you can just enter the
IP. Second if you do a reverse lookup you often only get something linke
serverxy.hoster.tld, because most people don't want to spend so much
money for a v-server or even a real server. Therefore the IP doesn't
help you that much. Of couse you can check all the Domains on that Host,
but you would also have to check for subdomains and or subdirectories.
Of course there are people where you can start an attack using the IP or
with the domain you get with a reverse lookup, but those are not the
installations I'm worried about. BTW: Being able to access a server by
IP number or the reverse DNS-entry is a security flaw in my eyes, but
that is another matter.
Or in short: The IP helps you, but not much.

> Simply put, if you really insist on wearing a tin foil hat, it's uber easy
> to disable the automatic update checker.

I do not want to do that! And I never suggested that! (I hope you know
what a md5 is....)

> For the other 99.99999% of people
> out there, this feature will be a godsend to them in both terms of new
> features and more importantly, the _only_ real way to make sure your site
> doesn't get hacked -- by running the latest version.

But still that is no reason to tell everybody which version I'm running.
And sorry I'm not able to update my Software 24/7. This is no f*ck'n
pro/contra update checking discussion. It is a: Do you really need to
collect all this information? And do you know that collecting it is a
reasonable threat? Because if there is a security update and someone
does get that list he can run an attack on those hosts who haven't
updated yet.

Morty

--

strübe.de <http://xn--strbe-mva.de>

Diese Email ist signiert. Sollte Dein Email-Client keine Signaturen
unterstützen wird eine smime.p7s-Datei im Anhang angezeigt.

Meinen PGP/GPG-Key gibt es auf den üblichen Keyservern.

_______________________________________________
wp-hackers mailing list
wp-hack...@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-hackers


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jamie Holly  
View profile  
 More options Sep 23 2007, 8:37 am
From: "Jamie Holly" <hovercraf...@earthlink.net>
Date: Sun, 23 Sep 2007 08:37:01 -0400
Local: Sun, Sep 23 2007 8:37 am
Subject: RE: [wp-hackers] Plugin update & security / privacy
We were discussing this on a political blogger mailing list I am on. There
are about 30 WP users on that list. As of this morning, 18 of them said they
will not be moving to WP 2.3 solely because of this. Like one of the
bloggers said; "If they are not telling you about this feature when you
upgrade, then when will they take other personal information like emails and
secretly send them to a server".

I know this is a small micro-sampling of WP users, but it has had me
thinking. While most of us on the mailing list know Matt and that he
wouldn't be out to do something like that, how about the other 99%+ WP users
out there who don't know him? In a time when internet privacy concerns are
in our daily newspapers, I believe a lot more consideration should be given
to this before rolling it out. IMHO the best option would be to include the
feature as a bundled plugin. That way people can opt into it.

Personally, my biggest complaint is with the persistence of this
notification. I changed the version # just so I could see it. There really
needs to be a way to close this out. Having it show all the time is a nag. I
say make it so when someone closes it, it will come back every 24 hours or
so. It shouldn't be that bad to implement a way to close this out.

- Put a close link on the notification. Have it remove it either via ajax or
a get method (possibly read in admin.php). When it's closed you set an
option HideUpdateNotification_{$user->ID}. Set that with the
currenttime+time_to_hide_it. This is option is checked and if the option
time<currenttime, go ahead and show it again (then the person can close it
again if they so choose).

Jamie Holly
http://www.intoxination.net

_______________________________________________
wp-hackers mailing list
wp-hack...@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-hackers

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alex Günsche  
View profile  
 More options Sep 23 2007, 9:09 am
From: Alex Günsche <ag.ml2...@zirona.com>
Date: Sun, 23 Sep 2007 15:09:35 +0200
Local: Sun, Sep 23 2007 9:09 am
Subject: RE: [wp-hackers] Plugin update & security / privacy

On Sun, 2007-09-23 at 08:37 -0400, Jamie Holly wrote:
> We were discussing this on a political blogger mailing list I am on. There
> are about 30 WP users on that list. As of this morning, 18 of them said they
> will not be moving to WP 2.3 solely because of this. Like one of the
> bloggers said; "If they are not telling you about this feature when you
> upgrade, then when will they take other personal information like emails and
> secretly send them to a server".

I wouldn't go so far to accuse WP/Automattic of *secretly* submitting
data. However, I dislike it when software tries to gather too much data,
and other people obviously agree. (Just imagine what would happen if,
say, MS IIS would send your server environment variables to a MS
server.) So I always look for ways to cut off this kind of behaviour.

Anyway, not upgrading is a bad idea, you know the reasons. You *could*
go back to 2.0.x, but not without much effort and potential issues.

As for Akismet, one can simply find the following section and comment it
out:

foreach ( $_SERVER as $key => $value )
        if ( !in_array( $key, $ignore ) )
                $comment["$key"] = $value;

Luckily, this modification doesn't affect Akismet's functioning, and if
it would (e.g. in a future version), it wouldn't be a problem faking
this data. As Akismet resides in wp-content/ the plugin isn't directly
affected by core upgrades either.

> - Put a close link on the notification. Have it remove it either via ajax or
> a get method (possibly read in admin.php). When it's closed you set an
> option HideUpdateNotification_{$user->ID}. Set that with the
> currenttime+time_to_hide_it. This is option is checked and if the option
> time<currenttime, go ahead and show it again (then the person can close it
> again if they so choose).

Sounds interesting. However, I have an idea for a hack to prevent the
submission of the blog URL in this specific case, and I think I'll
release it as a plugin in case it should become neccessary.

By the way, could you (Jamie) send me a link to your list, specifically
to the mentioned discussion, to my e-mail address? Thanks.

Kind regards,
Alex

--
Alex Günsche, Zirona OpenSource-Consulting
Blogs: http://www.zirona.com/ | http://www.regularimpressions.net
PubKey for this address: http://www.zirona.com/misc/ag.ml2007.asc

_______________________________________________
wp-hackers mailing list
wp-hack...@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-hackers


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Plugin update & security / privacy - Data sent" by Moritz &#39;Morty&#39; Strübe
Moritz 'Morty' Strübe  
View profile  
 More options Sep 23 2007, 9:30 am
From: Moritz 'Morty' Strübe <mo...@gmx.net>
Date: Sun, 23 Sep 2007 14:30:02 +0100
Local: Sun, Sep 23 2007 9:30 am
Subject: Re: [wp-hackers] Plugin update & security / privacy - Data sent
To get some facts out added some debugging output.
Notice that there are 11k of data transmitted. Also of course your
Wordpress version and your url (which I already encapsulated in a md5).
IMHO a list of plugin names and a answer with the current version
numbers is enough data to be transmitted.

The request:

POST /plugins/update-check/1.0/ HTTP/1.0
Host: api.wordpress.org
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Content-Length: 11000
User-Agent: WordPress/2.3-RC1; 4b028de5098db7fb05c6d6dd264de215

And the data:

data:object(stdClass)(2) {
  ["plugins"]=>
  array(15) {
    ["akismet/akismet.php"]=>
    array(5) {
      ["Name"]=>
      string(7) "Akismet"
      ["Title"]=>
      string(71) "<a href="http://akismet.com/" title="Visit plugin homepage">Akismet</a>"
      ["Description"]=>
      string(354) "Akismet checks your comments against the Akismet web service to see if they look like spam or not. You need a <a href="http://wordpress.com/api-keys/">WordPress.com API key</a> to use it. You can review the spam it catches under &#8220;Comments.&#8221; To show off your Akismet stats just put <code>&lt;?php akismet_counter(); ?></code> in your template."
      ["Author"]=>
      string(80) "<a href="http://photomatt.net/" title="Visit author homepage">Matt Mullenweg</a>"
      ["Version"]=>
      string(5) "2.0.2"
    }
    ["cjd_delete_de.php"]=>
    array(5) {
      ["Name"]=>
      string(35) "CJD-<br />Spam Nuke <br />(deutsch)"
      ["Title"]=>
      string(121) "<a href="http://chrisjdavis.org/category/wp-hacks/" title="Visit plugin homepage">CJD-<br />Spam Nuke <br />(deutsch)</a>"
      ["Description"]=>
      string(216) "Dieses Plugin macht all die Kommentare sicht- und l&ouml;schbar, die mit dem Attribut &#8216;Spam&#8217; in der Datenbank herumliegen. Deutsche Bearbeitung: <a href="http://www.journal.kylaloo.net/">Mathias Hundt</a>"
      ["Author"]=>
      string(105) "<a href="http://chrisjdavis.org/" title="Visit author homepage">Chris J. Davis, Scott (skippy) Merill</a>"
      ["Version"]=>
      string(5) "1.5.3"
    }
    ["follow.php"]=>
    array(5) {
      ["Name"]=>
      string(10) "Follow-URL"
      ["Title"]=>
      string(79) "<a href="http://blog.taragana.com" title="Visit plugin homepage">Follow-URL</a>"
      ["Description"]=>
      string(108) "Dieses Plugin entfernt das <strong>nofollow</strong>-Attribut, dass WordPress an Links in Kommentaren setzt."
      ["Author"]=>
      string(90) "<a href="http://blog.taragana.com/" title="Visit author homepage">Angsuman Chakraborty</a>"
      ["Version"]=>
      string(3) "1.0"
    }
    ["gengo/gengo.php"]=>
    array(5) {
      ["Name"]=>
      string(5) "Gengo"
      ["Title"]=>
      string(88) "<a href="http://jamietalbot.com/wp-hacks/gengo/" title="Visit plugin homepage">Gengo</a>"
      ["Description"]=>
      string(180) "Multi-language blogging for WordPress.<br/>Licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT License</a>, Copyright &copy; 2006-2007 Jamie Talbot."
      ["Author"]=>
      string(80) "<a href="http://jamietalbot.com/" title="Visit author homepage">Jamie Talbot</a>"
      ["Version"]=>
      string(3) "0.9"
    }
    ["gravatars2.php"]=>
    array(5) {
      ["Name"]=>
      string(10) "Gravatars2"
      ["Title"]=>
      string(84) "<a href="http://zenpax.com/gravatars2/" title="Visit plugin homepage">Gravatars2</a>"
      ["Description"]=>
      string(326) "Implements Gravatars (global avatars: gravatar.com) with enhanced caching support, cron support, &#038; administrative interface to control default options.  Registered users can use local Gravatars (also cached). Copyright 2006 Kip Bond; Licensed under the terms of the <a href="http://www.gnu.org/licenses/gpl.html">GPL</a>."
      ["Author"]=>
      string(82) "<a href="http://zenpax.com/gravatars2/" title="Visit author homepage">Kip Bond</a>"
      ["Version"]=>
      string(5) "2.6.1"
    }
    ["gravatars2-wpcron.php"]=>
    array(5) {
      ["Name"]=>
      string(18) "Gravatars2 WP-Cron"
      ["Title"]=>
      string(92) "<a href="http://zenpax.com/gravatars2/" title="Visit plugin homepage">Gravatars2 WP-Cron</a>"
      ["Description"]=>
      string(194) "Refreshes the cached gravatar images using a pseudo-cron implementation &#8212; Requires WP-Cron (http://skippy.net/blog/2005/10/09/wp-cron-14/) &#038; Gravatars2 (http://zenpax.com/gravatars2/)"
      ["Author"]=>
      string(82) "<a href="http://zenpax.com/gravatars2/" title="Visit author homepage">Kip Bond</a>"
      ["Version"]=>
      string(3) "1.1"
    }
    ["hello.php"]=>
    array(5) {
      ["Name"]=>
      string(11) "Hello Dolly"
      ["Title"]=>
      string(78) "<a href="http://wordpress.org/#" title="Visit plugin homepage">Hello Dolly</a>"
      ["Description"]=>
      string(295) "This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from <cite>Hello, Dolly</cite> in the upper right of your admin screen on every page."
      ["Author"]=>
      string(80) "<a href="http://photomatt.net/" title="Visit author homepage">Matt Mullenweg</a>"
      ["Version"]=>
      string(3) "1.5"
    }
    ["locktest.php"]=>
    array(5) {
      ["Name"]=>
      string(9) "Lock test"
      ["Title"]=>
      string(96) "<a href="http://xn--strbe-mva.de/post-notification/" title="Visit plugin homepage">Lock test</a>"
      ["Description"]=>
      string(14) "Tests locking."
      ["Author"]=>
      string(86) "<a href="http://xn--strbe-mva.de" title="Visit author homepage">Moritz Str&uuml;be</a>"
      ["Version"]=>
      string(3) "1.0"
    }
    ["a_o42-clean-umlauts.php"]=>
    array(5) {
      ["Name"]=>
      string(17) "o42-clean-umlauts"
      ["Title"]=>
      string(116) "<a href="http://otaku42.de/2005/06/30/plugin-o42-clean-umlauts/" title="Visit plugin homepage">o42-clean-umlauts</a>"
      ["Description"]=>
      string(366) "Das Plugin konvertiert die deutschen Umlaute in den Beitragstiteln, Kommentaren und Feeds zu ASCII. - Aus &auml;,&uuml;,&ouml;,&szlig; wird ein ae, ue, oe und ss. auf der L&ouml;sung von <a href="http://www.papascott.de">Scott Hanson</a>. Das Plugin wirkt sich nur aus, wenn bei der Permalinstruktur &#8220;<em>Basierend auf Datum und Name</em>&#8221; aktiviert ist."
      ["Author"]=>
      string(79) "<a href="http://otaku42.de/" title="Visit author homepage">Michael Renzmann</a>"
      ["Version"]=>
      string(5) "0.2.0"
    }
    ["wp-pagesnav/wp-pagesnav.php"]=>
    array(5) {
      ["Name"]=>
      string(7) "PageNav"
      ["Title"]=>
      string(88) "<a href="http://www.adsworth.info/wp-pagesnav" title="Visit plugin homepage">PageNav</a>"
      ["Description"]=>
      string(18) "Header Navigation."
      ["Author"]=>
      string(80) "<a href="http://www.adsworth.info/" title="Visit author homepage">Adi Sieker</a>"
      ["Version"]=>
      string(5) "0.0.1"
    }
    ["post_notification/post_notification.php"]=>
    array(5) {
      ["Name"]=>
      string(17) "Post Notification"
      ["Title"]=>
      string(104) "<a href="http://xn--strbe-mva.de/post-notification/" title="Visit plugin homepage">Post Notification</a>"
      ["Description"]=>
      string(74) "Sends an email to all subscribers. See readme or instructions for details."
      ["Author"]=>
      string(86) "<a href="http://xn--strbe-mva.de" title="Visit author homepage">Moritz Str&uuml;be</a>"
      ["Version"]=>
      string(8) "1.2.rc 5"
    }
    ["PN_mailfix.php"]=>
    array(5) {
      ["Name"]=>
      string(25) "Post Notification Mailfix"
      ["Title"]=>
      string(112) "<a href="http://xn--strbe-mva.de/post-notification/" title="Visit plugin homepage">Post Notification Mailfix</a>"
      ["Description"]=>
      string(54) "Fixes problems sending HTML-mails - Only for WP 2.2.x!"
      ["Author"]=>
      string(86) "<a href="http://xn--strbe-mva.de" title="Visit author homepage">Moritz Str&uuml;be</a>"
      ["Version"]=>
      string(5) "1.2.1"
    }
    ["timezone.php"]=>
    array(5) {
      ["Name"]=>
      string(9) "Time Zone"
      ["Title"]=>
      string(92) "<a href="http://kimmo.suominen.com/sw/timezone/" title="Visit plugin homepage">Time Zone</a>"
      ["Description"]=>
      string(136) "Automatische Umstellung von Sommerzeit auf Winterzeit. Einstellungen k&ouml;nnen unter: Optionen &raquo; Time Zone ge&auml;ndert werden."
      ["Author"]=>
      string(85) "<a href="http://kimmo.suominen.com/" title="Visit author homepage">Kimmo Suominen</a>"
      ["Version"]=>
      string(3) "2.1"
    }
    ["update-monitor.php"]=>
    array(5) {
      ["Name"]=>
      string(14) "Update-Monitor"
      ["Title"]=>
      string(78) "<a href="http://blogshop.de/" title="Visit plugin homepage">Update-Monitor</a>"
      ["Description"]=>
      string(133) "Stay informed about new WordPress releases. <em>Powered by <a href="http://wordpress-deutschland.org">WordPress Deutschland</a></em>."
      ["Author"]=>
      string(79) "<a href="http://blogshop.de/" title="Visit author homepage">Olaf A. Schmitz</a>"
      ["Version"]=>
      string(3) "1.3"
    }
    ["wp-db-backup.php"]=>
    array(5) {
      ["Name"]=>
      string(25) "WordPress Database Backup"
      ["Title"]=>
      string(105) "<a href="http://www.skippy.net/blog/plugins/" title="Visit plugin homepage">WordPress Database Backup</a>"
      ["Description"]=>
      string(44) "On-demand backup of your WordPress database."
      ["Author"]=>
      string(80) "<a href="http://www.skippy.net/" title="Visit author homepage">Scott Merrill</a>"
      ["Version"]=>
      string(3) "1.8"
    }
  }
  ["active"]=>
  array(3) {
    [0]=>
    string(12) "locktest.php"
    [1]=>
    string(39) "post_notification/post_notification.php"
    [2]=>
    string(27) "wp-pagesnav/wp-pagesnav.php"
  }

}

--

strübe.de ...

read more »


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Omry Yadan  
View profile  
 More options Sep 23 2007, 9:14 am
From: Omry Yadan <o...@yadan.net>
Date: Sun, 23 Sep 2007 16:14:45 +0300
Local: Sun, Sep 23 2007 9:14 am
Subject: Re: [wp-hackers] Plugin update & security / privacy - Data sent
Sounds good to me.

maybe we should only send plugin file, version and name.

also, in the spirit of my original proposal:

1. this should not be bundled with the new version check.

2. users should explicitly agree to send info before WP sends anything.

...

read more »


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Moritz 'Morty' Strübe  
View profile  
 More options Sep 23 2007, 10:29 am
From: Moritz 'Morty' Strübe <mo...@gmx.net>
Date: Sun, 23 Sep 2007 15:29:29 +0100
Local: Sun, Sep 23 2007 10:29 am
Subject: Re: [wp-hackers] Plugin update & security / privacy - Data sent
Omry, although I do agree with you, I'm not sure whether you understand
the situation. We are not discussing what we - in this case they, as I
am not a core-dev and I think neither are you - should do or what is the
best way to solve this problem. The code is there and tested. The
release is Monday, tomorrow. There will be _no_ changes is the way it
works. The only thing that might happen, is that the URL get's wrapped
in a md5 or better not transmitted at all.
Cheers
Morty

Omry Yadan schrieb:

[...]

_______________________________________________
wp-hackers mailing list
wp-hack...@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-hackers


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Plugin update & security / privacy" by Alex Günsche
Alex Günsche  
View profile  
 More options Sep 23 2007, 10:57 am
From: Alex Günsche <ag.ml2...@zirona.com>
Date: Sun, 23 Sep 2007 16:57:47 +0200
Local: Sun, Sep 23 2007 10:57 am
Subject: RE: [wp-hackers] Plugin update & security / privacy

On Sun, 2007-09-23 at 08:37 -0400, Jamie Holly wrote:
> We were discussing this on a political blogger mailing list I am on. There
> are about 30 WP users on that list. As of this morning, 18 of them said they
> will not be moving to WP 2.3 solely because of this.

Ok, before you guys don't upgrade at all, here's a little plugin which
will completely(!) suppress the version checker.

------- SNIP -------
<?php
/*
Plugin Name: No Update Checker
Description: *Very* rough hack to suppress the WordPress update checker.
Version: 0.1
*/

function noupdatechecker()
{
   if ( !defined('WP_INSTALLING') )
      define('WP_INSTALLING', true);

}

add_action('init', 'noupdatechecker', 9);
?>
------- SNIP -------

Save the above as noupdatechecker.php (or whatever) in
wp-content/plugins/. No whitespace must be outside the PHP tags! Then
activate the plugin in the admin panel.

Note: The plugin deactivates the version checker by defining
WP_INSTALLING, a constant that is used in other parts of the core, too.
I had a quick grep, looked at the respective positions, and tested the
associated WP features -- the normal functioning of WordPress seems not
to be impacted by this hack. Anyway, if strange things happen due to its
usage, let me know. Feedback is apprechiated (e-mail me).

Kind regards,
Alex

--
Alex Günsche, Zirona OpenSource-Consulting
Blogs: http://www.zirona.com/ | http://www.regularimpressions.net
PubKey for this address: http://www.zirona.com/misc/ag.ml2007.asc

_______________________________________________
wp-hackers mailing list
wp-hack...@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-hackers


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Plugin update & security / privacy - Data sent" by Omry Yadan
Omry Yadan  
View profile  
 More options Sep 23 2007, 9:40 am
From: Omry Yadan <o...@yadan.net>
Date: Sun, 23 Sep 2007 16:40:45 +0300
Local: Sun, Sep 23 2007 9:40 am
Subject: Re: [wp-hackers] Plugin update & security / privacy - Data sent
You confused me a bit with the suggestion to add plugin information.

in this case, I agree that sending md5 of the url is a step in the right
direction.

in all truth, I don't see why the client even NEED to send it's version.
it can be nice for statistics purpose, but  nothing more..

it can just as easily be implemented by requesting the latest version
number from the server and comparing it to the current version.

but as you said, it's probably already too late for this.

I think it's a shame that the concerns raised in this mailing list in
past few weeks about this were ignored.

Moritz 'Morty' Strübe wrote:
> Omry, although I do agree with you, I'm not sure whether you understand
> the situation. We are not discussing what we - in this case they, as I
> am not a core-dev and I think neither are you - should do or what is the
> best way to solve this problem. The code is there and tested. The
> release is Monday, tomorrow. There will be _no_ changes is the way it
> works. The only thing that might happen, is that the URL get's wrapped
> in a md5 or better not transmitted at all.
> Cheers
> Morty

_______________________________________________
wp-hackers mailing list
wp-hack...@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-hackers

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Plugin update & security / privacy" by John Blackbourn
John Blackbourn  
View profile  
 More options Sep 23 2007, 11:07 am
From: "John Blackbourn" <johnbillion...@gmail.com>
Date: Sun, 23 Sep 2007 16:07:36 +0100
Local: Sun, Sep 23 2007 11:07 am
Subject: Re: [wp-hackers] Plugin update & security / privacy
I already made a plugin to do that at
http://wordpress.org/extend/plugins/disable-wordpress-plugin-updates/
:-)

On 9/23/07, Alex Günsche <ag.ml2...@zirona.com> wrote:

_______________________________________________
wp-hackers mailing list
wp-hack...@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-hackers

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alex Günsche  
View profile  
 More options Sep 23 2007, 11:32 am
From: Alex Günsche <ag.ml2...@zirona.com>
Date: Sun, 23 Sep 2007 17:32:22 +0200
Local: Sun, Sep 23 2007 11:32 am
Subject: Re: [wp-hackers] Plugin update & security / privacy

On Sun, 2007-09-23 at 16:07 +0100, John Blackbourn wrote:
> I already made a plugin to do that at
> http://wordpress.org/extend/plugins/disable-wordpress-plugin-updates/
> :-)

Cool, that's good to know. However, as far as I see, this won't stop
wp-includes/update.php from executing. That file contains a function
that is registered via the 'init' hook, and it is loaded on each page of
the admin panel.

Kind regards,
Alex

--
Alex Günsche, Zirona OpenSource-Consulting
Blogs: http://www.zirona.com/ | http://www.regularimpressions.net
PubKey for this address: http://www.zirona.com/misc/ag.ml2007.asc

_______________________________________________
wp-hackers mailing list
wp-hack...@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-hackers


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John Blackbourn  
View profile  
 More options Sep 23 2007, 11:44 am
From: "John Blackbourn" <johnbillion...@gmail.com>
Date: Sun, 23 Sep 2007 16:44:04 +0100
Local: Sun, Sep 23 2007 11:44 am
Subject: Re: [wp-hackers] Plugin update & security / privacy
Alex, if you're looking at wp-includes/update.php then that function
is for the core update system (which can be disabled with my other
plugin http://wordpress.org/extend/plugins/disable-wordpress-core-update/).

The plugin update system is handled in wp-admin/incluces/update.php
and is called on the load-plugins.php hook.

John.

On 9/23/07, Alex Günsche <ag.ml2...@zirona.com> wrote:

_______________________________________________
wp-hackers mailing list
wp-hack...@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-hackers

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alex Günsche  
View profile  
 More options Sep 23 2007, 11:58 am
From: Alex Günsche <ag.ml2...@zirona.com>
Date: Sun, 23 Sep 2007 17:58:47 +0200
Local: Sun, Sep 23 2007 11:58 am
Subject: Re: [wp-hackers] Plugin update & security / privacy

On Sun, 2007-09-23 at 16:44 +0100, John Blackbourn wrote:
> Alex, if you're looking at wp-includes/update.php then that function
> is for the core update system (which can be disabled with my other
> plugin http://wordpress.org/extend/plugins/disable-wordpress-core-update/).

> The plugin update system is handled in wp-admin/incluces/update.php
> and is called on the load-plugins.php hook.

Great! This is indeed much better than my solution -- I also should have
thought of remove_action(). Thumbs up! :-)

Kind regards,
Alex

--
Alex Günsche, Zirona OpenSource-Consulting
Blogs: http://www.zirona.com/ | http://www.regularimpressions.net
PubKey for this address: http://www.zirona.com/misc/ag.ml2007.asc

_______________________________________________
wp-hackers mailing list
wp-hack...@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-hackers


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Jaquith  
View profile  
 More options Sep 23 2007, 1:48 pm
From: Mark Jaquith <mark.wordpr...@txfx.net>
Date: Sun, 23 Sep 2007 13:48:34 -0400
Local: Sun, Sep 23 2007 1:48 pm
Subject: Re: [wp-hackers] Plugin update & security / privacy
On Sep 23, 2007, at 5:35 AM, Moritz 'Morty' Strübe wrote:

> I know this will not change until Monday, but is it really  
> necessary to
> transmit the URL? Wouldn't the md5 of the URL do? I know it's easy to
> find WP-Blogs via google. But imagine have them all nicely in a  
> database
> - All of them. Including version, plugins and so on. If that database
> gets public and you find a security bug in one of the plugins - there
> are enough - you can start a _very_ effective attack!

> -> update.php:85     $http_request .= 'User-Agent: WordPress/' .
> $wp_version . '; ' . get_bloginfo('url') . "\r\n";

I don't know, but I'm trying to find out.  It seems unnecessary to  
me.  And it definitely works without it (or with a different --  
anonymous -- string).  Matt wrote that code, so I'll try to get a  
hold of him today.

--
Mark Jaquith
http://markjaquith.com/

Covered Web Services
http://coveredwebservices.com/

WordPress Ninja @ b5media Inc
http://b5media.com/

_______________________________________________
wp-hackers mailing list
wp-hack...@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-hackers


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matt Mullenweg  
View profile  
(3 users)  More options Sep 23 2007, 3:35 pm
From: Matt Mullenweg <m...@mullenweg.com>
Date: Sun, 23 Sep 2007 12:35:26 -0700
Local: Sun, Sep 23 2007 3:35 pm
Subject: Re: [wp-hackers] Plugin update & security / privacy

Moritz 'Morty' Strübe wrote:
> I know this will not change until Monday, but is it really necessary to
> transmit the URL?

Your blog URL and version has been sent by default for 4+ years to every
ping service in the world, including Ping-O-Matic, every time you make a
post. Of course you can turn that off, just like you can turn update
notification off, but statistically no one does.

The only new information being sent by the update checker is PHP version
and a list of plugins. If you don't like that feature, please install a
plugin to disable it:

http://wordpress.org/extend/plugins/disable-wordpress-core-update/
http://wordpress.org/extend/plugins/disable-wordpress-plugin-updates/

Of course don't forget the WP dev blog and planet RSS feeds, and most
importantly the incoming links feed which ALSO transmits your blog URL.

I would also recommend disabling the updates in Mac OS X, Firefox,
Windows, Thunderbird, Adobe Photoshop, and any other third-party
applications you have. As all of those are tied to your personal IP and
not your server IP they have far more implications for privacy.

> If that database
> gets public and you find a security bug in one of the plugins - there
> are enough - you can start a _very_ effective attack!

Such an attack would not be more effective, it would just be more
efficient. Historically, however, scripts that attack against WordPress
don't bother checking the version or if a plugin is there or not, they
just seek out every WP blog and check the specific capability or
vulnerability.

Nevertheless, we're beefing up the infrastructure and security of
WordPress.org, which Barry is working on right this instant. In 2 years
of running WordPress.com and Akismet, two extraordinarily
high-visibility targets, there has never been a problem on a server
Barry set up. The only problems we've had (once on WP.org, once on
PhotoMatt) have been things I set up, and I'm not setting up these new
ones. :)

I think this feature is actually going to dramatically improve the
security of WordPress overall. We all saw the survey that 95% of WP
blogs were vulnerable. That didn't even look a plugins. I think the
survey was flawed, but you still can't deny that for most people knowing
there is an update and actually updating just doesn't happen, and this
is a necessary first step. If the only "trade-off" is sending an ALREADY
PUBLIC blog URL to wordpress.org, then great!

I would like to remind the participants of this thread that WP.org !=
Automattic, so to be fair to the members of both please distinguish
which you're referring to.

--
Matt Mullenweg
  http://photomatt.net | http://wordpress.org
http://automattic.com | http://akismet.com
_______________________________________________
wp-hackers mailing list
wp-hack...@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-hackers


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Moritz 'Morty' Strübe  
View profile  
 More options Sep 23 2007, 5:10 pm
From: Moritz 'Morty' Strübe <mo...@gmx.net>
Date: Sun, 23 Sep 2007 22:10:38 +0100
Local: Sun, Sep 23 2007 5:10 pm
Subject: Re: [wp-hackers] Plugin update & security / privacy
Matt Mullenweg schrieb:

I think you didn't get my point. This is not about what I write, but
what information gets collected at one point and whether I can decide
about that. Of course I have an interest in spreading my word. And I
already said that it is no problem being listed on google. It's the
combination of Plugins + Versions + Url.

>> If that database
>> gets public and you find a security bug in one of the plugins - there
>> are enough - you can start a _very_ effective attack!

> Such an attack would not be more effective, it would just be more
> efficient. Historically, however, scripts that attack against
> WordPress don't bother checking the version or if a plugin is there or
> not, they just seek out every WP blog and check the specific
> capability or vulnerability.

Well it will also be more effective, because less people will notice.
And yes you are right it will be more efficient, something that is
probably worth a bit of money.

> Nevertheless, we're beefing up the infrastructure and security of
> WordPress.org, which Barry is working on right this instant. In 2
> years of running WordPress.com and Akismet, two extraordinarily
> high-visibility targets, there has never been a problem on a server
> Barry set up. The only problems we've had (once on WP.org, once on
> PhotoMatt) have been things I set up, and I'm not setting up these new
> ones. :)

NSA, CIA, FBI, NASA, all thought their systems are safe. And if there is
nothing to loose there is nothing to bother. And as I said. I have no
problem with collecting data, but with being able to relate them.

> I think this feature is actually going to dramatically improve the
> security of WordPress overall. We all saw the survey that 95% of WP
> blogs were vulnerable. That didn't even look a plugins. I think the
> survey was flawed, but you still can't deny that for most people
> knowing there is an update and actually updating just doesn't happen,
> and this is a necessary first step.

I'm with you.

> If the only "trade-off" is sending an ALREADY PUBLIC blog URL to
> wordpress.org, then great!

Once again. It's not about the blog-URL, its about the relationship
BlogURL & plugins & their versions. Blogurl | plugins & their versions
is no problem with me.

Morty

_______________________________________________
wp-hackers mailing list
wp-hack...@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-hackers


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Charles  
View profile  
 More options Sep 23 2007, 5:34 pm
From: "Charles" <list...@wiltgen.net>
Date: Sun, 23 Sep 2007 14:34:17 -0700
Local: Sun, Sep 23 2007 5:34 pm
Subject: RE: [wp-hackers] Plugin update & security / privacy

>> I know this will not change until Monday, but is it really
>> necessary to transmit the URL?

> Your blog URL and version has been sent by default for 4+ years
> to every ping service in the world, including Ping-O-Matic,
> every time you make a post.

So, this is a bit confusing...

- Ping-O-Matic is receiving my "version"?  Huh?

- Automattic's not getting this data in pre-2.3 versions, correct?  If that's the case, then the (obvious) problem with that is that somebody decided to flip this switch without making it opt-in.

This WordPress feature *requires* Automattic?

-- Charles

_______________________________________________
wp-hackers mailing list
wp-hack...@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-hackers


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Jaquith  
View profile  
 More options Sep 23 2007, 5:54 pm
From: Mark Jaquith <mark.wordpr...@txfx.net>
Date: Sun, 23 Sep 2007 17:54:25 -0400
Local: Sun, Sep 23 2007 5:54 pm
Subject: Re: [wp-hackers] Plugin update & security / privacy
On Sep 23, 2007, at 3:35 PM, Matt Mullenweg wrote:

> I think this feature is actually going to dramatically improve the  
> security of WordPress overall. We all saw the survey that 95% of WP  
> blogs were vulnerable. That didn't even look a plugins. I think the  
> survey was flawed, but you still can't deny that for most people  
> knowing there is an update and actually updating just doesn't  
> happen, and this is a necessary first step. If the only "trade-off"  
> is sending an ALREADY PUBLIC blog URL to wordpress.org, then great!

Back up a minute.  Why is the blog URL needed?  The update  
notification functionality works fine without it.  You don't need it  
for statistics purposes -- wp_hash('update-notification') 's output  
would be just as unique.  How do users benefit by sending their blog  
URL?  I think the onus is on us to show why it is necessary or  
beneficial.  If we can't, it shouldn't be there.

--
Mark Jaquith
http://markjaquith.com/

Covered Web Services
http://coveredwebservices.com/

WordPress Ninja @ b5media Inc
http://b5media.com/

_______________________________________________
wp-hackers mailing list
wp-hack...@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-hackers


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matt Mullenweg  
View profile  
 More options Sep 23 2007, 6:09 pm
From: Matt Mullenweg <m...@mullenweg.com>
Date: Sun, 23 Sep 2007 15:09:35 -0700
Local: Sun, Sep 23 2007 6:09 pm
Subject: Re: [wp-hackers] Plugin update & security / privacy

Mark Jaquith wrote:
> Back up a minute.  Why is the blog URL needed?

1. It does no harm.
2. It's simple, easy, and self-evident.
3. It could be useful in the future.

--
Matt Mullenweg
  http://photomatt.net | http://wordpress.org
http://automattic.com | http://akismet.com
_______________________________________________
wp-hackers mailing list
wp-hack...@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-hackers


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kimmo Suominen  
View profile  
 More options Sep 23 2007, 6:16 pm
From: Kimmo Suominen <ki...@global-wire.fi>
Date: Mon, 24 Sep 2007 01:16:00 +0300
Subject: Re: [wp-hackers] Plugin update & security / privacy

Thanks, Mark -- I think that is the correct question.

And the same question should be asked about the other data that is
sent.  Why are the plugin versions sent to the server?  It should be
enough to send the plugin filename and/or name, so the server can
return a list of current versions.  The client (WP) can then figure
out which plugins need updating.

Best regards,
+ Kimmo
--
<A HREF="http://kimmo.suominen.com/">Kimmo Suominen</A>

_______________________________________________
wp-hackers mailing list
wp-hack...@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-hackers


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Moritz 'Morty' Strübe  
View profile  
 More options Sep 23 2007, 6:29 pm
From: Moritz 'Morty' Strübe <mo...@gmx.net>
Date: Sun, 23 Sep 2007 23:29:28 +0100
Local: Sun, Sep 23 2007 6:29 pm
Subject: Re: [wp-hackers] Plugin update & security / privacy
Matt Mullenweg schrieb:

> Mark Jaquith wrote:
>> Back up a minute.  Why is the blog URL needed?

> 1. It does no harm.

It can. We only have your word for that. And sorry, that is not enough
for me. Especially if it does not have to be.

> 2. It's simple, easy, and self-evident.

Wrapping md5 around it is, too.

> 3. It could be useful in the future.

What for?

_______________________________________________
wp-hackers mailing list
wp-hack...@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-hackers


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Messages 1 - 25 of 123   Newer >
« Back to Discussions « Newer topic     Older topic »

Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google