...
Detecting calls, such as java.lang.System.loadLibrary()
, that perform tasks using the immediate caller's class loader can be detected automatically. Determining whether the use of these calls is safe cannot be done automatically.
Tool | Version | Checker | Description |
---|---|---|---|
Parasoft Jtest | 9.5 | BD.SECURITY.TDLIB | Implemented |
Related Guidelines
CWE-111. Direct use of unsafe JNI | |
Guideline 9-9. Safely invoke standard APIs that perform tasks using the immediate caller's class loader instance |
...