Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging next to main for release 3.5.1 #5

Merged
merged 13 commits into from
May 4, 2024
Merged
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/phantomcyber/dev-cicd-tools
rev: v1.17
rev: v1.18
hooks:
- id: org-hook
- id: package-app-dependencies
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# ZeroFox

Publisher: ZeroFox
Connector Version: 1.0.1
Connector Version: 3.5.1
Product Vendor: ZeroFox
Product Name: ZeroFox
Product Version Supported (regex): ".\*"
Minimum Product Version: 5.5.0
Minimum Product Version: 6.1.1

ZeroFox Alerts for Splunk SOAR

Expand Down
1 change: 0 additions & 1 deletion release_notes/1.0.1.md

This file was deleted.

1 change: 1 addition & 0 deletions release_notes/3.5.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Initial Splunkbase Release of ZeroFox Alerts app
6 changes: 3 additions & 3 deletions zerofox.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
}
],
"license": "Copyright (c) ZeroFox, 2024",
"app_version": "1.0.1",
"utctime_updated": "2023-07-26T17:04:21.523369Z",
"app_version": "3.5.1",
"utctime_updated": "2023-07-26T17:04:22.513369Z",
"package_name": "phantom_zerofox",
"main_module": "zerofox_connector.py",
"min_phantom_version": "5.5.0",
"min_phantom_version": "6.1.1",
"fips_compliant": false,
"app_wizard_version": "1.0.0",
"pip_dependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion zerofox_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def _get_app_headers(self):
return {
"Authorization": f"Token {self.token}",
"Content-Type": "application/json",
"zf-source": "splunk",
"zf-source": "Splunk-SOAR",
}

def fetch_alerts(self):
Expand Down
Loading