Skip to content

Commit

Permalink
fix: reproduction test case
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Nov 8, 2023
1 parent ff2e5f9 commit c4a28f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/detections/rule/matchers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1377,7 +1377,7 @@ mod tests {
enabled: true
detection:
selection:
Computer|re: DESKTOP.*
Computer|re: DESKTOP
details: 'command=%CommandLine%'
"#;

Expand Down Expand Up @@ -2844,4 +2844,4 @@ mod tests {

check_select(rule_str, record_json_str, false);
}
}
}

0 comments on commit c4a28f3

Please sign in to comment.