Merge pull request #382 from Delta-Sierra/master

add relationships
pull/384/head
Alexandre Dulaunoy 2023-01-30 10:26:12 +01:00 committed by GitHub
commit 2939e24e05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 1 deletions

View File

@ -1352,7 +1352,28 @@
],
"name": "submitted-by",
"opposite": "submitted"
},
{
"description": "This relationship describes that the source object does not target the target object.",
"format": [
"misp"
],
"name": "does-not-target"
},
{
"description": "This relationship describes that the source object is targeted by the target object.",
"format": [
"misp"
],
"name": "is-targeted-by"
},
{
"description": "This relationship describes that the source object is not targeted by the target object.",
"format": [
"misp"
],
"name": "is-not-targeted-by"
}
],
"version": 34
"version": 35
}