You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
repeatable value when a field has not been
updated. Provide more context for enum fields
as to what can be set. Finally, throw an error
during YML read if an un-UPDATED field
still exists in any of the YMLs.
{"name": f"{NewContent.UPDATE_PREFIX} the field name of the observable. This is a field that exists in your search results.", "type": f"{NewContent.UPDATE_PREFIX} the type of your observable from the list {list(SES_OBSERVABLE_TYPE_MAPPING.keys())}.", "role": [f"{NewContent.UPDATE_PREFIX} the role from the list {list(SES_OBSERVABLE_ROLE_MAPPING.keys())}"]}
81
83
],
82
84
"product": [
83
85
"Splunk Enterprise",
84
86
"Splunk Enterprise Security",
85
87
"Splunk Cloud",
86
88
],
87
89
"security_domain": answers["security_domain"],
88
-
"cve": ["UPDATE WITH CVE(S) IF APPLICABLE"],
90
+
"cve": [f"{NewContent.UPDATE_PREFIX} with CVE(s) if applicable"],
89
91
},
90
92
"tests": [
91
93
{
92
94
"name": "True Positive Test",
93
95
"attack_data": [
94
96
{
95
-
"data": "Go to https://github.com/splunk/contentctl/wiki for information about the format of this field",
96
-
"sourcetype": "UPDATE SOURCETYPE",
97
-
"source": "UPDATE SOURCE",
97
+
"data": f"{NewContent.UPDATE_PREFIX} the data file to replay. Go to https://github.com/splunk/contentctl/wiki for information about the format of this field",
98
+
"sourcetype": f"{NewContent.UPDATE_PREFIX} the sourcetype of your data file.",
99
+
"source": f"{NewContent.UPDATE_PREFIX} the source of your datafile",
0 commit comments