mirror of https://github.com/MISP/misp-objects
chg: [relationships] works-with relationship added
Credits: Student from University of Lorraine (GRU example)pull/339/head
parent
9ee8f2912d
commit
732defba14
|
@ -993,6 +993,13 @@
|
||||||
],
|
],
|
||||||
"name": "works-for"
|
"name": "works-for"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"description": "Represents an object working with another one.",
|
||||||
|
"format": [
|
||||||
|
"misp"
|
||||||
|
],
|
||||||
|
"name": "works-with"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"description": "Represents an object being a witness of something.",
|
"description": "Represents an object being a witness of something.",
|
||||||
"format": [
|
"format": [
|
||||||
|
@ -1223,5 +1230,5 @@
|
||||||
"name": "found-in"
|
"name": "found-in"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 26
|
"version": 27
|
||||||
}
|
}
|
Loading…
Reference in New Issue