mirror of https://github.com/MISP/misp-objects
fixed parse error
parent
11bf472d8e
commit
fac453a247
|
@ -72,7 +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
|
"multiple": true,
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -86,4 +86,4 @@
|
||||||
],
|
],
|
||||||
"uuid": "113d31ab-6eea-46df-976c-e955c369acd2",
|
"uuid": "113d31ab-6eea-46df-976c-e955c369acd2",
|
||||||
"version": 1
|
"version": 1
|
||||||
}
|
}
|
Loading…
Reference in New Issue