Add vertical tab to blacklist

master
Linh Hoang 2024-12-23 16:21:49 +00:00
parent 9c9bbc8e2c
commit 0cdb4c7b9c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ public class SqlUtil
/**
* sql
*/
public static String SQL_REGEX = "and |extractvalue|updatexml|sleep|exec |insert |select |delete |update |drop |count |chr |mid |master |truncate |char |declare |or |union |like |+|/*|user()";
public static String SQL_REGEX = "\u000B|and |extractvalue|updatexml|sleep|exec |insert |select |delete |update |drop |count |chr |mid |master |truncate |char |declare |or |union |like |+|/*|user()";
/**
* 线