suricata_check.checkers.styleguide.pcre ======================================= .. py:module:: suricata_check.checkers.styleguide.pcre .. autoapi-nested-parse:: `PcreChecker`. Classes ------- .. autoapisummary:: suricata_check.checkers.styleguide.pcre.PcreChecker Module Contents --------------- .. py:class:: PcreChecker(include: Optional[collections.abc.Iterable[str]] = None) Bases: :py:obj:`suricata_check.checkers.interface.CheckerInterface` The `PcreChecker` contains several checks for Suricata PCRE options. Codes S600-610 report on unrecommended usages of `pcre` Initializes the checker given a list of issue codes to emit. .. py:attribute:: 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