Merge branch 'main' of github.com:MISP/misp-objects into chrisr3d_patch

pull/396/head
Christian Studer 2023-07-07 10:56:45 +02:00
commit 7b5eddc509
1 changed files with 22 additions and 1 deletions

View File

@ -1513,7 +1513,28 @@
"XFN"
],
"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
}