join 앞뒤 공백 처리
This commit is contained in:
parent
82b479f327
commit
f99b025982
@ -13,7 +13,7 @@ public class XssFilterUtil {
|
|||||||
test_str_low.contains("drop") ||
|
test_str_low.contains("drop") ||
|
||||||
test_str_low.contains("update") ||
|
test_str_low.contains("update") ||
|
||||||
test_str_low.contains("delete") ||
|
test_str_low.contains("delete") ||
|
||||||
test_str_low.contains("join") ||
|
test_str_low.contains(" join ") ||
|
||||||
test_str_low.contains("from") ||
|
test_str_low.contains("from") ||
|
||||||
test_str_low.contains("where") ||
|
test_str_low.contains("where") ||
|
||||||
test_str_low.contains("dbms") ||
|
test_str_low.contains("dbms") ||
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user