mirror of https://github.com/MISP/misp-objects
comma
parent
9c7c3fa2a1
commit
4ff956f3d6
|
@ -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
|
||||||
}
|
}
|
Loading…
Reference in New Issue