mirror of https://github.com/MISP/misp-objects
chg: [relationships] new relationship added is-author-of - fix #183
parent
81c37aff51
commit
56dddf2f9f
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": 15,
|
||||
"version": 16,
|
||||
"values": [
|
||||
{
|
||||
"name": "derived-from",
|
||||
|
@ -243,6 +243,13 @@
|
|||
"misp"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "is-author-of",
|
||||
"description": "This relationship describes an object being author by someone.",
|
||||
"format": [
|
||||
"misp"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "located",
|
||||
"description": "This relationship describes the location (of any type) of a specific object.",
|
||||
|
|
Loading…
Reference in New Issue