You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added new "set security manager to null" heuristic to the MaliciousCodeScanner
This new heuristic will look for the following instruction sequence:
aconst_null
invokestatic java/lang/System.setSecurityManager
This sequence will set the security manager to null, which is usually
indicative of a malicious Java applet trying to escape the Java sandbox.
0 commit comments