mirror of https://github.com/jeecgboot/jeecg-boot
时间盲注SQL注入绕过 #5269
parent
d36caf8c69
commit
9c038a979d
|
@ -33,7 +33,7 @@ public class SqlInjectionUtil {
|
|||
/**
|
||||
* sleep函数
|
||||
*/
|
||||
private final static Pattern FUN_SLEEP = Pattern.compile("sleep\\([\\d\\.]*\\)");
|
||||
private final static Pattern FUN_SLEEP = Pattern.compile("sleep\\([\\d\\.]*\\)", Pattern.CASE_INSENSITIVE);
|
||||
|
||||
/**
|
||||
* sql注释的正则
|
||||
|
|
Loading…
Reference in New Issue