trufflehog
trufflehog copied to clipboard
Competition-Detector-Fix: Salesforce - fixed regex and protocol change
Description:
Seen instance url without "my" in the name so removed that. It shouldn't matter because [0-9a-zA-Z-.]{1,100} should also cover any instances of keyword "my" in the instance name. Moved https:// protocol to the verifier so that the instance URL's can be captured even if protocol is not present. Added RawV2 to print both instance url and token
May I get a review on this. It's been almost a year