--- /dev/null
+# Test Description
+
+Test pcre with `\X` (Unicode extended grapheme cluster) rule analysis
+
+https://redmine.openinfosecfoundation.org/issues/8634
--- /dev/null
+alert ip any any -> any any (pcre:"/dummy_alt|\X++h/"; sid:8;)
\ No newline at end of file
--- /dev/null
+requires:
+ min-version: 9
+ pcap: false
+
+skip:
+ - feature: FUZZ
+
+args:
+ - --engine-analysis
+
+checks:
+- filter:
+ filename: rules.json
+ count: 1
+ match:
+ notes[0]: "pcre with \\X (Unicode extended grapheme cluster) may be slow"