Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72642 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2737 invoked from network); 17 Feb 2014 04:11:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Feb 2014 04:11:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.47 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.215.47 mail-la0-f47.google.com Received: from [209.85.215.47] ([209.85.215.47:49373] helo=mail-la0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E5/57-56374-DDB81035 for ; Sun, 16 Feb 2014 23:11:10 -0500 Received: by mail-la0-f47.google.com with SMTP id hr17so10694092lab.6 for ; Sun, 16 Feb 2014 20:11:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:content-type; bh=S4LqvcM1xhcZOVEpC6fgqe43DbZ7LqqJW9yB/+iZhv0=; b=EyJhCW/DwlFEBxi8wZ5WsfYExq/95kCxZ9iAgTRZG7fsJhhg8gsYNhBUL4JXcLhhgW uXrZgALn76q8T/Sj1YKE9GBz/A/k9RiO4iY0Si9WquTB4zC8x4tjButXOs+FH8hC0ttl eZkqcdM5ZyYA8pGPueEuHboVvYrZTCfPIqVpb5L4MT1kUY+kJoGYnHtegGPDHXbPoxJ2 0oM/LMCMdoCk2spMwYM1YxlEaeWQHTbWmqrvSkDj4quJGDpk4cDo12c3mZu2phOC84qo vKDM5qPCKkyj9rhiYai6StTQa/YK4taM9L7yBg9QC80QoFwWlteYxxmKtNRYsdRSO+OS wLeg== X-Received: by 10.152.170.232 with SMTP id ap8mr20914lac.40.1392610266053; Sun, 16 Feb 2014 20:11:06 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.199.37 with HTTP; Sun, 16 Feb 2014 20:10:25 -0800 (PST) Date: Mon, 17 Feb 2014 13:10:25 +0900 X-Google-Sender-Auth: Y0wJJdOp8MgopgYT5R0RgbHHluE Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=089e011776913801c504f2925891 Subject: [VOTE] Improve HTML escape From: yohgaki@ohgaki.net (Yasuo Ohgaki) --089e011776913801c504f2925891 Content-Type: text/plain; charset=UTF-8 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! -- Yasuo Ohgaki yohgaki@ohgaki.net --089e011776913801c504f2925891--