Skip to content

Commit

Permalink
Merge pull request #425 from Wachizungu/add-sponsors-and-supports-rel…
Browse files Browse the repository at this point in the history
…ationship-types

add: [relationships] add a few relationship types and opposites
  • Loading branch information
adulau committed Apr 16, 2024
2 parents b37c347 + 4e31ad2 commit 96492b9
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion relationships/definition.json
Expand Up @@ -1764,7 +1764,46 @@
],
"name": "is-acquired-by",
"opposite": "acquires"
},
{
"description": "The source object supports the target object.",
"format": [
"misp"
],
"name": "supports",
"opposite": "supported-by"
},
{
"description": "The source object is supported by the target object.",
"format": [
"misp"
],
"name": "supported-by",
"opposite": "supports"
},
{
"description": "The source object sponsors the target object.",
"format": [
"misp"
],
"name": "sponsors",
"opposite": "sponsored-by"
},
{
"description": "The source object is sponsored by the target object.",
"format": [
"misp"
],
"name": "sponsored-by",
"opposite": "sponsors"
},
{
"description": "The source object operates from the target object.",
"format": [
"misp"
],
"name": "operates-from"
}
],
"version": 43
"version": 44
}

0 comments on commit 96492b9

Please sign in to comment.