Main Modules

The modules which BOA uses for making the core works.

Modules

  • BOA main flow
    • BOA main flow. It is the entry point.

  • BOA internals
    • It has methods which BOA uses in the main flow.

  • BOA arguments handler
    • It is an utility which works with ArgParse and helps us to manage the BOA args.

  • Constants
    • Constant values definitions.

  • Rules Manager
    • It handles the rules files checking they are well formatted and it gives us the information.

  • Modules Importer
    • It handles the modules importing, focusing the security modules. It has utilities for importing other modules.

  • Severity Enums
    • It contains enumerations which defines different levels of severity.

  • Exceptions
    • It defines own exceptions.

  • Utilities
    • General utilities.

  • Auxiliary Modules
    • It contains auxiliary modules which may be used by any other module.

Modules

Other

Indices and Tables