Re: [websec] draft-ietf-websec-origin-02

Julian Reschke <julian.reschke@gmx.de> Sat, 25 June 2011 10:48 UTC

Return-Path: <julian.reschke@gmx.de>
X-Original-To: websec@ietfa.amsl.com
Delivered-To: websec@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id CC1D011E8083 for <websec@ietfa.amsl.com>; Sat, 25 Jun 2011 03:48:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -103.726
X-Spam-Level:
X-Spam-Status: No, score=-103.726 tagged_above=-999 required=5 tests=[AWL=-1.127, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7tzGPiLws2eR for <websec@ietfa.amsl.com>; Sat, 25 Jun 2011 03:48:26 -0700 (PDT)
Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by ietfa.amsl.com (Postfix) with SMTP id 2EE1211E8070 for <websec@ietf.org>; Sat, 25 Jun 2011 03:48:25 -0700 (PDT)
Received: (qmail invoked by alias); 25 Jun 2011 10:48:22 -0000
Received: from p508FBF56.dip.t-dialin.net (EHLO [192.168.178.36]) [80.143.191.86] by mail.gmx.net (mp002) with SMTP; 25 Jun 2011 12:48:22 +0200
X-Authenticated: #1915285
X-Provags-ID: V01U2FsdGVkX1/1O45EzWn1S4FvpWKvL/i+5cAk5QMdY+H3NdU+d9 Ya06W0tC9PbCp0
Message-ID: <4E05BCED.8010702@gmx.de>
Date: Sat, 25 Jun 2011 12:48:13 +0200
From: Julian Reschke <julian.reschke@gmx.de>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.18) Gecko/20110616 Lightning/1.0b2 Thunderbird/3.1.11
MIME-Version: 1.0
To: Adam Barth <ietf@adambarth.com>
References: <BANLkTik1AnXaWfPEM+PtB8ctqU_mahkWbQ@mail.gmail.com>
In-Reply-To: <BANLkTik1AnXaWfPEM+PtB8ctqU_mahkWbQ@mail.gmail.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
X-Y-GMX-Trusted: 0
Cc: websec <websec@ietf.org>
Subject: Re: [websec] draft-ietf-websec-origin-02
X-BeenThere: websec@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Web Application Security Minus Authentication and Transport <websec.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/websec>, <mailto:websec-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/websec>
List-Post: <mailto:websec@ietf.org>
List-Help: <mailto:websec-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/websec>, <mailto:websec-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 25 Jun 2011 10:48:27 -0000

On 2011-06-24 22:59, Adam Barth wrote:
> ...
> The new version includes Security Considerations, IANA Considerations,
> and a completed references section.  Feedback on the new Security
> Considerations section would be much appreciated.
> ...

Editorial nits: the references section should cite Internet Drafts as 
such; see

 
http://xml.resource.org/public/rfc/bibxml3/reference.I-D.draft-ietf-hybi-thewebsocketprotocol-09.xml

and

 
http://xml.resource.org/public/rfc/bibxml3/reference.I-D.draft-ietf-websec-mime-sniff-03.xml

(note you may want to short the anchors)

For the W3C references I recommend the format in 
<http://greenbytes.de/tech/webdav/rfc2629xslt/w3c-references.html>:

<reference anchor='WD-cors-20100727'
            target='http://www.w3.org/TR/2010/WD-cors-20100727/'>
   <front>
     <title>Cross-Origin Resource Sharing</title>
     <author fullname='Anne van Kesteren' surname='van Kesteren' 
initials='A.'/>
     <date year='2010' month='July' day='27'/>
   </front>
   <seriesInfo name='W3C Working Draft' value='WD-cors-20100727'/>
   <annotation>
     Latest version available at
     <eref target='http://www.w3.org/TR/cors/'/>.
   </annotation>
</reference>

<reference anchor='WD-html5-20110525'
            target='http://www.w3.org/TR/2011/WD-html5-20110525/'>
   <front>
     <title>HTML5</title>
     <author fullname='Ian Hickson' surname='Hickson' initials='I.'/>
     <date year='2011' month='May' day='25'/>
   </front>
   <seriesInfo name='W3C Working Draft' value='WD-html5-20110525'/>
   <annotation>
     Latest version available at
     <eref target='http://www.w3.org/TR/html5/'/>.
   </annotation>
</reference>

Best regards, Julian