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,
|
||||||
|
@ -183,4 +183,4 @@
|
||||||
],
|
],
|
||||||
"uuid": "48894c92-447b-4abe-b093-360c4d823e9d",
|
"uuid": "48894c92-447b-4abe-b093-360c4d823e9d",
|
||||||
"version": 1
|
"version": 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue