takashi-ishio / selogger

(Near-)omniscient debugging/tracing/logging tool for Java
Other
35 stars 8 forks source link

Automatically detect SecurityManager subclasses #15

Closed takashi-ishio closed 3 years ago

takashi-ishio commented 3 years ago

There is a risk of infinite loop if logging code is injected into checkPermission method for SecurityManager classes as described in README.