[Cbor] Benjamin Kaduk's No Objection on draft-ietf-cbor-array-tags-07: (with COMMENT)

Benjamin Kaduk via Datatracker <noreply@ietf.org> Mon, 30 September 2019 18:55 UTC

Return-Path: <noreply@ietf.org>
X-Original-To: cbor@ietf.org
Delivered-To: cbor@ietfa.amsl.com
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id B228212007A; Mon, 30 Sep 2019 11:55:57 -0700 (PDT)
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
From: Benjamin Kaduk via Datatracker <noreply@ietf.org>
To: The IESG <iesg@ietf.org>
Cc: draft-ietf-cbor-array-tags@ietf.org, Francesca Palombini <francesca.palombini@ericsson.com>, cbor-chairs@ietf.org, francesca.palombini@ericsson.com, cbor@ietf.org
X-Test-IDTracker: no
X-IETF-IDTracker: 6.103.0
Auto-Submitted: auto-generated
Precedence: bulk
Reply-To: Benjamin Kaduk <kaduk@mit.edu>
Message-ID: <156986975771.502.11307283771427797323.idtracker@ietfa.amsl.com>
Date: Mon, 30 Sep 2019 11:55:57 -0700
Archived-At: <https://mailarchive.ietf.org/arch/msg/cbor/OVPlyj2SPGX5rE2ooRLeJ9PeedE>
Subject: [Cbor] Benjamin Kaduk's No Objection on draft-ietf-cbor-array-tags-07: (with COMMENT)
X-BeenThere: cbor@ietf.org
X-Mailman-Version: 2.1.29
List-Id: "Concise Binary Object Representation \(CBOR\)" <cbor.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/cbor>, <mailto:cbor-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/cbor/>
List-Post: <mailto:cbor@ietf.org>
List-Help: <mailto:cbor-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/cbor>, <mailto:cbor-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 30 Sep 2019 18:55:58 -0000

Benjamin Kaduk has entered the following ballot position for
draft-ietf-cbor-array-tags-07: No Objection

When responding, please keep the subject line intact and reply to all
email addresses included in the To and CC lines. (Feel free to cut this
introductory paragraph, however.)


Please refer to https://www.ietf.org/iesg/statement/discuss-criteria.html
for more information about IESG DISCUSS and COMMENT positions.


The document, along with other ballot positions, can be found here:
https://datatracker.ietf.org/doc/draft-ietf-cbor-array-tags/



----------------------------------------------------------------------
COMMENT:
----------------------------------------------------------------------

Section 3.1.2

I don't think we can get away with defining column-major order
implicitly by example and comparison to row-major order.  This is
particularly poingiant given that we do not limit ourselves to
two-dimensional arrays.

Section 7

I'm not sure that I understand the scenariao described by "an attacker
might substitute a Uint8ClampedArray" and how an application would get
unexpected processing semantics, but the general sentiment it indicates of
"applications need to verify any expectations they have" seems important
to cover.

Section 8.2

I couldn't find a document to go with [TypedArray]; the one
promising-looking search result ended up just redirecting me to
[TypedArrayES6].