mirror of https://github.com/MISP/misp-objects
fix: use new attribute type mime-type instead of text
parent
1c8a5031f7
commit
3d2091b33c
|
@ -138,7 +138,7 @@
|
||||||
"description": "Mime type",
|
"description": "Mime type",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "mime-type"
|
||||||
},
|
},
|
||||||
"state": {
|
"state": {
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
@ -156,7 +156,7 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 9,
|
"version": 10,
|
||||||
"description": "File object describing a file with meta-information",
|
"description": "File object describing a file with meta-information",
|
||||||
"meta-category": "file",
|
"meta-category": "file",
|
||||||
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",
|
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",
|
||||||
|
|
Loading…
Reference in New Issue