mirror of https://github.com/MISP/misp-objects
Allow multiple "pattern-in-file" in file object, fixes #109
parent
6bfa279701
commit
5af0d31c49
|
@ -98,7 +98,8 @@
|
||||||
"External analysis"
|
"External analysis"
|
||||||
],
|
],
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "pattern-in-file"
|
"misp-attribute": "pattern-in-file",
|
||||||
|
"multiple": true
|
||||||
},
|
},
|
||||||
"text": {
|
"text": {
|
||||||
"description": "Free text value to attach to the file",
|
"description": "Free text value to attach to the file",
|
||||||
|
@ -164,7 +165,7 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 11,
|
"version": 12,
|
||||||
"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