trufflehog/pkg/custom_detectors
Miccah 8df9db6ecc
Remove false positive detection for CustomRegex (#1050)
Checking for false positives can lead to results being removed before
ever getting the opportunity to verify them. Users are already
responsible for verification of custom detectors, so let's not interfere
with how they choose to use it.
2023-01-27 11:57:10 -06:00
..
custom_detectors.go Remove false positive detection for CustomRegex (#1050) 2023-01-27 11:57:10 -06:00
custom_detectors_test.go Remove false positive detection for CustomRegex (#1050) 2023-01-27 11:57:10 -06:00
regex_varstring.go Add CustomRegex validation (#939) 2022-12-02 11:26:22 -06:00
regex_varstring_test.go Add CustomRegex validation (#939) 2022-12-02 11:26:22 -06:00
validation.go Validate custom regular expressions on detector initialization (#1010) 2023-01-09 17:30:47 -06:00
validation_test.go Validate custom regular expressions on detector initialization (#1010) 2023-01-09 17:30:47 -06:00