eth0izzle/shhgit

add blacklisted_regex to shhgit

クローズ

#70 opened on 2020/10/22

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (481 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (3,976 個のスター)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド