Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72720 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33168 invoked from network); 20 Feb 2014 20:43:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2014 20:43:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=keisial@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=keisial@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.173 as permitted sender) X-PHP-List-Original-Sender: keisial@gmail.com X-Host-Fingerprint: 209.85.212.173 mail-wi0-f173.google.com Received: from [209.85.212.173] ([209.85.212.173:56336] helo=mail-wi0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E9/50-31058-EF866035 for ; Thu, 20 Feb 2014 15:43:43 -0500 Received: by mail-wi0-f173.google.com with SMTP id bs8so121801wib.12 for ; Thu, 20 Feb 2014 12:43:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=qcGDUWemnDX6kLTAnmbqyxIgGRqL2WDXK9kiodd8Zys=; b=YxTj8XNWWBst+oA2HK26uomHxKlWAhRUhGTg9uwfxW4eUdTUA+FIuqphTgWJ92AIMe UHtA42Dxm/KU5I7I+rE2ofjPPWF3eBZ5dUhOEKsLtkvDZOE2P0PG/FkO9nv0tIe4qC5t UK9uWgU5F76EdIHuq/BRDi68PWV6SK7/IoFWmmcEdlO2ygmI3/t3vyCuvZE5cnsbmla2 AWXhRnW7fY8yW4w0SKRWgA3JMNLI9QluLoqN4C8QSRFCjwiBeuiVxcVauUTilBpXXUai V9ux8c2rz1facfVzqnpwCfc4YxkNsv+jfKbo5fGfMaBno+du3QAKvltnSuDojS49NekD OUlA== X-Received: by 10.194.79.131 with SMTP id j3mr3936695wjx.17.1392929018813; Thu, 20 Feb 2014 12:43:38 -0800 (PST) Received: from [192.168.1.27] (213.Red-79-146-210.dynamicIP.rima-tde.net. [79.146.210.213]) by mx.google.com with ESMTPSA id hy8sm11630703wjb.2.2014.02.20.12.43.37 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 20 Feb 2014 12:43:38 -0800 (PST) Message-ID: <530668F8.9050005@gmail.com> Date: Thu, 20 Feb 2014 21:43:36 +0100 User-Agent: Thunderbird MIME-Version: 1.0 To: Yasuo Ohgaki CC: "internals@lists.php.net" References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [VOTE] Improve HTML escape From: keisial@gmail.com (=?UTF-8?B?w4FuZ2VsIEdvbnrDoWxleg==?=) On 17/02/14 05:10, Yasuo Ohgaki wrote: > Hi all, > > This RFC for improving HTML escape by confirming OWASP recommendation. > PCI DSS suggests to follow their guidelines. > > https://wiki.php.net/rfc/secure-html-escape > > It makes escape OWASP recommended chars always. > It simplifies coding a little, too. > > Thank you for voting! I see the point to change the default value, but I don't think PHP should ignore the flags requesting a specific behavior.