...
Code Block | ||
---|---|---|
| ||
${JDK_PATH}/bin/java -Djava.security.manager ApplicationName |
It is important to disable Clear the environment variable JAVA_TOOL_OPTIONS
so that JVMTI agents cannot be specified in the manner appropriate for your platform, for example by setting it to an empty string value, or by {{unset}}ing it. This prevents JVMTI agents from receiving arguments via this route.
Risk Assessment
...