suricata_check.checkers.styleguide.performance

PerformanceChecker.

Classes

PerformanceChecker

The PerformanceChecker contains several checks for Suricata performance issues.

Module Contents

class suricata_check.checkers.styleguide.performance.PerformanceChecker(include: collections.abc.Iterable[str] | None = None)[source]

Bases: suricata_check.checkers.interface.CheckerInterface

The PerformanceChecker contains several checks for Suricata performance issues.

Codes S900-910 report on usage of options that can slow the detection engine.

Initializes the checker given a list of issue codes to emit.

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