From 6c0d77489b3a4bc3528bdf343b1dedebd3abd1f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pos=C5=82uszny?= Date: Wed, 26 Jun 2024 14:00:37 +0200 Subject: [PATCH 1/4] changed deprecated django tag --- release_notes/unreleased.md | 1 + splunk.json | 2 +- splunk_run_query.html | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/release_notes/unreleased.md b/release_notes/unreleased.md index fbcb2fd..3b708e6 100644 --- a/release_notes/unreleased.md +++ b/release_notes/unreleased.md @@ -1 +1,2 @@ **Unreleased** +* Fixed Django template, `ifnotequal` tag was deprecated. diff --git a/splunk.json b/splunk.json index 0718041..3b94c4c 100644 --- a/splunk.json +++ b/splunk.json @@ -34,7 +34,7 @@ ], "type": "siem", "main_module": "splunk_connector.py", - "app_version": "2.16.1", + "app_version": "2.16.2", "utctime_updated": "2022-09-08T08:47:45.000000Z", "package_name": "phantom_splunk", "product_name": "Splunk Enterprise", diff --git a/splunk_run_query.html b/splunk_run_query.html index 6229bbb..56557c3 100644 --- a/splunk_run_query.html +++ b/splunk_run_query.html @@ -160,7 +160,7 @@

Results

{% for header in result.headers %} {% for k, v in item.items %} - {% ifequal header k %} + {% if header == k %} {% if k == 'splunk_server' or k == 'host' %} Results {% else %} {{ v }} {% endif %} - {% endifequal %} + {% endif %} {% endfor %} {% endfor %} From 5e39da62c52a48e19ce98679456c972da608c00d Mon Sep 17 00:00:00 2001 From: splunk-soar-connectors-admin Date: Wed, 26 Jun 2024 12:01:37 +0000 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3331491..4584fa3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Splunk Publisher: Splunk -Connector Version: 2.16.1 +Connector Version: 2.16.2 Product Vendor: Splunk Inc. Product Name: Splunk Enterprise Product Version Supported (regex): ".\*" From 47c4de391dd59caa8f21b2a3990ed804d6d6cced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pos=C5=82uszny?= Date: Wed, 26 Jun 2024 14:03:26 +0200 Subject: [PATCH 3/4] update min phantom version --- splunk.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/splunk.json b/splunk.json index 3b94c4c..c433ebd 100644 --- a/splunk.json +++ b/splunk.json @@ -40,7 +40,7 @@ "product_name": "Splunk Enterprise", "product_vendor": "Splunk Inc.", "product_version_regex": ".*", - "min_phantom_version": "6.1.1", + "min_phantom_version": "6.2.1", "fips_compliant": true, "python_version": "3", "latest_tested_versions": [ From 8328c6248cc8f4b548f122cba85b8cc5e3b25edf Mon Sep 17 00:00:00 2001 From: splunk-soar-connectors-admin Date: Wed, 26 Jun 2024 12:04:29 +0000 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4584fa3..1fa2850 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Connector Version: 2.16.2 Product Vendor: Splunk Inc. Product Name: Splunk Enterprise Product Version Supported (regex): ".\*" -Minimum Product Version: 6.1.1 +Minimum Product Version: 6.2.1 This app integrates with Splunk to update data on the device, in addition to investigate and ingestion actions