mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-09-10 13:11:46 +00:00
时间盲注SQL注入绕过 #5269
This commit is contained in:
@@ -33,7 +33,7 @@ public class SqlInjectionUtil {
|
|||||||
/**
|
/**
|
||||||
* sleep函数
|
* 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注释的正则
|
* sql注释的正则
|
||||||
|
Reference in New Issue
Block a user