Skip to content

Commit 09df1c4

Browse files
committed
Resolve merge conflict
2 parents aecf5a2 + dfd7454 commit 09df1c4

13 files changed

+882
-679
lines changed

.gitmodules

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
[submodule "contentctl"]
2-
path = contentctl
3-
url = https://github.com/splunk/contentctl.git
4-
ignore = all

contentctl

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/DA-ESS-ContentUpdate/app.manifest

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
1-
#############
2-
# Automatically generated by generator.py in splunk/security_content
3-
# On Date: 2023-10-24T00:38:29 UTC
4-
# Author: Splunk Threat Research Team - Splunk
5-
6-
#############
71
{
82
"schemaVersion": "1.0.0",
93
"info": {
10-
"title": "ContentPack",
4+
"title": "DA-ESS-ContentUpdate",
115
"id": {
126
"group": null,
137
"name": "DA-ESS-ContentUpdate",
14-
"version": "4.14.0"
8+
"version": "4.15.0"
159
},
1610
"author": [
1711
{

dist/DA-ESS-ContentUpdate/default/analyticstories.conf

Lines changed: 83 additions & 25 deletions
Large diffs are not rendered by default.

dist/DA-ESS-ContentUpdate/default/app.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#############
22
# Automatically generated by generator.py in splunk/security_content
3-
# On Date: 2023-10-24T00:38:29 UTC
3+
# On Date: 2023-11-01T20:44:08 UTC
44
# Author: Splunk Threat Research Team - Splunk
55
66
#############
@@ -10,7 +10,7 @@
1010
is_configured = false
1111
state = enabled
1212
state_change_requires_restart = false
13-
build = 20231024003559
13+
build = 20231101204321
1414

1515
[triggers]
1616
reload.analytic_stories = simple
@@ -26,12 +26,12 @@ reload.es_investigations = simple
2626

2727
[launcher]
2828
author = Splunk
29-
version = 4.14.0
29+
version = 4.15.0
3030
description = Explore the Analytic Stories included with ES Content Updates.
3131

3232
[ui]
3333
is_visible = true
34-
label = ContentPack
34+
label = DA-ESS-ContentUpdate
3535

3636
[package]
3737
id = DA-ESS-ContentUpdate

dist/DA-ESS-ContentUpdate/default/collections.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#############
22
# Automatically generated by generator.py in splunk/security_content
3-
# On Date: 2023-10-24T00:38:29 UTC
3+
# On Date: 2023-11-01T20:44:08 UTC
44
# Author: Splunk Threat Research Team - Splunk
55
66
#############
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#############
22
# Automatically generated by generator.py in splunk/security_content
3-
# On Date: 2023-10-24T00:38:29 UTC
3+
# On Date: 2023-11-01T20:44:08 UTC
44
# Author: Splunk Threat Research Team - Splunk
55
66
#############
77
[content-version]
8-
version = 4.14.0
8+
version = 4.15.0

dist/DA-ESS-ContentUpdate/default/es_investigations.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#############
22
# Automatically generated by generator.py in splunk/security_content
3-
# On Date: 2023-10-24T00:38:29 UTC
3+
# On Date: 2023-11-01T20:44:08 UTC
44
# Author: Splunk Threat Research Team - Splunk
55
66
#############

dist/DA-ESS-ContentUpdate/default/macros.conf

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#############
22
# Automatically generated by generator.py in splunk/security_content
3-
# On Date: 2023-10-24T00:38:29 UTC
3+
# On Date: 2023-11-01T20:44:08 UTC
44
# Author: Splunk Threat Research Team - Splunk
55
66
#############
@@ -5417,6 +5417,10 @@ description = Update this macro to limit the output results to filter out false
54175417
definition = search *
54185418
description = Update this macro to limit the output results to filter out false positives.
54195419

5420+
[citrix_adc_and_gateway_unauthorized_data_disclosure_filter]
5421+
definition = search *
5422+
description = Update this macro to limit the output results to filter out false positives.
5423+
54205424
[citrix_adc_exploitation_cve_2023_3519_filter]
54215425
definition = search *
54225426
description = Update this macro to limit the output results to filter out false positives.
@@ -5457,6 +5461,10 @@ description = Update this macro to limit the output results to filter out false
54575461
definition = search *
54585462
description = Update this macro to limit the output results to filter out false positives.
54595463

5464+
[f5_tmui_authentication_bypass_filter]
5465+
definition = search *
5466+
description = Update this macro to limit the output results to filter out false positives.
5467+
54605468
[fortinet_appliance_auth_bypass_filter]
54615469
definition = search *
54625470
description = Update this macro to limit the output results to filter out false positives.

dist/DA-ESS-ContentUpdate/default/savedsearches.conf

Lines changed: 186 additions & 85 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)