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