mirror of https://github.com/MISP/misp-objects
uploaded -> submitted; otherwise possible semantic collision with "uploads" relationship
parent
dcb44bcc5a
commit
e57ab0f522
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue