Interface PythonCustomRuleRepository


@ScannerSide @ExtensionPoint public interface PythonCustomRuleRepository
Extension point to create a custom rule repository for Python.
  • Method Summary

    Modifier and Type
    Method
    Description
    List of the custom rules classes.
    Key of the custom rule repository.
  • Method Details

    • repositoryKey

      String repositoryKey()
      Key of the custom rule repository.
    • checkClasses

      List<Class<?>> checkClasses()
      List of the custom rules classes.