Spectra Assure
Community
Docs

Behaviors

List of software behaviors discovered with static code analysis.

Encodes data using the Base64 algorithm. (x1)
packer
Decodes data using the Base64 algorithm. (x1)
packer
Writes to files. (x1)
file
Uses concurrency functions. (x3)
execution
Reads from files. (x1)
file
Imports the "sys" module, which provides access to system-specific parameters and functions. (x2)
execution
Imports the "re" module, which provides regular expression matching operations. (x1)
execution
Imports the "os" module, which contains miscellaneous operating system interfaces. (x1)
execution
Imports the "json" module, which implements functions for manipulating JSON files. (x1)
execution
Imports the "base64" module, which contains encoding functions. (x1)
execution