6 Commits
Author SHA1 Message Date
zpj80231 08f3047a80 feat: update LicensingFacade 2026-06-29 10:28:05 +08:00
zpj80231 a70b9798c6 feat(core): update privacy protection rules 2026-06-16 17:18:33 +08:00
zpj80231 1c218010fe feat: differentiate core and plugin classes by ClassLoader to avoid shadowing
改用 StackWalker(RETAIN_CLASS_REFERENCE) 在判定时获取栈帧真实 Class 的 ClassLoader,仅 PluginClassLoader 加载的类才可能判为可疑;伪造官方包名的插件被拦截,官方同名类不再被连坐。编译目标升至 Java 11。
2026-06-09 15:01:43 +08:00
zpj80231 234d75601f refactor: move LogUtil to utils package 2026-06-08 17:22:21 +08:00
zpj80231 ef9912f6b8 refactor: merge VM options read rule into VM options rule 2026-06-08 17:20:04 +08:00
zpj80231 88cbdac735 feat: support plugin update zip scan and .vmoptions read interception 2026-06-08 16:54:22 +08:00