pull/382/head
Delta-Sierra 2023-01-25 09:45:23 +01:00
parent 9c7c3fa2a1
commit 4ff956f3d6
1 changed files with 6 additions and 6 deletions

View File

@ -1356,24 +1356,24 @@
{ {
"description": "This relationship describes that the source object does not target the target object.", "description": "This relationship describes that the source object does not target the target object.",
"format": [ "format": [
"misp", "misp"
], ],
"name": "does-not-target" "name": "does-not-target"
}, },
{ {
"description": "This relationship describes that the source object is targeted by the target object.", "description": "This relationship describes that the source object is targeted by the target object.",
"format": [ "format": [
"misp", "misp"
], ],
"name": "is-targeted-by" "name": "is-targeted-by"
}, },
{ {
"description": "This relationship describes that the source object is not targeted by the target object.", "description": "This relationship describes that the source object is not targeted by the target object.",
"format": [ "format": [
"misp", "misp"
], ],
"name": "is-not-targeted-by" "name": "is-not-targeted-by"
} }
], ],
"version": 35 "version": 35
} }