File: //proc/thread-self/root/proc/self/root/usr/local/modsecurity-crs/regex-assembly/942280.ra
##! Please refer to the documentation at
##! https://coreruleset.org/docs/development/regex_assembly/.
##!+ i
##!> define optional_whitespace \s*?
##! The following part is going to be appended
##! to match the end of a query or a comment syntax
##!> define terminators (?:[#;{]|\/\*|--)
##! In PostgreSQL, you can use the pg_sleep() function
##! to delay execution for a given number of seconds
select{{optional_whitespace}}pg_sleep
##! WAITFOR DELAY blocks the execution until a time interval elapses
waitfor{{optional_whitespace}}delay\s?[\"'`]+\s?\d
##! SHUTDOWN immediately stops SQL Server
;{{optional_whitespace}}shutdown{{optional_whitespace}}{{terminators}}