Loading template_scan2report.py +2 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,8 @@ class TemplateScan2Report: hosts: str = "" # only in Finding # todo: missing ignore_pluginoutput (? potentially also ignore_plugins, skip_services ?) @classmethod def parse_dict_custom(cls, fid: str, locale: str, template_dict: dict, original: bool = False) -> Optional['TemplateScan2Report']: template_dict = cls.__filter_locale_or_og_keys(template_dict, original) Loading Loading
template_scan2report.py +2 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,8 @@ class TemplateScan2Report: hosts: str = "" # only in Finding # todo: missing ignore_pluginoutput (? potentially also ignore_plugins, skip_services ?) @classmethod def parse_dict_custom(cls, fid: str, locale: str, template_dict: dict, original: bool = False) -> Optional['TemplateScan2Report']: template_dict = cls.__filter_locale_or_og_keys(template_dict, original) Loading