join 앞뒤 공백 처리

This commit is contained in:
gbsa-iten 2024-04-01 15:30:31 +09:00
parent 82b479f327
commit f99b025982

View File

@ -13,7 +13,7 @@ public class XssFilterUtil {
test_str_low.contains("drop") ||
test_str_low.contains("update") ||
test_str_low.contains("delete") ||
test_str_low.contains("join") ||
test_str_low.contains(" join ") ||
test_str_low.contains("from") ||
test_str_low.contains("where") ||
test_str_low.contains("dbms") ||