From 89116dd544db29a8c6cd899a84f335a8da2671ef Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 31 Jan 2019 23:39:46 +0100 Subject: [PATCH] chg: [datamodel] second step validation for anonymised attribute type --- app/Model/Attribute.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Model/Attribute.php b/app/Model/Attribute.php index 066557cef..9b28ee9f2 100644 --- a/app/Model/Attribute.php +++ b/app/Model/Attribute.php @@ -1344,6 +1344,7 @@ class Attribute extends AppModel case 'authentihash': case 'imphash': case 'tlsh': + case 'anonymised': case 'cdhash': case 'email-src': case 'email-dst':