mirror of https://github.com/MISP/misp-objects
forgot multiple flag on two attributes
parent
c3f17d6060
commit
11bf472d8e
|
@ -9,6 +9,7 @@
|
||||||
"environment": {
|
"environment": {
|
||||||
"description": "Stairwell environments that this object has been seen within",
|
"description": "Stairwell environments that this object has been seen within",
|
||||||
"misp-attribute": "comment",
|
"misp-attribute": "comment",
|
||||||
|
"multiple": true,
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"imphash": {
|
"imphash": {
|
||||||
|
@ -71,6 +72,7 @@
|
||||||
"yara-rule-match": {
|
"yara-rule-match": {
|
||||||
"description": "Stairwell yara rule resource names which have matched on this object",
|
"description": "Stairwell yara rule resource names which have matched on this object",
|
||||||
"misp-attribute": "comment",
|
"misp-attribute": "comment",
|
||||||
|
"multiple": true
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue