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.

貢獻者指南