chg: [relationships] `rewrite` relationship type added

Ref: https://github.com/MISP/misp-galaxy/pull/833

Following an idea from @jloehel - a new relationship has been added
pull/391/head
Alexandre Dulaunoy 2023-04-04 07:56:32 +02:00
parent 9e4afdfb7a
commit 27df249584
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 9 additions and 2 deletions

View File

@ -1267,6 +1267,13 @@
],
"name": "drives"
},
{
"description": "The referenced source object is a rewrite specified in the target object. The rewrite can be for a computer program text but also any rewrite of a text.",
"format": [
"misp"
],
"name": "rewrite"
},
{
"description": "The referenced source object is a friend of the target object.",
"format": [
@ -1501,5 +1508,5 @@
"name": "Me"
}
],
"version": 35
"version": 36
}