From 0f5ae3ce823f42df63d9e57888ffdd02b45fbec0 Mon Sep 17 00:00:00 2001 From: Maxime Thiebaut <46688461+0xThiebaut@users.noreply.github.com> Date: Sat, 5 Feb 2022 19:21:54 +0100 Subject: [PATCH] Correct `Object`'s `deleted` attribute Correct `Object`'s `deleted` attribute by referencing to the `object` and not the `attribute`. --- misp-core-format/raw.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misp-core-format/raw.md b/misp-core-format/raw.md index 60b25af..5ccf8ab 100755 --- a/misp-core-format/raw.md +++ b/misp-core-format/raw.md @@ -827,7 +827,7 @@ comment is represented by a JSON string. comment **MAY** be present. #### deleted -deleted represents a setting that allows attributes to be revoked. Revoked attributes are not actionable and exist merely to inform other instances of a revocation. +deleted represents a setting that allows objects to be revoked. Revoked objects are not actionable and exist merely to inform other instances of a revocation. deleted is represented by a JSON boolean. deleted **MUST** be present.