suricata_check.checkers.interface.dummy

DummyChecker.

Classes

DummyChecker

Dummy class to prevent runtime errors on import.

Module Contents

class suricata_check.checkers.interface.dummy.DummyChecker(include: collections.abc.Iterable[str] | None = None)[source]

Bases: suricata_check.checkers.interface.checker.CheckerInterface

Dummy class to prevent runtime errors on import.

Log an error due to failed imports for the checker.

codes

A Mapping of issue codes emitted by the checker to metadata for those issue types. The metadata is structured in the form of a Mapping from attribute name to attribute value. The one mandatory metadata attribute is severity, which must be one of the levels provided by the logging module

enabled_by_default = False

A boolean indicating if the checker is enabled by default when discovered automatically.