RuoYi
2025-08-09 2e009841cab2a22be9bea4833b197446da4643b7
ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/Constants.java
@@ -120,7 +120,7 @@
    /**
     * 自动识别json对象白名单配置(仅允许解析的包名,范围越小越安全)
     */
    public static final String[] JSON_WHITELIST_STR = { "org.springframework", "com.ruoyi" };
    public static final String[] JSON_WHITELIST_STR = { "com.ruoyi" };
    /**
     * 定时任务白名单配置(仅允许访问的包名,如其他需要可以自行添加)