From e57ab0f52239471feb0b7382d3a09a39ce286eec Mon Sep 17 00:00:00 2001 From: 3c7 Date: Tue, 26 Apr 2022 14:07:20 +0200 Subject: [PATCH] uploaded -> submitted; otherwise possible semantic collision with "uploads" relationship --- .../definition.json | 0 relationships/definition.json | 12 ++++++------ 2 files changed, 6 insertions(+), 6 deletions(-) rename objects/{virustotal-submitter => virustotal-submission}/definition.json (100%) diff --git a/objects/virustotal-submitter/definition.json b/objects/virustotal-submission/definition.json similarity index 100% rename from objects/virustotal-submitter/definition.json rename to objects/virustotal-submission/definition.json diff --git a/relationships/definition.json b/relationships/definition.json index f9b695e..6634c8c 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -1338,20 +1338,20 @@ "name": "has-met" }, { - "description": "The referenced source object uploaded the referenced target object.", + "description": "The referenced source object submitted the referenced target object (to an online anti virus scanner).", "format": [ "misp" ], - "name": "uploaded", - "opposite": "uploaded-by" + "name": "submitted", + "opposite": "submitted-by" }, { - "description": "The referenced source object was uploaded by the referenced target object.", + "description": "The referenced source object was submitted (to an online anti virus scanner) by the referenced target object.", "format": [ "misp" ], - "name": "uploaded-by", - "opposite": "uploaded" + "name": "submitted-by", + "opposite": "submitted" } ], "version": 34