Skip to content

Commit 05ee8f3

Browse files
committed
update
1 parent 8768409 commit 05ee8f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wela-extractor/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ fn parse_yaml(doc: Yaml, eid_subcategory_pair: &Vec<(String, String)>) -> Option
8888
}));
8989
} else if let Some(tags) = doc["tags"].as_vec() {
9090
if !tags.contains(&Yaml::from_str("sysmon")) {
91+
extract_event_ids(&doc, &mut event_ids);
9192
subcategories.insert("00000000-0000-0000-0000-000000000000".to_string());
9293
let event_ids: Vec<String> = event_ids.into_iter().collect();
9394
let subcategories: Vec<String> = subcategories.into_iter().collect();

0 commit comments

Comments
 (0)