mirror of https://github.com/MISP/misp-objects
Fixes wrong category and typo in value list
parent
e57ab0f522
commit
314d72f948
|
@ -32,7 +32,7 @@
|
||||||
},
|
},
|
||||||
"filename": {
|
"filename": {
|
||||||
"categories": [
|
"categories": [
|
||||||
"Payload Delivery"
|
"Payload delivery"
|
||||||
],
|
],
|
||||||
"description": "The filename used to submit a file.",
|
"description": "The filename used to submit a file.",
|
||||||
"disable_correlation": false,
|
"disable_correlation": false,
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"to_ids": false,
|
"to_ids": false,
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"values-list": [
|
"values_list": [
|
||||||
"web",
|
"web",
|
||||||
"api",
|
"api",
|
||||||
"email"
|
"email"
|
||||||
|
|
Loading…
Reference in New Issue