mirror of https://github.com/MISP/misp-objects
fix: [security-playbook] Categories are case sensitive
parent
ee9b978c5e
commit
4fed830b87
|
@ -29,7 +29,7 @@
|
|||
},
|
||||
"id": {
|
||||
"categories": [
|
||||
"other"
|
||||
"Other"
|
||||
],
|
||||
"description": "A value that uniquely identifies the playbook.",
|
||||
"disable_correlation": false,
|
||||
|
@ -100,7 +100,7 @@
|
|||
},
|
||||
"playbook-standard": {
|
||||
"categories": [
|
||||
"other"
|
||||
"Other"
|
||||
],
|
||||
"description": "Identification of the playbook standard.",
|
||||
"disable_correlation": true,
|
||||
|
@ -109,7 +109,7 @@
|
|||
},
|
||||
"playbook-type": {
|
||||
"categories": [
|
||||
"other"
|
||||
"Other"
|
||||
],
|
||||
"description": "Identifies types of actions in the playbook.",
|
||||
"disable_correlation": true,
|
||||
|
@ -183,4 +183,4 @@
|
|||
],
|
||||
"uuid": "48894c92-447b-4abe-b093-360c4d823e9d",
|
||||
"version": 1
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue