From cd9ec6093ccd9a9f1833aa4b350adf8fe54bf8f5 Mon Sep 17 00:00:00 2001 From: Danny Elliott Date: Thu, 7 Dec 2023 13:30:33 -0400 Subject: [PATCH] Add missing group param to connector configs, fix CrowdStrike spelling (#1626) --- stix_shifter/requirements.txt | 2 +- stix_shifter_modules/alertflex/configuration/config.json | 3 ++- stix_shifter_modules/arcsight/configuration/config.json | 3 ++- stix_shifter_modules/crowdstrike/configuration/config.json | 2 +- stix_shifter_modules/okta/configuration/config.json | 3 ++- stix_shifter_modules/rhacs/configuration/config.json | 2 +- stix_shifter_modules/rhacs/configuration/lang_en.json | 2 +- 7 files changed, 10 insertions(+), 7 deletions(-) diff --git a/stix_shifter/requirements.txt b/stix_shifter/requirements.txt index 4dbd5cff0..fc1fc56ba 100644 --- a/stix_shifter/requirements.txt +++ b/stix_shifter/requirements.txt @@ -17,5 +17,5 @@ requests_toolbelt==0.10.1 stix2-matcher==3.0.0 stix2-patterns==1.3.2 xmltodict==0.13.0 -urllib3==1.26.17 +urllib3==1.26.18 regex==2023.10.3 \ No newline at end of file diff --git a/stix_shifter_modules/alertflex/configuration/config.json b/stix_shifter_modules/alertflex/configuration/config.json index 9028acdb8..9c2042be0 100644 --- a/stix_shifter_modules/alertflex/configuration/config.json +++ b/stix_shifter_modules/alertflex/configuration/config.json @@ -1,7 +1,8 @@ { "connection": { "type": { - "displayName": "Alertflex" + "displayName": "Alertflex", + "group": "alertflex" }, "host": { "type": "text", diff --git a/stix_shifter_modules/arcsight/configuration/config.json b/stix_shifter_modules/arcsight/configuration/config.json index 85a4befad..13667ee28 100644 --- a/stix_shifter_modules/arcsight/configuration/config.json +++ b/stix_shifter_modules/arcsight/configuration/config.json @@ -1,7 +1,8 @@ { "connection": { "type": { - "displayName": "Micro Focus ArcSight" + "displayName": "Micro Focus ArcSight", + "group": "microfocus" }, "host": { "type": "text" diff --git a/stix_shifter_modules/crowdstrike/configuration/config.json b/stix_shifter_modules/crowdstrike/configuration/config.json index 6e075dab8..8d47830ad 100644 --- a/stix_shifter_modules/crowdstrike/configuration/config.json +++ b/stix_shifter_modules/crowdstrike/configuration/config.json @@ -1,7 +1,7 @@ { "connection": { "type": { - "displayName": "Crowdstrike Falcon", + "displayName": "CrowdStrike Falcon", "group": "crowdstrike" }, "host": { diff --git a/stix_shifter_modules/okta/configuration/config.json b/stix_shifter_modules/okta/configuration/config.json index 8cbbb8a98..626445d47 100644 --- a/stix_shifter_modules/okta/configuration/config.json +++ b/stix_shifter_modules/okta/configuration/config.json @@ -1,7 +1,8 @@ { "connection": { "type": { - "displayName": "Okta" + "displayName": "Okta", + "group": "okta" }, "host": { "type": "text", diff --git a/stix_shifter_modules/rhacs/configuration/config.json b/stix_shifter_modules/rhacs/configuration/config.json index c6f4e8124..437a622e9 100644 --- a/stix_shifter_modules/rhacs/configuration/config.json +++ b/stix_shifter_modules/rhacs/configuration/config.json @@ -1,7 +1,7 @@ { "connection": { "type": { - "displayName": "Red Hat Advanced Cluster Security for Kubernetes (StackRox)", + "displayName": "Red Hat Advanced Cluster Security for Kubernetes", "group": "rhacs" }, "host": { diff --git a/stix_shifter_modules/rhacs/configuration/lang_en.json b/stix_shifter_modules/rhacs/configuration/lang_en.json index e3c08c41f..905ff4fa8 100644 --- a/stix_shifter_modules/rhacs/configuration/lang_en.json +++ b/stix_shifter_modules/rhacs/configuration/lang_en.json @@ -14,7 +14,7 @@ }, "selfSignedCert": { "label": "RHACS connection certificate", - "description": "Use self-signed SSL certificate or CA content(root and intermediate) of data source" + "description": "Optional self-signed SSL certificate or CA content (root and intermediate)" } }, "configuration": {