mirror of https://github.com/MISP/misp-objects
fix: name of the object template was incorrect
parent
422a4c3e0e
commit
405d4e6bff
|
@ -22,9 +22,9 @@
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 1,
|
"version": 2,
|
||||||
"description": "An object describing a YARA rule along with its version.",
|
"description": "An object describing a YARA rule along with its version.",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"uuid": "b5acf82e-ecca-4868-82fe-9dbdf4d808c3",
|
"uuid": "b5acf82e-ecca-4868-82fe-9dbdf4d808c3",
|
||||||
"name": "misc"
|
"name": "yara"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue