From 01dd438925e4708e1045e55271da6e4964d58899 Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Sun, 23 Jul 2023 21:13:38 -0400 Subject: [PATCH 1/3] Mitigate poison datasets when canonicalizing. --- index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.html b/index.html index bac758a..2fb5e99 100644 --- a/index.html +++ b/index.html @@ -457,6 +457,12 @@

ecdsa-2019

section also include the verification of such a data integrity proof.

+

+When the RDF Dataset Canonicalization Algorithm [[RDF-CANON]] is utilized, +implementations MUST detect +dataset poisoning by default and abort processing. +

+

Add Proof (ecdsa-2019)

From 0b489fa66eedd178d30c61f7b2edd965bf1fcb75 Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Sat, 5 Aug 2023 17:51:58 -0400 Subject: [PATCH 2/3] Fix grammar in poison graph section. Co-authored-by: Ted Thibodeau Jr --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 2fb5e99..1374a62 100644 --- a/index.html +++ b/index.html @@ -458,9 +458,9 @@

ecdsa-2019

-When the RDF Dataset Canonicalization Algorithm [[RDF-CANON]] is utilized, +When the RDF Dataset Canonicalization Algorithm [[RDF-CANON]] is used, implementations MUST detect -dataset poisoning by default and abort processing. +dataset poisoning by default, and abort processing upon detection.

From 973728e1af9713100e14e76d6da9bcd2d628d34a Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Sat, 5 Aug 2023 17:55:56 -0400 Subject: [PATCH 3/3] Slightly reword RDF-CANON poison graph detection requirement. --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 1374a62..90163ab 100644 --- a/index.html +++ b/index.html @@ -459,8 +459,9 @@

ecdsa-2019

When the RDF Dataset Canonicalization Algorithm [[RDF-CANON]] is used, -implementations MUST detect -dataset poisoning by default, and abort processing upon detection. +implementations of that algorithm MUST detect +dataset poisoning +by default, and abort processing upon detection.