eth0izzle/shhgit

add blacklisted_regex to shhgit

Fermée

#70 ouverte le 22 oct. 2020

 (1 commentaire) (0 réaction) (0 personne assignée)JavaScript (481 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (3 976 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur