Skip to content

Commit

Permalink
Merge pull request Yelp#80 from Yelp/improved-performance-for-basic-a…
Browse files Browse the repository at this point in the history
…uth-plugin

More performant BasicAuth plugin
  • Loading branch information
domanchi authored Oct 3, 2018
2 parents 9445982 + 06c3b47 commit a23296d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detect_secrets/plugins/basic_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


BASIC_AUTH_REGEX = re.compile(
r'.*?://[^:]+:([^@]+)@',
r'://[^:]+:([^@]+)@',
)


Expand Down

0 comments on commit a23296d

Please sign in to comment.