fix: [relatonships] because mirrors are great

pull/424/head
Alexandre Dulaunoy 2024-04-11 17:44:39 +02:00
parent a79ccb55fb
commit 07c6888b3c
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 9 additions and 1 deletions

View File

@ -28,6 +28,14 @@
"name": "shares", "name": "shares",
"opposite": "shared-by" "opposite": "shared-by"
}, },
{
"description": "This relationship describes an object which was shared by another object.",
"format": [
"misp"
],
"name": "shared-by",
"opposite": "shares"
},
{ {
"description": "The referenced source and target objects are semantically duplicates of each other.", "description": "The referenced source and target objects are semantically duplicates of each other.",
"format": [ "format": [
@ -1758,5 +1766,5 @@
"opposite": "acquires" "opposite": "acquires"
} }
], ],
"version": 42 "version": 43
} }