uploaded -> submitted; otherwise possible semantic collision with "uploads" relationship

pull/354/head
3c7 2022-04-26 14:07:20 +02:00
parent dcb44bcc5a
commit e57ab0f522
No known key found for this signature in database
GPG Key ID: 513563BA3E81D017
2 changed files with 6 additions and 6 deletions

View File

@ -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