mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
bug in generate
This commit is contained in:
@@ -149,8 +149,6 @@ def generate_use_case_library_conf(stories, detections, response_tasks, baseline
|
||||
|
||||
for story in stories:
|
||||
if story['name'] in sto_det:
|
||||
detetions_new = []
|
||||
for detection in
|
||||
story['detections'] = list(sto_det[story['name']])
|
||||
if story['name'] in sto_res:
|
||||
story['response_tasks'] = list(sto_res[story['name']])
|
||||
|
||||
Reference in New Issue
Block a user