We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8277147 commit 11deb3aCopy full SHA for 11deb3a
detection_rules/rule_validators.py
@@ -662,7 +662,7 @@ def validate_query_text_with_schema( # noqa: PLR0913
662
# treat this target as non-fatal to honor EQL optional semantics.
663
664
# 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
+ # what would have been parsed via auto_add_field as the error message and query may be out of sync
666
# depending on how the method is called.
667
field = extract_error_field(query_text, exc)
668
if (
0 commit comments