Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:93175 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29174 invoked from network); 10 May 2016 22:07:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 May 2016 22:07:01 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.182 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.220.182 mail-qk0-f182.google.com Received: from [209.85.220.182] ([209.85.220.182:36483] helo=mail-qk0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 07/CB-63163-48B52375 for ; Tue, 10 May 2016 18:07:00 -0400 Received: by mail-qk0-f182.google.com with SMTP id x7so15409471qkd.3 for ; Tue, 10 May 2016 15:06:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to; bh=AYYEemGI9Oq4FVD+iI0WavnCO9fbKsugpf3YIQvvjJA=; b=AeYyqHDB+7uBfzL+OYzWa/8/VwPgC0RG7iDSVoL5JD9cfFnmwlkwnsOV29QNTrTGeE gArhV1PrZ77uQZYr7lvT9z4e87MaUmX5JEsufROhmGRc9Wodk6ku96ReEpHDwVzBJSY2 9YIY2Ek9q3+972WXe+zZnbLg/GtQXnJdXvIl0m4IwSrn5+BVys2V+OC/tPQZgZDUrwix tZqEVQt2O0dKp8UlrkF3JNWq+aOjeEYawtZRD0WAXl54Dk/boi62bX0pGfcgYGICaPyR N70jUC3H5QzUTQbrSj/zUagJ4xoPDAj1PiI2Lw9Og6SUnQOhPFoXbBffE/Jh1uKWzCcv Qq3g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to; bh=AYYEemGI9Oq4FVD+iI0WavnCO9fbKsugpf3YIQvvjJA=; b=jdy0miYcwVho5ftzhPx/Ye1Sha8gaR37pMLIXotF1s2R190Kr10jkZBlAQYJA02+7r TpWk+n5h97JLhRdCebicXSfkjJzzQkC/c6I68LHrE1xI/K8QDMmtnFh9gDCvvhD62fVv fTWclR+Wiggj3otQ6Htw2+s7X5XU0l6h2u1Jdai7Ew6CiInjsE/+TA3ycXgjkOekw2nh 5YIb3w11sdiHCCJ825A9e5SPsuzBEV3MhpJO4cWPeqYrg2ULmv9zhLvcdWJmyeRc65iM 1fiYUzbRf1l2ytf4ooBpgPuaPrWXqltb6mqWuaOdgX64zh7SCkHSEFE6fJyYk+2w6usx YJDw== X-Gm-Message-State: AOPr4FU3IpcaW/uJeaoycjzogDs4L/PsWFxwqVBEB5yBUMQdvYbRW7J8Tc8wiXFyHxjuq4fEK09NGtd9vjGaHw== X-Received: by 10.55.80.136 with SMTP id e130mr47298973qkb.28.1462918016838; Tue, 10 May 2016 15:06:56 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.140.27.133 with HTTP; Tue, 10 May 2016 15:06:17 -0700 (PDT) In-Reply-To: <2e590aa5-9345-02e5-c1a4-7e0470c6c5a3@fleshgrinder.com> References: <2e590aa5-9345-02e5-c1a4-7e0470c6c5a3@fleshgrinder.com> Date: Wed, 11 May 2016 07:06:17 +0900 X-Google-Sender-Auth: loWKv6cYYrjbxgrq0FcaMpB3L-0 Message-ID: To: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC DRAFT] Automatic CSRF Protection From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi, On Wed, May 11, 2016 at 1:48 AM, Fleshgrinder wrote: > On 5/10/2016 5:24 AM, Yasuo Ohgaki wrote: >> Hi all, >> >> It's not nice to work on the same code (i.e. session module) for >> multiple RFCs, but time is limited. >> >> I would like to hear from ideas/comments before I write patch for this. >> https://wiki.php.net/rfc/automatic_csrf_protection >> >> Thank you for your comments. >> >> Regards, >> >> P.S. Precise session ID management is important, but this one is also >> important. I'll finish and start voting 2 active session RFCs soon. I >> may finish all of them hopefully. >> > > -1 CSRF protection is a very specific need of some parts of a website > and not something that is universally required Did you read RFC? It does not enable CSRF protection for all website, but only when it is enabled. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net