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" "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": [ "format": [
"misp" "misp"
], ],
"name": "uploaded", "name": "submitted",
"opposite": "uploaded-by" "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": [ "format": [
"misp" "misp"
], ],
"name": "uploaded-by", "name": "submitted-by",
"opposite": "uploaded" "opposite": "submitted"
} }
], ],
"version": 34 "version": 34