Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57195 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34688 invoked from network); 4 Jan 2012 19:46:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jan 2012 19:46:12 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.170 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.216.170 mail-qy0-f170.google.com Received: from [209.85.216.170] ([209.85.216.170:36152] helo=mail-qy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 15/7E-50667-28CA40F4 for ; Wed, 04 Jan 2012 14:46:11 -0500 Received: by qcsd16 with SMTP id d16so11039254qcs.29 for ; Wed, 04 Jan 2012 11:46:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=nz5nDuSyz45/vkLwJ7ieMuDwBfXmxbXWDnSQLj31fVM=; b=ILNj5yX4uILCxvEug2YQPSEHh2f/dg6nS18WCnhBlTbG3E03imq1TcX5eqICY+w88H 0keCz0yFavxEoR1VirmETrsHJGcAsn6AhrSkT5Wz4jHuna4XfOJZTsrx6BQhVKj67xfg cNdGmkMud8Oyl6+GPjAVMMQJbPcrFOXGAEZO0= MIME-Version: 1.0 Received: by 10.224.174.71 with SMTP id s7mr43210742qaz.4.1325706367837; Wed, 04 Jan 2012 11:46:07 -0800 (PST) Received: by 10.229.54.140 with HTTP; Wed, 4 Jan 2012 11:46:07 -0800 (PST) In-Reply-To: <4F04AA8E.6020701@sugarcrm.com> References: <4F048A03.4070408@sugarcrm.com> <4F04A172.7080509@sugarcrm.com> <4F04AA8E.6020701@sugarcrm.com> Date: Wed, 4 Jan 2012 20:46:07 +0100 Message-ID: To: Stas Malyshev Cc: Laruence , PHP Internals Content-Type: multipart/alternative; boundary=20cf30334c9321a45904b5b91140 Subject: Re: [PHP-DEV] Re: another fix for max_input_vars. From: tyra3l@gmail.com (Ferenc Kovacs) --20cf30334c9321a45904b5b91140 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Wed, Jan 4, 2012 at 8:37 PM, Stas Malyshev wrote= : > Hi! > > > Could you please elaborate on that part - where is the disclosure >> and what exactly is being disclosed? >> >> >> I would guess that the value of that said limit. (it is the only >> variable in the error message). >> > > This is an error message, it's not visible to anybody. Even if it were, I > don't see a problem with it. Usually people mean different thing by > information disclosure, but without proper report of course it is > meaningless to talk about it. /* do not output the error message to the screen, this helps us to to avoid "information disclosure" */ I don't think that it is a high importance, but with display_errors enabled, it does leak otherwise unobtainable (if you don't have publicly available phpinfo files, which most person with enabled display_errors does) info. So while I don't feel strongly about it, I wanted to mention it. --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --20cf30334c9321a45904b5b91140--