Skip to content

Commit 11deb3a

Browse files
Update detection_rules/rule_validators.py
Co-authored-by: Mika Ayenson, PhD <[email protected]>
1 parent 8277147 commit 11deb3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

detection_rules/rule_validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ def validate_query_text_with_schema( # noqa: PLR0913
662662
# treat this target as non-fatal to honor EQL optional semantics.
663663

664664
# To support EQL sequence and sub query validation we need to return this field to overwrite
665-
# what would have been parsed via auto_add_field as the error message and query may be our of sync
665+
# what would have been parsed via auto_add_field as the error message and query may be out of sync
666666
# depending on how the method is called.
667667
field = extract_error_field(query_text, exc)
668668
if (

0 commit comments

Comments
 (0)