Skip to content

Commit

Permalink
Add missing group param to connector configs, fix CrowdStrike spelling (
Browse files Browse the repository at this point in the history
  • Loading branch information
delliott90 authored Dec 7, 2023
1 parent a1bb4b0 commit cd9ec60
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion stix_shifter/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion stix_shifter_modules/alertflex/configuration/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"connection": {
"type": {
"displayName": "Alertflex"
"displayName": "Alertflex",
"group": "alertflex"
},
"host": {
"type": "text",
Expand Down
3 changes: 2 additions & 1 deletion stix_shifter_modules/arcsight/configuration/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"connection": {
"type": {
"displayName": "Micro Focus ArcSight"
"displayName": "Micro Focus ArcSight",
"group": "microfocus"
},
"host": {
"type": "text"
Expand Down
2 changes: 1 addition & 1 deletion stix_shifter_modules/crowdstrike/configuration/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"connection": {
"type": {
"displayName": "Crowdstrike Falcon",
"displayName": "CrowdStrike Falcon",
"group": "crowdstrike"
},
"host": {
Expand Down
3 changes: 2 additions & 1 deletion stix_shifter_modules/okta/configuration/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"connection": {
"type": {
"displayName": "Okta"
"displayName": "Okta",
"group": "okta"
},
"host": {
"type": "text",
Expand Down
2 changes: 1 addition & 1 deletion stix_shifter_modules/rhacs/configuration/config.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion stix_shifter_modules/rhacs/configuration/lang_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit cd9ec60

Please sign in to comment.