mirror of https://github.com/MISP/misp-objects
fix: make version and name required in opentide object
parent
54a14b8068
commit
aa281b4315
|
@ -31,7 +31,9 @@
|
||||||
"description": "Version of the OpenTIDE Object",
|
"description": "Version of the OpenTIDE Object",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"sane_default": "1",
|
"sane_default": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
"ui-priority": 2
|
"ui-priority": 2
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -39,7 +41,9 @@
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"name": "opentide",
|
"name": "opentide",
|
||||||
"required": [
|
"required": [
|
||||||
|
"name",
|
||||||
"uuid",
|
"uuid",
|
||||||
|
"version",
|
||||||
"opentide-object",
|
"opentide-object",
|
||||||
"opentide-type"
|
"opentide-type"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue