mirror of https://github.com/MISP/misp-objects
chg: [pe] multiple is true not 1 ;-)
parent
0c863f194f
commit
dc70db0204
|
@ -95,7 +95,7 @@
|
||||||
"richpe": {
|
"richpe": {
|
||||||
"description": "RichPE metadata hash",
|
"description": "RichPE metadata hash",
|
||||||
"misp-attribute": "md5",
|
"misp-attribute": "md5",
|
||||||
"multiple": 1,
|
"multiple": true,
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"text": {
|
"text": {
|
||||||
|
@ -132,4 +132,4 @@
|
||||||
],
|
],
|
||||||
"uuid": "cf7adecc-d4f0-4e88-9d90-f978ee151a07",
|
"uuid": "cf7adecc-d4f0-4e88-9d90-f978ee151a07",
|
||||||
"version": 6
|
"version": 6
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue