eth0izzle/shhgit

add blacklisted_regex to shhgit

已关闭

#70 创建于 2020年10月22日

 (1 条评论) (0 个反应) (0 位负责人)JavaScript (481 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (3,976 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

As far as I know shhgit supports:

blacklisted_strings, blacklisted_extensions, blacklisted_paths and blacklisted_entropy_extensions.

Would it be possible to add blacklisted_regex so we can properly discard things we don't want? I can do it with grep on the output, but there are side cases, like when there is more than 1 match inside the same file, that one might match the regex (being a false positive) and will also discard the valid finding.

贡献者指南