Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的CheckMarx代码扫描和“没有完整性检查的代码下载”问题发生在;
Class.forName("blabla");
或者
urlClassLoader.loadClass("blabla");
我的系统设计需要这些功能,我必须使用这些。
我怎样才能防止这个问题?
感谢帮助。