Skip to content

Blacklist

smarkwal edited this page Mar 9, 2025 · 3 revisions

Blacklist

Reports use of dangerous, unsafe, unstable, or deprecated classes and methods:

  • sun.misc.Unsafe
  • System.exit(...), Runtime.exit(...), or Runtime.halt(...)
  • System.load(...), System.loadLibrary(...), Runtime.load(...), or Runtime.loadLibrary(...)
  • Runtime.exec(...)
  • @Deprecated, @VisibleForTesting, @Beta, @DoNotCall,

Checks for executable files bundled as resources:

  • *.dll
  • *.exe
  • *.so
  • *.bat
  • *.sh

Blacklist

Next: JAR Manifests

Clone this wiki locally