fix: [security-playbook] Categories are case sensitive

pull/325/head
Alexandre Dulaunoy 2021-09-28 14:48:27 +02:00
parent ee9b978c5e
commit 4fed830b87
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 4 additions and 4 deletions

View File

@ -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,