Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9445982 + 06c3b47 commit a23296dCopy full SHA for a23296d
1 file changed
detect_secrets/plugins/basic_auth.py
@@ -7,7 +7,7 @@
7
8
9
BASIC_AUTH_REGEX = re.compile(
10
- r'.*?://[^:]+:([^@]+)@',
+ r'://[^:]+:([^@]+)@',
11
)
12
13
0 commit comments