mirror of https://github.com/MISP/misp-objects
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 addedpull/391/head
parent
9e4afdfb7a
commit
27df249584
|
@ -1267,6 +1267,13 @@
|
||||||
],
|
],
|
||||||
"name": "drives"
|
"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.",
|
"description": "The referenced source object is a friend of the target object.",
|
||||||
"format": [
|
"format": [
|
||||||
|
@ -1501,5 +1508,5 @@
|
||||||
"name": "Me"
|
"name": "Me"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 35
|
"version": 36
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue