Spectra Assure
Community
Docs

Behaviors

List of software behaviors discovered with static code analysis.

Contains URLs that link to raw files on GitHub. (x1)
network
Opens a TCP connection to a remote server. (x4)
network
Deletes a file/directory. (x11)
file
Checks file permissions. (x3)
file
Uses the java.lang.reflect.Method.invoke method, which is used to call methods using reflection. (x43)
execution
Uses the java.lang.reflect.Constructor.newInstance method, which is used to construct new objects using reflection. (x7)
execution