mirror of https://github.com/MISP/misp-objects
Merge branch 'main' of github.com:MISP/misp-objects into chrisr3d_patch
commit
7b5eddc509
|
@ -1513,7 +1513,28 @@
|
||||||
"XFN"
|
"XFN"
|
||||||
],
|
],
|
||||||
"name": "Me"
|
"name": "Me"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "The source object is redirected to the target object.",
|
||||||
|
"format": [
|
||||||
|
"misp"
|
||||||
|
],
|
||||||
|
"name": "redirects-to"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "The source object is rendered to the target object.",
|
||||||
|
"format": [
|
||||||
|
"misp"
|
||||||
|
],
|
||||||
|
"name": "rendered-as"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "The source object is known as the target object.",
|
||||||
|
"format": [
|
||||||
|
"misp"
|
||||||
|
],
|
||||||
|
"name": "known-as"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 37
|
"version": 39
|
||||||
}
|
}
|
Loading…
Reference in New Issue