Commit 201539fb authored by Ondřej Borýsek's avatar Ondřej Borýsek
Browse files

Add todo with ignore_pluginoutput

parent ad8bb7f9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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)